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