blob: 5a8e94c2b17540434d700272d0532a0e3f14bbfe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Base16 OceanicNext
# Author: https://github.com/voronianski/oceanic-next-color-scheme
#
# 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=#EC5f67
text-color=#CDD3DE
border-color=#C0C5CE
|