#								-*-sh-*-
# Colorsets
#

#Colorset N|		Meaning		|		Usage Examples
#----------+----------------------------+-------------------------------------
#	 0 | default			| feedback windows, FvwmScroll
#	 1 | inactive window		| window/icon titles, windows in Pager
#	 2 | active window		| window/icon titles, windows in Pager
#	 3 | inactive borders		| window borders (may copy 1)
#	 4 | active borders		| window borders (may copy 2)
#	 5 | inactive menu item	 | menus (may have pixmap or gradient)
#	 6 | active menu item		| menus (only bg/fg used)
#	 7 | greyed menu item		| menus (only fg used)
#	 8 | reserved			| for the fvwm-themes future use
#	 9 | reserved			| for the fvwm-themes future use
#	10 | modules, default		| Button Bar, Pager, other modules
#	11 | modules, default hilight	| Button Bar
#	12 | modules, special		| gradient for IconMan/IconBox
#	13 | modules, swallowed apps	| bg, fg, sh, hi for xclock/xload etc.
#	14 | modules, default #2	| alternative for Pager, Button Bar
#	15 | modules, default hilight #2| alternative for Pager
#	16 | modules, balloons		| TaskBar, Pager
#	17 | modules, winlist, standard | item of IconMan, WinList, TaskBar
#	18 | modules, winlist, active	| --.--
#	19 | modules, winlist, iconified| --.--
#	20 | modules, winlist, pointed	| --.--
#	21 | modules, ident		| FvwmIdent
#	22 | modules, console		| FvwmConsole
#	23 | modules, transparent	| Button Bar
#	24 | modules, reserved		| for the fvwm-themes future use
#	25 | modules, reserved		| for the fvwm-themes future use
#	26 | reserved			| for the fvwm-themes future use
#	27 | reserved			| for the fvwm-themes future use
#	28 | reserved			| for the fvwm-themes future use
#	29 | dynamical/temporary	| tools for choosing/previewing colors
#	30 | regular terminal		| xterm/rxvt or any other terminal
#	31 | admin terminal		| terminal for root (su)
#	32 | remote terminal		| terminal with ssh/rsh/telnet
#	33 | viewer terminal		| man, less, tail -f
#	34 | console application	| top, editor
#	35 | dialog main area		| FvwmScript, FvwmForm, xmessage
#	36 | dialog text area		| FvwmScript, FvwmForm, xmessage
#	37 | reserved			| for the fvwm-themes future use
#	38 | reserved			| for the fvwm-themes future use
#	39 | reserved			| for the fvwm-themes future use


# Menu ---------------------------------------------------------------
# fg: text
# bg: needed to compute light and shadow / selected item background
# Tint: background
# IconAlpha: icon's transparency
Colorset 40	fg Black, \
		bg \#a080a0, \
		RootTransparent, \
		Tint \#a080a0 80, \
		IconAlpha 70
Colorset 41	bg Orchid4

# FwvmPager ----------------------------------------------------------
# fg: line between desktops and title
# tint: inactive desktop background
Colorset 42 fg black, RootTransparent, Tint red 20

# FwvmPager highlight
# fg: title text
# bg: title background
# Tint: active desktop
Colorset 43 fg white, bg black, RootTransparent, Tint lightblue 20

# FvwmPager Window
# Tint: inactive/active window
# IconAlpha: inactive/active icon's transparency
Colorset 44 RootTransparent, Tint red 40, IconAlpha 40
Colorset 45 RootTransparent, Tint lightblue 70, IconAlpha 70

# FvwmPager balloons
# fg: text and borders
# Tint: background
Colorset 46 fg white, RootTransparent, Tint black 80

# Windows ------------------------------------------------------------
# fg: inactive/active title text
# bg: inactive/active title background, for light and shadows
# Tint: inactive/active title background
Colorset 47 fg Orchid, bg DarkBlue1, RootTransparent, Tint DarkBlue1 40, IconAlpha 40
Colorset 48 fg white, VGradient 32 3 Orchid 10 MediumOrchid 80 DarkOrchid4 10 DarkOrchid4
#bg red, RootTransparent buffer, Tint red 80, IconAlpha 80
#Colorset 49 bg blue, RootTransparent, VGradient 20 yellow green, fgAlpha 50

# Icons
Colorset 49 fg white, bg black, RootTransparent, Tint black 40
Colorset 50 fg white, bg black, RootTransparent, Tint black 80

# Fenetre qui a le focus
#HilightColor		\#D6BE9C \#C08855

# Autres fenetres
#Style "*" Color		\#D9D5CC \#AA9882

#TitleStyle ActiveUp Vgradient 20 \#C08855 \#402F25 -- flat
#TitleStyle ActiveDown Vgradient 20 \#B67231 \#402F25 -- flat
#TitleStyle Inactive Vgradient 64 \#C5B9AB \#AA9882 -- flat


# Fenetre qui a le focus
#HilightColor		\#D6BE9C \#C08855

#TitleStyle ActiveUp Vgradient 20 \#C08855 \#402F25 -- flat
#TitleStyle ActiveDown Vgradient 20 \#B67231 \#402F25 -- flat
#TitleStyle Inactive Vgradient 64 \#C5B9AB \#AA9882 -- flat

Style "*"			Colorset 47,
				HilightColorset 48  # to use fg and bg

BorderStyle	Inactive	Colorset 47
BorderStyle	Active		Colorset 48
TitleStyle	AllInactive	Colorset 47 -- flat
TitleStyle	AllActive	Colorset 48 -- flat
