# Colorset setup

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

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

Colorset $[cs-window-inactive] \
Foreground "#737373", Background "#b8b8b8", \
Hilight "#666666", Shadow "#666666", \
VGradient 10 3 "#ebebeb" 40 "#e8e8e8" 0 "#b8b8b8" 50 "#cccccc", Tint

Colorset $[cs-window-active] \
Foreground "white", Background "#3d4785", \
Hilight "gray", Shadow "gray", \
VGradient 10 3 "#828bc1" 40 "#616db0" 0 "#353e74" 50 "#434e92", Tint

