1# colors@default
2
3# ****************************************************************************
4#
5# I.   FVWM Colorsets (0 to 9)
6#       I.1. Default Colorsets
7#       I.2. Window Decorations
8#       I.3. Menu Colorsets
9#
10# II.  Module Colorsets (10 to 29)
11#       II.1. Common Colorsets
12#       II.2. Window List Module Colorsets
13#       II.3. Other Module Colorsets
14#       II.4. External Colorsets
15#
16# III. Application Colorsets (30 to 35)
17#
18# IV.  Start/Stop functions
19#
20# ****************************************************************************
21
22# ============================================================================
23# I. FVWM Colorsets
24# ============================================================================
25
26# ----------------------
27# I.1. Default Colorsets
28# ----------------------
29
30# for feedback windows (like geometry window and NoteMessage) and FvwmScroll
31#
32Colorset 0 fg black, bg #70A0A0
33
34# -----------------------
35# I.2. Window Decorations
36# -----------------------
37
38# The following colors are used in FvwmPager for the window colors
39# and in a title bar of windows (shade/hilight colors, computed from
40# the bg color, but might be specified directly by sh and hi).
41# The title bar background is defined below using TitleStyle.
42
43# window title, inactive and active
44#
45Colorset 1 fg black, bg rgb:88/7C/66, Plain, NoShape
46Colorset 2 fg black, bg rgb:CC/BA/99, Plain, NoShape
47
48# window borders, inactive and active
49#
50Colorset 3 fg black, bg rgb:88/7C/66, Plain, NoShape
51Colorset 4 fg black, bg rgb:CC/BA/99, Plain, NoShape
52
53# background for window title, buttons and border
54#
55DestroyFunc FuncFvwmDecorBackground
56AddToFunc   FuncFvwmDecorBackground
57+ I TitleStyle AllInactive Colorset 1 -- Raised
58+ I TitleStyle AllActive   Colorset 2 -- Raised
59#
60+ I ButtonStyle All Simple -- UseTitleStyle
61
62# -------------------
63# I.3. Menu Colorsets
64# -------------------
65
66# inactive menu item fg+bg and menu face if any
67#
68Colorset 5 fg black, bg rgb:80/98/B0, Plain, NoShape
69
70# active menu item fg+bg
71#
72Colorset 6 fg black, bg rgb:90/A9/C2, Plain, NoShape
73
74# greyed menu item fg
75#
76Colorset 7 fg grey48, bg grey48, Plain, NoShape
77
78# -------------------------------------------------
79# Colorsets 8 and 9 are reserved for the future use.
80
81# ============================================================================
82# II. Module Colorsets
83# ============================================================================
84
85# ----------------------
86# II.1. Common Colorsets
87# ----------------------
88
89# default for modules
90# For FvwmButtons, FvwmPager, can be also used for FvwmIconMan, FvwmIconBox.
91#
92Colorset 10 fg black, bg rgb:80/A0/A0, Plain, NoShape
93
94# default hilight for modules
95# For hilighting a part of a button bar (some swallowed apps for example).
96#
97Colorset 11 fg black, bg white, Plain, NoShape
98
99# special or funny: a gradient or a pixmap
100# May be used in certain FvwmButtons, FvwmIconMan, FvwmIconBox.
101#
102Colorset 12 fg black, bg rgb:80/A0/A0, \
103	VGradient 20 rgb:80/A0/A0 rgb:C0/F0/F0, NoShape
104
105# swallowed window: the hilight and shadow colors should be defined
106# (-hd of xclock and -hl of xload use sh, and -hl of xclock uses hi)
107#
108Colorset 13 fg black, bg rgb:70/8C/8C, hi black, sh gray40, \
109	Plain, NoShape
110
111# default #2
112# FvwmPager or to get more colors in FvwmButtons, can be set to 10.
113#
114Colorset 14 fg black, bg rgb:80/A0/A0, Plain, NoShape
115
116# default hilight #2
117# FvwmPager or to get more colors in FvwmButtons, can be set to 11.
118#
119Colorset 15 fg black, bg rgb:C0/F0/F0, Plain, NoShape
120
121# tips/balloons (TaskBar and FvwmPager)
122#
123Colorset 16 fg black, bg rgb:F0/F0/C0, Plain, NoShape
124
125# ----------------------------------
126# II.2. Window List Module Colorsets
127# ----------------------------------
128
129# standard item
130Colorset 17 fg black, bg rgb:80/A0/A0, Plain, NoShape
131
132# active item
133Colorset 18 fg black, bg rgb:A0/C8/C8, Plain, NoShape
134
135# iconified item
136Colorset 19 fg white, bg rgb:60/78/78, Plain, NoShape
137
138# pointed item
139Colorset 20 fg black, bg rgb:88/AA/AA, Plain, NoShape
140
141# ----------------------------
142# II.3. Other Module Colorsets
143# ----------------------------
144
145# FvwmIdent
146#
147Colorset 21 fg black, bg bisque, Plain, NoShape
148
149# FvwmConsole
150#
151Colorset 22 fg white, bg rgb:00/30/60, Plain, NoShape
152
153# transparent
154#Colorset 23 fg $[fg.cs10], bg $[bg.cs10], Transparent, Plain, NoShape
155
156# ------------------------
157# II.4. External Colorsets
158# ------------------------
159
160# ----------------------------
161# reserved for modules@: 24-25
162
163# ----------------------------------
164# reserved for the future use: 26-28
165
166# temporary colorset: 29, has no static definition, used dynamically
167
168# ============================================================================
169# III. Application Colorsets
170# ============================================================================
171
172# regular terminal (xterm, rxvt, Eterm)
173#
174Colorset 30 fg white, bg rgb:00/00/50, Plain, NoShape
175
176# admin terminal (su xterm)
177#
178Colorset 31 fg white, bg rgb:00/50/50, Plain, NoShape
179
180# remote terminal (ssh, telnet)
181#
182Colorset 32 fg white, bg rgb:50/00/00, Plain, NoShape
183
184# viewer terminal (man, less, tail -f)
185#
186Colorset 33 fg white, bg rgb:00/50/00, Plain, NoShape
187
188# application run in the terminal, text editor using ft-xrdb
189#
190Colorset 34 fg rgb:FF/FF/E8, bg rgb:30/48/48, Plain, NoShape
191
192# dialog main background (FvwmScript, FvwmForm, xmessage, ft-xrdb)
193#
194Colorset 35 fg black, bg rgb:80/A0/80, Plain, NoShape
195
196# dialog text area (FvwmScript, FvwmForm, xmessage, ft-xrdb)
197#
198Colorset 36 fg black, bg rgb:A0/C8/A0, Plain, NoShape
199
200# --------------------------------------------------
201# Colorsets 37 to 39 are reserved for the future use.
202
203# ============================================================================
204# IV. Start/Stop Functions:
205# ============================================================================
206
207# These functions are executed when you enter (Start) and when you leave
208# (Stop) this component. For example, in colors@blackbox they are used to
209# set/unset a good window "transparency" style ParentalRelativity/Opacity;
210# in colors@cde and colors@luthien these functions are used for more things.
211
212DestroyFunc FuncFvwmStartColors
213AddToFunc   FuncFvwmStartColors
214
215DestroyFunc FuncFvwmStopColors
216AddToFunc   FuncFvwmStopColors
217