-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathvars.toml
77 lines (67 loc) · 1.16 KB
/
vars.toml
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
[gtk]
icons = "Arc"
theme = "Arc-Lighter"
[desktop]
wallpaper = "$HOME/dotfiles/wallpapers/sea.jpg"
[apps]
term = "alacritty"
launcher = "onagre"
notifications = """"swaync-client" "-t""""
[theme]
font = "Fira Code 10"
background = "#1c1e26"
foreground = "#cbced0"
text = "#1c1e26"
cursor = "#cbced0"
black = "#1c1e26"
red = "#e95678"
green = "#29d398"
yellow = "#fac29a"
blue = "#268bd2"
magenta = "#ee64ac"
cyan = "#59e1e3"
white = "#cbced0"
light_black = "#6f6f70"
light_red = "#fab795"
light_green = "#232530"
light_yellow = "#2e303e"
light_blue = "#9da0a2"
light_magenta = "#dcdfe4"
light_cyan = "#f09383"
light_white = "#e3e6ee"
[theme.icons.battery]
charging = ""
empty = ""
quarter = ""
half = ""
three_quarter = ""
full = ""
[theme.icons.volume]
zero = ""
low = ""
high = ""
muted = ""
[theme.icons.brightness]
default = ""
[theme.icons.workspace]
1 = ""
2 = ""
3 = ""
4 = ""
5 = ""
6 = ""
7 = ""
8 = ""
9 = ""
10 = ""
[theme.icons.capture]
camera = ""
display = ""
select = ""
record = ""
[theme.icon.wifi]
wifi_up = ""
wifi_down = ""
[theme.icon.eth]
eth_up = ""
eth_down = ""