# colors@spruce

# more details and comments can be found in colors@default
# I.   Fvwm Colorsets
# II.  Modules Colorsets
# III. Applications Colorsets
# IV.  Start/Stop Functions

# ----------------------------------------------------------------------------
# I. Fvwm Colorsets

# ----------------
# Default colorset

*FvwmTheme: Colorset 0 fg black, bg rgb:9c/c2/9e, Plain, NoShape

DefaultColorset 0
DestroyModuleConfig FvwmScroll: Colorset*
*FvwmScroll: Colorset 0

# ------------------
# Window decorations

# Text and sh/hi windows title bar colors, icons title and Pager mini-win.
# inactive:
*FvwmTheme: Colorset 1 fg black, bg #3B553D, Plain, NoShape
Style "*"	Colorset 1
# active:
*FvwmTheme: Colorset 2 fg white, bg rgb:6e/9a/71, Plain, NoShape
Style "*"	HilightColorset 2

# borders of the windows inactive/active:
*FvwmTheme: Colorset 3 fg black, bg grey40
Style "*"	BorderColorset 3
*FvwmTheme: Colorset 4 fg white, bg grey40
Style "*"	HilightBorderColorset 4

# title
TitleStyle	ActiveUp	TiledPixmap decor/titlebar_fill.xpm
TitleStyle	ActiveDown	TiledPixmap decor/titlebar_fill.xpm
TitleStyle	Inactive	TiledPixmap decor/titlebar_fill_i.xpm
AddTitleStyle	ActiveUp	Pixmap decor/titlebutton-mod.xpm      -- Right
AddTitleStyle	ActiveDown	Pixmap decor/titlebutton-mod.xpm      -- Right
AddTitleStyle	Inactive	Pixmap decor/titlebutton-mod-dark.xpm -- Right

# window button background
ButtonStyle	All Pixmap mini/empty.xpm
AddButtonStyle	All ActiveUp           TiledPixmap decor/titlebar_fill.xpm
AddButtonStyle	All ActiveDown         TiledPixmap decor/titlebar_fill_s.xpm
AddButtonStyle	All Inactive           TiledPixmap decor/titlebar_fill_i.xpm
AddButtonStyle  All ToggledActiveUp    TiledPixmap decor/titlebar_fill.xpm
AddButtonStyle	All ToggledActiveDown  TiledPixmap decor/titlebar_fill_s.xpm
AddButtonStyle	All ToggledInactive    TiledPixmap decor/titlebar_fill_i.xpm

# -----
# Menus

# inactive menu item fg+bg and menu face
*FvwmTheme: Colorset 5 fg black, bg rgb:9c/c2/9e, Plain, NoShape

# active menu item fg+bg
*FvwmTheme: Colorset 6 fg white, bg rgb:4f/75/52, Plain, NoShape

# greyed menu item fg
*FvwmTheme: Colorset 7 fg grey30, bg grey30, Plain, NoShape

MenuStyle * MenuFace
MenuStyle * MenuColorset 5, ActiveColorset 6, GreyedColorset 7
MenuStyle * ActiveFore, HilightBack

# ----------------------------------------------------------------------------
# II. Modules Colotsets 

#-----------------
# Common Colorsets

# default for modules
*FvwmTheme: Colorset 10 fg black, bg lightgreen, Plain, NoShape

# default hilight
*FvwmTheme: Colorset 11 fg black, bg white, Plain, NoShape

# special
*FvwmTheme: Colorset 12 fg white, bg #3B553D, VGradient 26 #3B553D rgb:6e/9a/71, NoShape

# swallowed window
*FvwmTheme: Colorset 13 fg black, bg rgb:6e/9a/71,  hi black, sh rgb:6e/9a/71, \
	Plain, NoShape

# default2 (FvwmPager or to get more colors in Buttons)
*FvwmTheme: Colorset 14 fg black, bg lightgreen, Plain, NoShape

# default hilight2: (FvwmPager or to get more colors in a Buttons)
*FvwmTheme: Colorset 15 fg black, bg white, Plain, NoShape

# tips/balloons
*FvwmTheme: Colorset 16 fg yellow, bg green4, Plain, NoShape

# ----------------------
# Window Lists Colorsets

# standard item
*FvwmTheme: Colorset 17 fg black, bg lightgreen, Plain, NoShape

# active item
*FvwmTheme: Colorset 18 fg white, bg rgb:6e/9a/71, Plain, NoShape

# iconified item
*FvwmTheme: Colorset 19 fg black, bg #3B553D, Plain, NoShape

# pointed item
*FvwmTheme: Colorset 20 fg black, bg lightgreen, Plain, NoShape

# ------------------------
# Others Modules Colorsets

# FvwmIdent
*FvwmTheme: Colorset 21 fg yellow, bg DarkGreen, Plain, NoShape

DestroyModuleConfig FvwmIdent: *
*FvwmIdent: Colorset 21

# FvwmConsole
*FvwmTheme: Colorset 22 fg white, bg darkseagreen4, Plain, NoShape

# ----------------------------------------------------------------------------
# III. Applications Colorsets

# Terminals
*FvwmTheme: Colorset 30 fg black, bg lightgreen, Plain, NoShape

# Administrations
*FvwmTheme: Colorset 31 fg black, bg forestgreen, Plain, NoShape

# Remote Terminals
*FvwmTheme: Colorset 32 fg black, bg greenyellow, Plain, NoShape

# "Viewer" Colorset
*FvwmTheme: Colorset 33 fg white, bg DarkGreen, Plain, NoShape

# Small Text Input file or Hilighting some Items
*FvwmTheme: Colorset 34 fg black, bg lightgreen, Plain, NoShape

DestroyModuleConfig FvwmFormDefault: ItemColorset*
*FvwmFormDefault: ItemColorset 34

# Application run in a terminal, text file of an editor for xres ...
*FvwmTheme: Colorset 35 fg black, bg darkseagreen, Plain, NoShape

# Not in one of the above category (for Script and Form, ft-xres)
*FvwmTheme: Colorset 36 fg white, bg darkseagreen4, Plain, NoShape

DestroyModuleConfig FvwmScript: DefaultColorset*
*FvwmScript: DefaultColorset 36
DestroyModuleConfig FvwmFormDefault: Colorset*
*FvwmFormDefault: Colorset 36

# ----------------------------------------------------------------------------
# IV. Start/Stop Functions

DestroyFunc FuncFvwmStartColors
AddToFunc   FuncFvwmStartColors

DestroyFunc FuncFvwmStopColors
AddToFunc   FuncFvwmStopColors
