# Colorset setup

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

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

Colorset $[cs_window_inactive] \
Foreground "gray", Background "#550000", \
Hilight "#444444", Shadow "#444444", \
Tint "red" 20, RootTransparent

Colorset $[cs_window_active] \
Foreground "white", Background "#770000", \
Hilight "#666666", Shadow "#666666", \
Tint "red" 50, RootTransparent

