blob: a3a7e172ced2060e64e2f6ce607e7c903086b2c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
## Base16 OneDark
# Author: Lalit Magant (http://github.com/tilal6991)
#
# You can use these variables anywhere in the mako configuration file.
background-color=#282c34
text-color=#abb2bf
border-color=#61afef
[urgency=low]
background-color=#282c34
text-color=#e5c07b
border-color=#61afef
[urgency=high]
background-color=#282c34
text-color=#e06c75
border-color=#61afef
|