# colors@afterstep

# 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 grey50

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 #050505, bg #6e5b52, Plain, NoShape
Style "*"	Colorset 1
# active:
*FvwmTheme: Colorset 2 fg #E5E2E8, bg #475293, VGradient 20 #6068DB #475293, NoShape
Style "*"	HilightColorset 2

# borders of the windows inactive/active:
*FvwmTheme: Colorset 3 fg #050505, bg #6e5b52, Plain, NoShape
Style "*"	BorderColorset 3
*FvwmTheme: Colorset 4 fg #E5E2E8, bg #475293, Plain, NoShape
Style "*"	HilightBorderColorset 4

# title
TitleStyle	ActiveUp   VGradient 20 #6068DB #475293
TitleStyle	ActiveDown VGradient 20 #6068DB #475293
TitleStyle	Inactive   Solid #6e5b52
TitleStyle	ToggledActiveUp   VGradient 20 #6068DB #475293
TitleStyle	ToggledActiveDown VGradient 20 #6068DB #475293
TitleStyle	ToggledInactive   Solid #6e5b52

# window button background
ButtonStyle	All Pixmap mini/empty.xpm
ButtonStyle	All -- UseTitleStyle

# -----
# Menus

# inactive menu item fg+bg and menu face
*FvwmTheme: Colorset 5 fg #E5E2E8, bg grey30, Plain, NoShape

# active menu item fg+bg
*FvwmTheme: Colorset 6 fg white, bg #475293, Plain, NoShape

# greyed menu item fg
*FvwmTheme: Colorset 7 fg grey40, bg grey40, 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 grey50, Plain, NoShape

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

# special
*FvwmTheme: Colorset 12 fg grey60, bg grey20, VGradient 50 grey35 black, NoShape

# swallowed window
*FvwmTheme: Colorset 13 fg grey60, bg black,  hi grey60, sh gray40, Plain, NoShape

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

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

# tips/balloons
*FvwmTheme: Colorset 16 fg black, bg grey70, Plain, NoShape

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

# standard item
*FvwmTheme: Colorset 17 fg grey, bg grey40, \
	TiledPixmap background/as-back.xpm, NoShape

# active item
*FvwmTheme: Colorset 18 fg white, bg grey40, \
	TiledPixmap background/as-back.xpm, NoShape

# iconified item
*FvwmTheme: Colorset 19 fg grey50, bg grey40, \
	TiledPixmap background/as-back.xpm, NoShape

# pointed item
*FvwmTheme: Colorset 20 fg grey, bg grey40, \
	TiledPixmap background/as-back.xpm, NoShape

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

# FvwmIdent
*FvwmTheme: Colorset 21 fg grey70, bg black, Plain, NoShape

DestroyModuleConfig FvwmIdent: *
*FvwmIdent: Colorset 21

# FvwmConsole
*FvwmTheme: Colorset 22 fg yellow4, bg grey30, Plain, NoShape

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

# Terminals
*FvwmTheme: Colorset 30 fg white, bg rgb:00/00/30, Plain, NoShape

# Administrations
*FvwmTheme: Colorset 31 fg white, bg rgb:00/30/30, Plain, NoShape

# Remote Terminals
*FvwmTheme: Colorset 32 fg white, bg rgb:30/00/00, Plain, NoShape

# "Viewer" Colorset
*FvwmTheme: Colorset 33 fg white, bg rgb:00/30/00, Plain, NoShape

# Small Text Input file or Hilighting some Items
*FvwmTheme: Colorset 34 fg black, bg grey70, 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 grey70, Plain, NoShape

# Not in one of the above category (for Script and Form, ft-xres)
*FvwmTheme: Colorset 36 fg grey70, bg black, 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
