blob: e57aa87ef23c706c7b84dafe1e3348f68bdd45ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Base16 Nord
# Author: arcticicestudio
#
# You can use these variables anywhere in the mako configuration file.
[urgency=low]
background-color=#3B4252
text-color=#4C566A
border-color=#434C5E
[urgency=normal]
background-color=#434C5E
text-color=#E5E9F0
border-color=#E5E9F0
[urgency=high]
background-color=#88C0D0
text-color=#ECEFF4
border-color=#8FBCBB
|