# 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-activeborder] bg "#aaa894"
Colorset $[cs-window-inactiveborder] bg "#8e8c6f"
Colorset $[cs-window-active] fg white, VGradient 64 "#108600" "#8cc700"
Colorset $[cs-window-inactive] fg "#dedbde", VGradient 64 "#424142" "#636163"

