# colors@olicha

# 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 grey60, Plain, NoShape

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

# window title, inactive and active
Colorset 1 fg white, bg grey50, Plain, NoShape
Colorset 2 fg white, bg blue, Plain, NoShape

# window borders, inactive and active
Colorset 3 fg black, bg gray40, Plain, NoShape
Colorset 4 fg black, bg blue, Plain, NoShape

# background for window title, buttons and border
DestroyFunc FuncFvwmDecorBackground
AddToFunc   FuncFvwmDecorBackground
+ I TitleStyle Active   HGradient 100 LightSlateBlue MidnightBlue
+ I TitleStyle Inactive HGradient 100 grey60 grey30
#
+ I ButtonStyle Left  AllActive   Solid LightSlateBlue
+ I ButtonStyle Left  AllInactive Solid grey60
+ I ButtonStyle Right AllActive   Solid MidnightBlue
+ I ButtonStyle Right AllInactive Solid grey30

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

# inactive menu item fg+bg and menu face
Colorset 5 fg white, bg grey40, Plain, NoShape

# active menu item fg+bg
Colorset 6 fg black, bg grey50, Plain, NoShape

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

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

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

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

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

# special
Colorset 12 fg white, bg grey40, VGradient 26 grey25 grey60, NoShape

# swallowed window
Colorset 13 fg black, bg grey50,  hi black, sh gray40, Plain, NoShape

# default2 (FvwmPager or to get more colors in Buttons)
Colorset 14 fg black, bg grey50, 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 RoyalBlue3, Plain, NoShape

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

# standard item
Colorset 17 fg white, bg grey45, Plain, NoShape

# active item
Colorset 18 fg white, bg RoyalBlue3, Plain, NoShape

# iconified item
Colorset 19 fg black, bg grey60, Plain, NoShape

# pointed item
Colorset 20 fg white, bg grey45, Plain, NoShape

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

# FvwmIdent
Colorset 21 fg yellow4, bg darkblue, Plain, NoShape

# FvwmConsole
Colorset 22 fg black, bg yellow4, Plain, NoShape

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

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

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

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

# viewer terminal
Colorset 33 fg grey90, bg grey20, 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 grey45, Plain, NoShape

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

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

DestroyFunc FuncFvwmStartColors
AddToFunc   FuncFvwmStartColors

DestroyFunc FuncFvwmStopColors
AddToFunc   FuncFvwmStopColors
