aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-cupertino.config
blob: 555442c2c29b7d632e0f39b154cdd0a37c087609 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## Base16 Cupertino
# Author: Defman21
#
# You can use these variables anywhere in the mako configuration file.

[urgency=low]
    background-color = "#c0c0c0"
    text-color = "#808080"
    border-color = "#c0c0c0"

[urgency=normal]
    background-color = "#c0c0c0"
    text-color = "#404040"
    border-color = "#404040"

[urgency=high]
    background-color = "#c41a15"
    text-color = "#404040"
    border-color = "#5e5e5e"