# colors@blackbox

# 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 grey85, bg #555d5d, 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 grey70, bg grey30, Plain, NoShape
Style "*"	Colorset 1
# active:
*FvwmTheme: Colorset 2 fg white, bg grey50, Plain, NoShape
Style "*"	HilightColorset 2

# borders of the windows inactive/active:
*FvwmTheme: Colorset 3 fg grey70, bg grey30, Plain, NoShape
Style "*"	BorderColorset 3
*FvwmTheme: Colorset 4 fg white, bg grey50, Plain, NoShape
Style "*"	HilightBorderColorset 4

# title
TitleStyle \
	Inactive   (Pixmap decor/title-inactive.xpm -- Top Left) \
	ActiveUp   (Pixmap decor/title-active.xpm   -- Top Left) \
	ActiveDown (Pixmap decor/title-active.xpm   -- Top Left)

# window button background
ButtonStyle	left  Pixmap decor/left-button-back.xpm   -- Top Left
ButtonStyle	right Pixmap decor/right-button-back.xpm  -- Top Left
ButtonStyle	1     Pixmap decor/left-button1-back.xpm  -- Top Left
ButtonStyle	2     Pixmap decor/right-button2-back.xpm -- Top Left

# -----
# Menus

# inactive menu item fg+bg and menu face
*FvwmTheme: Colorset 5 fg #ececec, bg black, Pixmap menuback/face.xpm, NoShape

# active menu item fg+bg
*FvwmTheme: Colorset 6 fg #333333, bg #cccccc, 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 #979b9b, bg grey35, Plain, NoShape

# default hilight
*FvwmTheme: Colorset 11 fg #979b9b, bg white, Pixmap modcolor/HilightDesk.xpm, \
	NoShape

# special
*FvwmTheme: Colorset 12 fg #979b9b, bg #555d5d, DGradient 50 #636f6f #484e4e, NoShape
# a better colors if we use blackbox modules is:
# *FvwmTheme: Colorset 10 fg #979b9b, bg #555d5d, Pixmap modcolor/TheToolbar700.xpm, NoShape

# swallowed window
*FvwmTheme: Colorset 13 fg grey85, bg #485151, hi grey85, sh grey45, Plain, \
	NoShape

# default2 (FvwmPager or to get more colors in Buttons)
*FvwmTheme: Colorset 14 fg #979b9b, bg #555d5d, Pixmap modcolor/Toolbar100.xpm, NoShape

# default hilight2: (FvwmPager or to get more colors in a Buttons)
*FvwmTheme: Colorset 15 fg #979b9b, bg white, Pixmap modcolor/HilightDesk.xpm, \
	NoShape

# tips/balloons
*FvwmTheme: Colorset 16 fg #ececec, bg #485151, Plain, NoShape

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

# standard item
*FvwmTheme: Colorset 17 fg #979b9b, bg #555d5d, Pixmap modcolor/Toolbar100.xpm, \
	NoShape

# active item
*FvwmTheme: Colorset 18 fg #ffffff, bg #555d5d, Pixmap modcolor/Toolbar100.xpm, \
	NoShape

# iconified item
*FvwmTheme: Colorset 19 fg black, bg #555d5d, Pixmap modcolor/Toolbar100.xpm, \
	NoShape

# pointed item
*FvwmTheme: Colorset 20 fg #979b9b, bg #555d5d, Pixmap modcolor/Toolbar100.xpm, \
	NoShape

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

# FvwmIdent
*FvwmTheme: Colorset 21 fg yellow, bg black, Transparent, NoShape

DestroyModuleConfig FvwmIdent: *
*FvwmIdent: Colorset 21

# FvwmConsole
*FvwmTheme: Colorset 22 fg yellow, bg black, Plain, NoShape

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

# Terminals
*FvwmTheme: Colorset 30 fg #ffffff, bg #555d5d, Plain, NoShape

# Administrations
*FvwmTheme: Colorset 31 fg #a0f0f0, bg #555d5d, Plain, NoShape

# Remote Terminals
*FvwmTheme: Colorset 32 fg #f0f0a0, bg #555d5d, Plain, NoShape

# "Viewer" Colorset
*FvwmTheme: Colorset 33 fg grey20, bg grey90, Plain, NoShape

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

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

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

DestroyFunc FuncFvwmStartColors
AddToFunc   FuncFvwmStartColors
+ I Style "FvwmIdent" ParentalRelativity

DestroyFunc FuncFvwmStopColors
AddToFunc   FuncFvwmStopColors
+ I Style "FvwmIdent" Opacity
