aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-material-lighter.config
blob: 905e4de6c56b3cf927fa38fc04830e055cece78b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## Base16 Material Lighter
# Author: Nate Peterson
#
# You can use these variables anywhere in the mako configuration file.

[urgency=low]
    background-color = "#E7EAEC"
    text-color = "#CCD7DA"
    border-color = "#CCEAE7"

[urgency=normal]
    background-color = "#CCEAE7"
    text-color = "#80CBC4"
    border-color = "#80CBC4"

[urgency=high]
    background-color = "#FF5370"
    text-color = "#80CBC4"
    border-color = "#FFFFFF"