summaryrefslogtreecommitdiff
path: root/.config/wireman/themes/dracula.toml
blob: 672ffd68df6981a70c4b9979f57246181d49a4b6 (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
33
34
35
36
37
38
39
40
41
42
[colors]
black = "#282a36"
white = "#f8f8f2"
gray = "#585c74"
pink = "#ff79c6"
purple = "#bd93f9"
orange = "#ffb86c"
orange-dark = "#e9b781"
cyan = "#8be9fd"
cyan-dark = "#3d808f"

[base.focused]
foreground = "white"
background = "black"

[base.unfocused]
foreground = "gray"
background = "black"

[highlight.focused]
foreground = "orange"
background = "black"

[highlight.unfocused]
foreground = "orange-dark"
background = "black"

[title.focused]
foreground = "cyan"
background = "black"

[title.unfocused]
foreground = "cyan-dark"
background = "black"

[border.focused]
foreground = "white"
background = "black"

[border.unfocused]
foreground = "gray"
background = "black"