blob: e62af8f7c2010b3fece07b17713d0b9ef1143ec4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Base16 Spacemacs
# Author: Nasser Alshammari (https://github.com/nashamri/spacemacs-theme)
#
# You can use these variables anywhere in the mako configuration file.
[urgency=low]
background-color = "#282828"
text-color = "#585858"
border-color = "#444155"
[urgency=normal]
background-color = "#444155"
text-color = "#a3a3a3"
border-color = "#a3a3a3"
[urgency=high]
background-color = "#f2241f"
text-color = "#e8e8e8"
border-color = "#f8f8f8"
|