blob: 88294bdef96a187cdde66f755472cfe2070c7d29 (
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 = "#4F5B66"
[urgency=normal]
background-color = "#4F5B66"
text-color = "#C0C5CE"
border-color = "#C0C5CE"
[urgency=high]
background-color = "#EC5f67"
text-color = "#CDD3DE"
border-color = "#D8DEE9"
|