blob: 5d96af7ffdcb10e7ad4a5017e9c2764ecde3655e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
## Base16 Ocean
# Author: Chris Kempson (http://chriskempson.com)
#
# You can use these variables anywhere in the mako configuration file.
border-color=#c0c5ce
[urgency=low]
background-color=#343d46
text-color=#65737e
[urgency=normal]
background-color=#4f5b66
text-color=#c0c5ce
[urgency=high]
background-color=#bf616a
text-color=#dfe1e8
|