blob: b9caa553b62e627359cf265172f496879ab12783 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
[colors]
black = "#101116"
white = "#f1f5f9"
orange = "#ebcb88"
orange-dark = "#b7416d"
gray = "#738c9c"
cyan = "#66aabb"
cyan-dark = "#798362"
[base.focused]
foreground = "white"
[base.unfocused]
foreground = "gray"
[highlight.focused]
foreground = "orange"
[highlight.unfocused]
foreground = "orange-dark"
[title.focused]
foreground = "cyan"
[title.unfocused]
foreground = "cyan-dark"
[border.focused]
foreground = "white"
[border.unfocused]
foreground = "gray"
|