aboutsummaryrefslogtreecommitdiff
path: root/decorations/Dakkar/Colorsets
blob: 549aaa4e84c7a23d55a631a2d99b3cec9a5739c6 (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
# Colorset setup
 
# What colorset numbers do we use?
SetEnv cs_window_inactive "9"
SetEnv cs_window_active "10"
SetEnv cs_window_inactiveborder "11"
SetEnv cs_window_activeborder "12"
 
# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
# Colorsets
 
Colorset $[cs_window_inactive] \
Foreground "black", Background "black", \
Hilight "white", Shadow "#e0d9d2", \
Fgsh "#e0d9d2"
 
Colorset $[cs_window_active] \
Foreground "white", Background "black", \
Hilight "white", Shadow "gray", \
fgsh "black"
 
Colorset $[cs_window_inactiveborder] Background "#3e3c39"
Colorset $[cs_window_activeborder] Background "#1f252b"