blob: acda4b37e1647098e45007440389cc35511bdde5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Base16 Icy Dark
# Author: icyphox (https://icyphox.ga)
#
# You can use these variables anywhere in the mako configuration file.
[urgency=low]
background-color = "#031619"
text-color = "#052e34"
border-color = "#041f23"
[urgency=normal]
background-color = "#041f23"
text-color = "#095b67"
border-color = "#095b67"
[urgency=high]
background-color = "#16c1d9"
text-color = "#0c7c8c"
border-color = "#109cb0"
|