# colors@awol

# 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 blue4, bg grey77, hi grey88, sh grey65, Plain, NoShape

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

# window title, inactive and active
Colorset 1 fg yellow, bg DarkGreen, hi lightgreen, \
	Plain, NoShape
Colorset 2 fg yellow, bg red3, hi red1, sh red4, Plain, NoShape

# window borders, inactive and active
Colorset 3 fg yellow, bg DarkGreen, hi lightgreen, \
	Plain, NoShape
Colorset 4 fg yellow, bg red3, hi red1, sh red4, Plain, NoShape

# background for window title, buttons and border
DestroyFunc FuncFvwmDecorBackground
AddToFunc   FuncFvwmDecorBackground
+ I TitleStyle ActiveUp   Pixmap mini/empty.xpm
+ I TitleStyle ActiveDown HGradient 128 3 Blue 1000 Green 1 Yellow 1000 Red
+ I TitleStyle Inactive   Pixmap mini/empty.xpm
+ I TitleStyle ToggledActiveUp   Pixmap mini/empty.xpm
+ I TitleStyle ToggledActiveDown HGradient 128 3 Blue 1000 Green 1 Yellow 1000 Red
+ I TitleStyle ToggledInactive   Pixmap mini/empty.xpm

+ I ButtonStyle All Pixmap 16x16/empty.xpm
+ I ButtonStyle All -- UseTitleStyle

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

# inactive menu item fg+bg and menu face
Colorset 5 fg DarkGreen, bg grey77, hi grey88, sh grey65, \
	Plain, NoShape

# active menu item fg+bg
Colorset 6 fg red2, bg grey77, hi grey88, sh grey65, Plain, NoShape

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

# ----------------------------------------------------------------------------
# II. Module Colotsets

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

# default for modules
Colorset 10 fg blue4, bg grey77, hi grey88, sh grey65, Plain, NoShape

# default hilight
Colorset 11 fg yellow, bg DarkGreen, hi lightgreen, sh red4, \
	Plain, NoShape

# special
Colorset 12 fg yellow, bg navy, Plain, NoShape

# swallowed window
Colorset 13 fg black, bg grey77, hi grey20, sh blue, Plain, NoShape

# default2 (FvwmPager or to get more colors in Buttons)
Colorset 14 fg black, bg grey77, hi grey88, sh grey65, Plain, NoShape

# default hilight2: (FvwmPager or to get more colors in a Buttons)
Colorset 15 fg yellow, bg DarkGreen, hi lightgreen, sh red4, \
	Plain, NoShape

# tips/balloons
Colorset 16 fg black, bg average, \
	YGradient 400 3 cyan4 100 cyan1 1 cyan4 100 cyan1, NoShape

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

# standard item
Colorset 17 fg blue4, bg grey77, hi grey88, sh grey65, Plain, NoShape

# active item
Colorset 18 fg red2, bg grey77, hi grey88, sh grey65, Plain, NoShape

# iconified item
Colorset 19 fg yellow, bg grey77, hi grey88, sh grey65, \
	Plain, NoShape

# pointed item
Colorset 20 fg DarkGreen, bg grey77, hi grey88, sh grey65, \
	Plain, NoShape

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

# FvwmIdent
Colorset 21 fg black, bg rgb:FF/FF/D0, Plain, NoShape

# FvwmConsole
Colorset 22 fg DarkBlue, bg lightblue, Plain, NoShape

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

# regular terminal
Colorset 30 fg white, bg DarkBlue, Plain, NoShape

# admin terminal
Colorset 31 fg white, bg Red4, Plain, NoShape

# remote terminal
Colorset 32 fg white, bg yellow4, Plain, NoShape

# viewer terminal
Colorset 33 fg yellow, bg navy, Plain, NoShape

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

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

# dialog text area
Colorset 36 fg black, bg rgb:E4/D2/C0, Plain, NoShape

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

DestroyFunc FuncFvwmStartColors
AddToFunc   FuncFvwmStartColors

DestroyFunc FuncFvwmStopColors
AddToFunc   FuncFvwmStopColors
