1 pixmap_path "@guidatadir@"
5 GtkWidget ::focus-line-width = 0
7 GtkRange ::trough-border = 0
8 GtkScale ::slider-length = 46
9 GtkRange ::slider-width = 35
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] = "#918864"
80 style "calf-rack-widgets"
82 fg[NORMAL] = "#918864"
88 bg_pixmap[NORMAL] = "background_dark.png"
91 style "calf-connector"
93 bg_pixmap[NORMAL] = "background_dark.png"
106 GtkButton ::child-displacement-x = 0
107 GtkButton ::child-displacement-y = 0
108 GtkButton ::inner-border = { 10, 10, 4, 4}
110 fg[NORMAL] = "#07005a"
111 fg[PRELIGHT] = "#3392e6"
112 fg[ACTIVE] = "#43b2ff"
121 ### TOGGLE BUTTON ###
123 style "calf-toggle" = "calf-button"
125 GtkButton::inner-border = { 10, 36, 4, 4}
130 style "calf-combobox"
133 # ComboBox is rendered via Cairo with 12pt text. These settings are
134 # just for a usable size allocation of the widget.
135 font_name = "Sans 10.5"
144 base[SELECTED] = "#D1EA73"
145 base[NORMAL] = "#000"
146 text[SELECTED] = "#000"
147 text[NORMAL] = "#D1EA73"
154 style "calf-menu" = "calf-wide"
157 fg[SELECTED] = "#fff"
158 fg[PRELIGHT] = "#fff"
160 bg[SELECTED] = "#333"
166 style "calf-scale-small"
169 GtkScale::slider-length = 38
170 GtkRange::slider-width = 25
174 style "calf-scale-big"
181 style "calf-scrollbar"
188 style "calf-notebook"
193 fg[PRELIGHT] = "#fff"
199 style "calf-treeview"
201 GtkTreeView::odd-row-color = "#323942"
202 base[NORMAL] = "#222932" # rows background
203 base[SELECTED] = "#49596a" # rows background selected
204 base[ACTIVE] = "#49596a" # rows background selected but not focused
206 text[NORMAL] = "#dddddd" # rows text
207 text[SELECTED] = "#ffffff" # rows text selected
208 text[ACTIVE] = "#ffffff" # rows text selected but not focused
214 style "calf-treehead"
216 bg[NORMAL] = "#eeeeee" # header background
217 fg[NORMAL] = "white" # header text
218 fg[PRELIGHT] = "white" # header text
219 fg[SELECTED] = "white" # header text
220 fg[ACTIVE] = "white" # header text
232 widget "*Calf*" style : rc "calf-default"
234 widget "*Calf-Rack" style : highest "calf-rack"
235 widget "*Calf-Rack*" style : highest "calf-rack-widgets"
236 widget "*Calf-Rack*Calf-Rack-Title" style : highest "calf-rack-title"
238 widget "*Calf-Plugin" style : highest "calf-plugin"
240 widget "*Calf-Connector" style : highest "calf-connector"
242 widget "*Calf-Label" style : highest "calf-label"
243 widget "*Calf-Value" style : highest "calf-label"
245 widget "*Calf-Menu*" style : highest "calf-menu"
247 widget "*Calf*Notebook*" style : highest "calf-notebook"
249 widget "*Calf*Frame" style : highest "calf-frame"
251 widget "*Calf*Button*" style : highest "calf-button"
252 widget "*Calf*Toggle*" style : highest "calf-toggle"
253 widget "*Calf*CheckButton" style : highest "calf-toggle"
254 widget "*Calf*RadioButton" style : highest "calf-toggle"
256 widget "*Calf*Combo*" style : highest "calf-combobox"
258 widget "*Calf*Entry*" style : highest "calf-entry"
260 widget "*Calf*Range" style : highest "calf-scale-small"
261 widget "*Calf*Scale1" style : highest "calf-scale-small"
262 widget "*Calf*Scale2" style : highest "calf-scale-big"
263 widget_class "*Scrollbar*" style : highest "calf-scrollbar"
265 widget_class "*Calf*GtkTreeView*" style : highest "calf-treeview"
266 widget_class "*Calf*TreeView*Button*" style : highest "calf-treehead"