Envelope Filter: add hint in manual for reversed operation
[calf.git] / gui / calf.rc.in
blob8966f4435de350eeb9ebba242dfe74b64ca7af6d
1 #Calf Default
3 pixmap_path "@guidatadir@"
5 style "calf-default"
7     GtkWidget      ::focus-line-width     = 0
8     
9     GtkRange       ::trough-border        = 0
10     GtkScale       ::slider-length        = 46
11     GtScale        ::slider-width         = 46
12     GtkScale       ::trough-side-details  = 0
13     GtkRange       ::activate-slider      = 0
14     
15     GtkMenuBar     ::internal-padding     = 4
16     
17     GtkArrow       ::arrow-scaling        = 0.0
18     GtkComboBox    ::arrow-scaling        = 0.0
19     GtkComboBox    ::arrow-size           = 0
20     GtkStatusbar   ::shadow_type          = GTK_SHADOW_NONE
21     
22     xthickness        = 0
23     ythickness        = 0
24     
25     font_name         = "Sans 8"
26     
27     #fg[NORMAL]        = "#fff"
28     #fg[PRELIGHT]      = "#fff"
29     #fg[ACTIVE]        = "#fff"
30     #fg[SELECTED]      = "#fff"
31     #fg[INSENSITIVE]   = "#aaa"
33     #bg[NORMAL]        = "#222"
34     #bg[PRELIGHT]      = "#444"
35     #bg[ACTIVE]        = "#222"
36     #bg[SELECTED]      = "#0af"
37     #bg[INSENSITIVE]   = "#666"
39     #base[NORMAL]      = "#eee"
40     #base[PRELIGHT]    = "#fff"
41     #base[ACTIVE]      = "#ddd"
42     #base[SELECTED]    = "#0af"
43     #base[INSENSITIVE] = "#666"
45     #text[NORMAL]      = "#333"
46     #text[PRELIGHT]    = "#000"
47     #text[ACTIVE]      = "#000"
48     #text[SELECTED]    = "#000"
49     #text[INSENSITIVE] = "#aaa"
50     
51     #engine "clearlooks" { }
54 style "debug"
56     fg[NORMAL]       = "red"
57     fg[PRELIGHT]     = "green"
58     fg[SELECTED]     = "yellow"
59     fg[ACTIVE]       = "blue"
60     fg[INSENSITIVE]  = "grey"
63 style "calf-wide"
65     xthickness   = 5
66     ythickness   = 4
69 style "calf-rack"
71     bg_pixmap[NORMAL] = "background_light.png"
74 style "calf-rack-title"
76     fg[NORMAL] = { 0, 0.11, 0.11 }
77     font_name  = "Open Sans Condensed 11"
78     xthickness = 7
79     ythickness = 3
82 style "calf-rack-widgets"
84     fg[NORMAL]        = { 0, 0.11, 0.11 }
85     font_name         = "Sans 5"
88 style "calf-plugin"
90     bg_pixmap[NORMAL] = "background_dark.png"
93 style "calf-connector"
95     
97 style "calf-connector-children"
99     font_name  = "Sans 8"
101 style "calf-connector-title"
103     font_name  = "Sans 13"
106 style "calf-label" {
107     font_name  = "Sans 7"
108     fg[NORMAL] = "#fff"
112 ### BUTTON ###
114 style "calf-button"
116     GtkButton      ::child-displacement-x = 0
117     GtkButton      ::child-displacement-y = 0
118     GtkButton      ::inner-border         = { 10, 10, 4, 4}
119     
120     fg[NORMAL]   = "#07005a"
121     fg[PRELIGHT] = "#3392e6"
122     fg[ACTIVE]   = "#43b2ff"
123     
124     font_name         = "Sans 8"
125     
126     xthickness = 3
127     ythickness = 3
128     
131 ### TOGGLE BUTTON ###
133 style "calf-toggle" = "calf-button"
135     GtkButton::inner-border = { 10, 36, 4, 4}
138 ### COMBOBOX ###
140 style "calf-combobox"
142     # NOTE:
143     # ComboBox is rendered via Cairo with 12pt text. These settings are
144     # just for a usable size allocation of the widget.
145     font_name = "Sans 10.5"
146     xthickness = 0
147     ythickness = 3
148     
149     bg[NORMAL] = { 0.85, 0.85, 0.85 }
150     fg[NORMAL] = "black"
153 ### TEXT ENTRY ###
155 style "calf-entry"
157     base[SELECTED] = "#D1EA73"
158     base[NORMAL]   = "#000"
159     text[SELECTED] = "#000"
160     text[NORMAL]   = "#D1EA73"
161     xthickness     = 3
162     ythickness     = 3
165 ### MENU ###
167 style "calf-menu" = "calf-wide"
169     fg[NORMAL]   = "#ddd"
170     fg[SELECTED] = "#fff"
171     fg[PRELIGHT] = "#fff"
172     bg[NORMAL]   = "#111"
173     bg[SELECTED] = "#333"
174     font_name    = "Sans 8"
177 ### H/V SCALES ###
179 style "calf-scale-small"
181     fg[NORMAL] = "white"
182     GtkScale::slider-length = 38
183     GtkRange::slider-width  = 38
187 style "calf-scale-big"
189     fg[NORMAL] = "white"
192 ### SCROLLBAR ###
194 style "calf-scrollbar"
196     
199 ### NOTEBOOK ###
201 style "calf-notebook"
203     xthickness   = 24
204     ythickness   = 8
205     fg[NORMAL]   = "#fff"
206     fg[PRELIGHT]   = "#fff"
207     fg[ACTIVE]   = "#eee"
210 ### TREEVIEW ###
212 style "calf-treeview"
214     GtkTreeView::odd-row-color = "#323942"
215     base[NORMAL]       = "#222932" # rows background
216     base[SELECTED]     = "#49596a" # rows background selected
217     base[ACTIVE]       = "#49596a" # rows background selected but not focused
218     
219     text[NORMAL]       = "#dddddd" # rows text
220     text[SELECTED]     = "#ffffff" # rows text selected
221     text[ACTIVE]       = "#ffffff" # rows text selected but not focused
222     
223     xthickness   = 24
224     ythickness   = 8
227 style "calf-treehead"
229     bg[NORMAL]         = "#eeeeee" # header background
230     fg[NORMAL]         = "white" # header text
231     fg[PRELIGHT]       = "white" # header text
232     fg[SELECTED]       = "white" # header text
233     fg[ACTIVE]         = "white" # header text
237 ### FRAMES ###
239 style "calf-frame"
241     xthickness = 8
242     ythickness = 8
243     
244     fg[NORMAL]   = "white"
245     text[NORMAL] = "white"
248 ### KNOBS ###
249 style "calf-knobs"
251     fg[NORMAL]   = "#001a1a"
252     fg[PRELIGHT] = "#001a1a"
253     fg[ACTIVE]   = "#000"
256 ### VUMETERS ###
257 style "calf-vumeter"
259     bg[NORMAL] = { 0.85, 0.85, 0.85 }
260     fg[NORMAL] = { 0, 0.11, 0.11 }
261     fg[ACTIVE] = "#cc0000"
262     
263     xthickness = 5
264     ythickness = 4
267 ### METERSCALE ###
268 style "calf-meterscale"
270     fg[NORMAL] = { 1.00, 1.00, 1.00 }
271     xthickness = 5
274 ### LED ###
275 style "calf-led"
277     bg[NORMAL] = { 0.85, 0.85, 0.85 }
280 ### DISPLAYS ###
281 style "calf-display" {
282     base[NORMAL] = { 0.89, 1.00, 0.45 }
286 ### TOGGLE ###
287 style "calf-toggle0" {
288     xthickness = 24
289     ythickness = 24
290     fg[NORMAL] = "red"
292 style "calf-toggle1" {
293     xthickness = 32
294     ythickness = 30
295     fg[NORMAL] = "red"
297 style "calf-toggle2" {
298     xthickness = 60
299     ythickness = 50
300     fg[NORMAL] = "red"
303 widget "*Calf*"                                   style : rc "calf-default"
305 widget "*Calf-Rack"                               style : highest "calf-rack"
306 widget "*Calf-Rack*"                              style : highest "calf-rack-widgets"
307 widget "*Calf-Rack*Calf-Rack-Title"               style : highest "calf-rack-title"
309 widget "*Calf-Plugin"                             style : highest "calf-plugin"
311 widget "*Connector"                               style : highest "calf-connector"
312 widget "*Connector*View*"                         style : highest "calf-connector-children"
313 widget "*Connector*Ports*"                        style : highest "calf-connector-children"
314 widget "*Connector*Title*"                        style : highest "calf-connector-title"
316 widget "*Calf-Label"                              style : highest "calf-label"
317 widget "*Calf-Value"                              style : highest "calf-label"
319 widget "*Calf-Menu*"                              style : highest "calf-menu"
321 widget "*Calf*Notebook*"                          style : highest "calf-notebook"
323 widget "*Calf*Frame"                              style : highest "calf-frame"
326 widget "*Calf*Button*"                            style : highest "calf-button"
327 widget "*Calf*Toggle*"                            style : highest "calf-toggle"
328 widget "*Calf*CheckButton"                        style : highest "calf-toggle"
329 widget "*Calf*RadioButton"                        style : highest "calf-toggle"
331 widget "*Calf*Combo*"                             style : highest "calf-combobox"
333 widget "*Calf*Entry*"                             style : highest "calf-entry"
335 widget "*Calf*Range"                              style : highest "calf-scale-small"
336 widget "*Calf*Scale1"                             style : highest "calf-scale-small"
337 widget "*Calf*Scale2"                             style : highest "calf-scale-big"
338 widget_class "*Scrollbar*"                        style : highest "calf-scrollbar"
340 widget_class "*Calf*GtkTreeView*"                 style : highest "calf-treeview"
341 widget_class "*Calf*TreeView*Button*"             style : highest "calf-treehead"
343 widget "*Calf*Knob"                               style : highest "calf-knobs"
345 widget "*Calf*VUMeter"                            style : highest "calf-vumeter"
346 widget "*CalfVUMeter*"                            style : highest "calf-vumeter"
347 widget "*CalfMeterScale*"                         style : highest "calf-meterscale"
348 widget "*Calf*MeterScale"                         style : highest "calf-meterscale"
350 widget "*Calf*LED"                                style : highest "calf-led"
351 widget "*CalfLed*"                                style : highest "calf-led"
353 widget "*Calf*Combo*"                             style : highest "calf-display"
354 widget "*Calf*Graph"                              style : highest "calf-display"
355 widget "*Calf*Tuner"                              style : highest "calf-display"
357 widget "*CalfToggle*_0*"                           style : highest "calf-toggle0"
358 widget "*CalfToggle*_1*"                           style : highest "calf-toggle1"
359 widget "*CalfToggle*_2*"                           style : highest "calf-toggle2"