# 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 "#4a4d57", Background "#8e8e8e", \
fgsh "black", hilight "#42444a", shadow "#010103", \
VGradient 64 "#313339" "#010103", Tint

Colorset $[cs-window-active] \
Foreground "#ffb921", Background "#61a2a2", \
fgsh "black", hilight "#313339", shadow "black", \
VGradient 64 "#202228" "black", Tint

Colorset $[cs-window-inactiveborder] \
Background "#2b2d31", hilight "#42444a", \
shadow "#010103"

Colorset $[cs-window-activeborder] \
Background "#202228", hilight "#313339", \
shadow "black"
