# Colorset setup

# What colorset numbers do we use?
SetEnv cs-window-inactive "9"
SetEnv cs-window-active "10"

# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
# Colorsets

Colorset $[cs-window-inactive] \
Foreground "#767672", Background "#bebeb7", \
Hilight "#666666", Shadow "#666666", \
VGradient 10 3 "#f1f1eb" 40 "#efefe8" 0 "#bebeb7" 50 "#d3d3cb", Tint

Colorset $[cs-window-active] \
Foreground "black", Background "#cbb05e", \
Hilight "gray", Shadow "gray", \
VGradient 10 3 "#ffe79f" 40 "#ffe085" 0 "#b29a52" 50 "#e0c267", Tint

