# Colorset setup

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

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

Colorset $[cs-window-inactive] \
Foreground "lightgray", Background "#777777", \
Hilight "gray", Shadow "gray", \
Tint "black" 20, RootTransparent

Colorset $[cs-window-active] \
Foreground "yellow", Background "#777777", \
Hilight "black", Shadow "black", \
Tint "white" 15, RootTransparent

