3 pixmap_path "@guidatadir@"
7 GtkWidget ::focus-line-width = 0
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
15 GtkMenuBar ::internal-padding = 4
17 GtkArrow ::arrow-scaling = 0.0
18 GtkComboBox ::arrow-scaling = 0.0
19 GtkComboBox ::arrow-size = 0
20 GtkStatusbar ::shadow_type = GTK_SHADOW_NONE
28 #fg[PRELIGHT] = "#fff"
30 #fg[SELECTED] = "#fff"
31 #fg[INSENSITIVE] = "#aaa"
34 #bg[PRELIGHT] = "#444"
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"
51 #engine "clearlooks" { }
57 fg[PRELIGHT] = "green"
58 fg[SELECTED] = "yellow"
60 fg[INSENSITIVE] = "grey"
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"
82 style "calf-rack-widgets"
84 fg[NORMAL] = { 0, 0.11, 0.11 }
90 bg_pixmap[NORMAL] = "background_dark.png"
93 style "calf-connector"
97 style "calf-connector-children"
101 style "calf-connector-title"
103 font_name = "Sans 13"
116 GtkButton ::child-displacement-x = 0
117 GtkButton ::child-displacement-y = 0
118 GtkButton ::inner-border = { 10, 10, 4, 4}
120 fg[NORMAL] = "#07005a"
121 fg[PRELIGHT] = "#3392e6"
122 fg[ACTIVE] = "#43b2ff"
131 ### TOGGLE BUTTON ###
133 style "calf-toggle" = "calf-button"
135 GtkButton::inner-border = { 10, 36, 4, 4}
140 style "calf-combobox"
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"
149 bg[NORMAL] = { 0.85, 0.85, 0.85 }
157 base[SELECTED] = "#D1EA73"
158 base[NORMAL] = "#000"
159 text[SELECTED] = "#000"
160 text[NORMAL] = "#D1EA73"
167 style "calf-menu" = "calf-wide"
170 fg[SELECTED] = "#fff"
171 fg[PRELIGHT] = "#fff"
173 bg[SELECTED] = "#333"
179 style "calf-scale-small"
182 GtkScale::slider-length = 38
183 GtkRange::slider-width = 38
187 style "calf-scale-big"
194 style "calf-scrollbar"
201 style "calf-notebook"
206 fg[PRELIGHT] = "#fff"
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
219 text[NORMAL] = "#dddddd" # rows text
220 text[SELECTED] = "#ffffff" # rows text selected
221 text[ACTIVE] = "#ffffff" # rows text selected but not focused
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
245 text[NORMAL] = "white"
251 fg[NORMAL] = "#001a1a"
252 fg[PRELIGHT] = "#001a1a"
259 bg[NORMAL] = { 0.85, 0.85, 0.85 }
260 fg[NORMAL] = { 0, 0.11, 0.11 }
261 fg[ACTIVE] = "#cc0000"
268 style "calf-meterscale"
270 fg[NORMAL] = { 1.00, 1.00, 1.00 }
277 bg[NORMAL] = { 0.85, 0.85, 0.85 }
281 style "calf-display" {
282 base[NORMAL] = { 0.89, 1.00, 0.45 }
287 style "calf-toggle0" {
292 style "calf-toggle1" {
297 style "calf-toggle2" {
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"