1 pixmap_path "@guidatadir@"
5 GtkWidget ::focus-line-width = 0
7 GtkRange ::trough-border = 0
8 GtkScale ::slider-length = 46
9 GtScale ::slider-width = 46
10 GtkScale ::trough-side-details = 0
11 GtkRange ::activate-slider = 0
13 GtkMenuBar ::internal-padding = 4
15 GtkArrow ::arrow-scaling = 0.0
16 GtkComboBox ::arrow-scaling = 0.0
17 GtkComboBox ::arrow-size = 0
18 GtkStatusbar ::shadow_type = GTK_SHADOW_NONE
26 #fg[PRELIGHT] = "#fff"
28 #fg[SELECTED] = "#fff"
29 #fg[INSENSITIVE] = "#aaa"
32 #bg[PRELIGHT] = "#444"
34 #bg[SELECTED] = "#0af"
35 #bg[INSENSITIVE] = "#666"
37 #base[NORMAL] = "#eee"
38 #base[PRELIGHT] = "#fff"
39 #base[ACTIVE] = "#ddd"
40 #base[SELECTED] = "#0af"
41 #base[INSENSITIVE] = "#666"
43 #text[NORMAL] = "#333"
44 #text[PRELIGHT] = "#000"
45 #text[ACTIVE] = "#000"
46 #text[SELECTED] = "#000"
47 #text[INSENSITIVE] = "#aaa"
49 #engine "clearlooks" { }
55 fg[PRELIGHT] = "green"
56 fg[SELECTED] = "yellow"
58 fg[INSENSITIVE] = "grey"
69 bg_pixmap[NORMAL] = "background_light.png"
72 style "calf-rack-title"
74 fg[NORMAL] = { 0, 0.11, 0.11 }
75 font_name = "Open Sans Condensed 11"
80 style "calf-rack-widgets"
82 fg[NORMAL] = { 0, 0.11, 0.11 }
88 bg_pixmap[NORMAL] = "background_dark.png"
91 style "calf-connector"
95 style "calf-connector-children"
99 style "calf-connector-title"
101 font_name = "Sans 13"
114 GtkButton ::child-displacement-x = 0
115 GtkButton ::child-displacement-y = 0
116 GtkButton ::inner-border = { 10, 10, 4, 4}
118 fg[NORMAL] = "#07005a"
119 fg[PRELIGHT] = "#3392e6"
120 fg[ACTIVE] = "#43b2ff"
129 ### TOGGLE BUTTON ###
131 style "calf-toggle" = "calf-button"
133 GtkButton::inner-border = { 10, 36, 4, 4}
138 style "calf-combobox"
141 # ComboBox is rendered via Cairo with 12pt text. These settings are
142 # just for a usable size allocation of the widget.
143 font_name = "Sans 10.5"
147 bg[NORMAL] = { 0.85, 0.85, 0.85 }
155 base[SELECTED] = "#D1EA73"
156 base[NORMAL] = "#000"
157 text[SELECTED] = "#000"
158 text[NORMAL] = "#D1EA73"
165 style "calf-menu" = "calf-wide"
168 fg[SELECTED] = "#fff"
169 fg[PRELIGHT] = "#fff"
171 bg[SELECTED] = "#333"
177 style "calf-scale-small"
180 GtkScale::slider-length = 38
181 GtkRange::slider-width = 38
185 style "calf-scale-big"
192 style "calf-scrollbar"
199 style "calf-notebook"
204 fg[PRELIGHT] = "#fff"
210 style "calf-treeview"
212 GtkTreeView::odd-row-color = "#323942"
213 base[NORMAL] = "#222932" # rows background
214 base[SELECTED] = "#49596a" # rows background selected
215 base[ACTIVE] = "#49596a" # rows background selected but not focused
217 text[NORMAL] = "#dddddd" # rows text
218 text[SELECTED] = "#ffffff" # rows text selected
219 text[ACTIVE] = "#ffffff" # rows text selected but not focused
225 style "calf-treehead"
227 bg[NORMAL] = "#eeeeee" # header background
228 fg[NORMAL] = "white" # header text
229 fg[PRELIGHT] = "white" # header text
230 fg[SELECTED] = "white" # header text
231 fg[ACTIVE] = "white" # header text
243 text[NORMAL] = "white"
249 fg[NORMAL] = "#001a1a"
250 fg[PRELIGHT] = "#001a1a"
257 bg[NORMAL] = { 0.85, 0.85, 0.85 }
258 fg[NORMAL] = { 0, 0.11, 0.11 }
259 fg[ACTIVE] = "#cc0000"
266 style "calf-meterscale"
268 fg[NORMAL] = { 1.00, 1.00, 1.00 }
275 bg[NORMAL] = { 0.85, 0.85, 0.85 }
279 style "calf-display" {
280 base[NORMAL] = { 0.89, 1.00, 0.45 }
283 widget "*Calf*" style : rc "calf-default"
285 widget "*Calf-Rack" style : highest "calf-rack"
286 widget "*Calf-Rack*" style : highest "calf-rack-widgets"
287 widget "*Calf-Rack*Calf-Rack-Title" style : highest "calf-rack-title"
289 widget "*Calf-Plugin" style : highest "calf-plugin"
291 widget "*Connector" style : highest "calf-connector"
292 widget "*Connector*View*" style : highest "calf-connector-children"
293 widget "*Connector*Ports*" style : highest "calf-connector-children"
294 widget "*Connector*Title*" style : highest "calf-connector-title"
296 widget "*Calf-Label" style : highest "calf-label"
297 widget "*Calf-Value" style : highest "calf-label"
299 widget "*Calf-Menu*" style : highest "calf-menu"
301 widget "*Calf*Notebook*" style : highest "calf-notebook"
303 widget "*Calf*Frame" style : highest "calf-frame"
305 widget "*Calf*Button*" style : highest "calf-button"
306 widget "*Calf*Toggle*" style : highest "calf-toggle"
307 widget "*Calf*CheckButton" style : highest "calf-toggle"
308 widget "*Calf*RadioButton" style : highest "calf-toggle"
310 widget "*Calf*Combo*" style : highest "calf-combobox"
312 widget "*Calf*Entry*" style : highest "calf-entry"
314 widget "*Calf*Range" style : highest "calf-scale-small"
315 widget "*Calf*Scale1" style : highest "calf-scale-small"
316 widget "*Calf*Scale2" style : highest "calf-scale-big"
317 widget_class "*Scrollbar*" style : highest "calf-scrollbar"
319 widget_class "*Calf*GtkTreeView*" style : highest "calf-treeview"
320 widget_class "*Calf*TreeView*Button*" style : highest "calf-treehead"
322 widget "*Calf*Knob" style : highest "calf-knobs"
324 widget "*Calf*VUMeter" style : highest "calf-vumeter"
325 widget "*CalfVUMeter*" style : highest "calf-vumeter"
326 widget "*CalfMeterScale*" style : highest "calf-meterscale"
327 widget "*Calf*MeterScale" style : highest "calf-meterscale"
329 widget "*Calf*LED" style : highest "calf-led"
330 widget "*CalfLed*" style : highest "calf-led"
332 widget "*Calf*Combo*" style : highest "calf-display"
333 widget "*Calf*Graph" style : highest "calf-display"
334 widget "*Calf*Tuner" style : highest "calf-display"