aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-classic-light.config
blob: 9896fc2f0177d2ee469a160be7d3fc032eb9d8a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## Base16 Classic Light
# Author: Jason Heeris (http://heeris.id.au)
#
# You can use these variables anywhere in the mako configuration file.

[urgency=low]
    background-color = "#E0E0E0"
    text-color = "#B0B0B0"
    border-color = "#D0D0D0"

[urgency=normal]
    background-color = "#D0D0D0"
    text-color = "#303030"
    border-color = "#303030"

[urgency=high]
    background-color = "#AC4142"
    text-color = "#202020"
    border-color = "#151515"