# colors@spruce

# more details and comments can be found in colors@default
# I.   FVWM Colorsets
# II.  Module Colorsets
# III. Application Colorsets
# IV.  Start/Stop Functions

# ----------------------------------------------------------------------------
# I. FVWM Colorsets

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

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

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

# window title, inactive and active
Colorset 1 fg black, bg #3B553D, Plain, NoShape
Colorset 2 fg white, bg rgb:6e/9a/71, Plain, NoShape

# window borders, inactive and active
Colorset 3 fg black, bg grey40
Colorset 4 fg white, bg grey40

# background for window title, buttons and border
DestroyFunc FuncFvwmDecorBackground
AddToFunc   FuncFvwmDecorBackground
+ I TitleStyle    AllActive   TiledPixmap decor/titlebar_fill.xpm
+ I TitleStyle    AllInactive TiledPixmap decor/titlebar_fill_i.xpm
+ I AddTitleStyle AllActive   Pixmap decor/titlebutton-mod.xpm      -- Right
+ I AddTitleStyle AllInactive Pixmap decor/titlebutton-mod-dark.xpm -- Right
#
+ I ButtonStyle All ActiveUp          AdjustedPixmap decor/titlebar_fill.xpm
+ I ButtonStyle All ActiveDown        AdjustedPixmap decor/titlebar_fill_s.xpm
+ I ButtonStyle All Inactive          AdjustedPixmap decor/titlebar_fill_i.xpm
+ I ButtonStyle All ToggledActiveUp   AdjustedPixmap decor/titlebar_fill.xpm
+ I ButtonStyle All ToggledActiveDown AdjustedPixmap decor/titlebar_fill_s.xpm
+ I ButtonStyle All ToggledInactive   AdjustedPixmap decor/titlebar_fill_i.xpm

# --------------
# Menu Colorsets

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

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

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

# ----------------------------------------------------------------------------
# II. Module Colorsets

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

# default for modules
Colorset 10 fg black, bg #80C080, Plain, NoShape

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

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

# swallowed window
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)
Colorset 14 fg black, bg #80C080, Plain, NoShape

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

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

# ----------------------------
# Window List Module Colorsets

# standard item
Colorset 17 fg black, bg #80C080, Plain, NoShape

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

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

# pointed item
Colorset 20 fg black, bg #80C080, Plain, NoShape

# ----------------------
# Other Module Colorsets

# FvwmIdent
Colorset 21 fg yellow, bg DarkGreen, Plain, NoShape

# FvwmConsole
Colorset 22 fg white, bg darkseagreen4, Plain, NoShape

# ----------------------------------------------------------------------------
# III. Application Colorsets

# regular terminal
Colorset 30 fg black, bg #80C080, Plain, NoShape

# admin terminal
Colorset 31 fg black, bg forestgreen, Plain, NoShape

# remote terminal
Colorset 32 fg black, bg greenyellow, Plain, NoShape

# viewer terminal
Colorset 33 fg white, bg DarkGreen, Plain, NoShape

# application run in the terminal, text editor
Colorset 34 fg black, bg darkseagreen, Plain, NoShape

# dialog main area
Colorset 35 fg white, bg darkseagreen4, Plain, NoShape

# dialog text area
Colorset 36 fg black, bg #80C080, Plain, NoShape

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

DestroyFunc FuncFvwmStartColors
AddToFunc   FuncFvwmStartColors

DestroyFunc FuncFvwmStopColors
AddToFunc   FuncFvwmStopColors
