blob: 0757ec22e1d769ba5f144f7e7dba64411ca70e58 (
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 = "#4f5b66"
[urgency=normal]
background-color = "#4f5b66"
text-color = "#c0c5ce"
border-color = "#c0c5ce"
[urgency=high]
background-color = "#bf616a"
text-color = "#dfe1e8"
border-color = "#eff1f5"
|