blob: 1fd82ce8d729b7ca5ec204dbbe1c0437e8c095ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Base16 PhD
# Author: Hennig Hasemann (http://leetless.de/vim.html)
#
# You can use these variables anywhere in the mako configuration file.
[urgency=low]
background-color = "#2a3448"
text-color = "#717885"
border-color = "#4d5666"
[urgency=normal]
background-color = "#4d5666"
text-color = "#b8bbc2"
border-color = "#b8bbc2"
[urgency=high]
background-color = "#d07346"
text-color = "#dbdde0"
border-color = "#ffffff"
|