# Colorset setup

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

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

Colorset $[cs-window-inactive] \
Foreground "black", Background "black", \
Hilight "black", Shadow "black", \
Tint "#ccb07b" 30, RootTransparent

Colorset $[cs-window-active] \
Foreground "white", Background "black", \
Hilight "black", Shadow "black", \
Tint, RootTransparent, \
Pixmap $./title-active.png

