# Colorset setup

# What colorset numbers do we use?
SetEnv cs_window_inactive "9"
SetEnv cs_window_active "10"

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

Colorset $[cs_window_inactive] \
Foreground "white", Background "gray", \
Hilight "gray", Shadow "gray", \
Tint "yellow" 30, RootTransparent

Colorset $[cs_window_active] \
Foreground "white", Background "gray", \
Hilight "gray", Shadow "gray", \
Tint "green" 30, RootTransparent

