Dynamics: No graphs on re-opening
[calf.git] / gui / calf.rc.in
blob9829aa9b1716178bebfc12b19eac7a44a5d2906e
1 pixmap_path "@guidatadir@"
3 style "calf-default"
5     GtkWidget      ::focus-line-width     = 0
6     
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
12     
13     GtkMenuBar     ::internal-padding     = 4
14     
15     GtkArrow       ::arrow-scaling        = 0.0
16     GtkComboBox    ::arrow-scaling        = 0.0
17     GtkComboBox    ::arrow-size           = 0
18     GtkStatusbar   ::shadow_type          = GTK_SHADOW_NONE
19     
20     xthickness        = 0
21     ythickness        = 0
22     
23     font_name         = "Sans 8"
24     
25     #fg[NORMAL]        = "#fff"
26     #fg[PRELIGHT]      = "#fff"
27     #fg[ACTIVE]        = "#fff"
28     #fg[SELECTED]      = "#fff"
29     #fg[INSENSITIVE]   = "#aaa"
31     #bg[NORMAL]        = "#222"
32     #bg[PRELIGHT]      = "#444"
33     #bg[ACTIVE]        = "#222"
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"
48     
49     #engine "clearlooks" { }
52 style "debug"
54     fg[NORMAL]       = "red"
55     fg[PRELIGHT]     = "green"
56     fg[SELECTED]     = "yellow"
57     fg[ACTIVE]       = "blue"
58     fg[INSENSITIVE]  = "grey"
61 style "calf-wide"
63     xthickness   = 5
64     ythickness   = 4
67 style "calf-rack"
69     bg_pixmap[NORMAL] = "background_light.png"
72 style "calf-rack-title"
74     fg[NORMAL] = "#918864"
75     font_name  = "Sans 12"
76     xthickness = 7
77     ythickness = 3
80 style "calf-rack-widgets"
82     fg[NORMAL]        = "#918864"
83     font_name         = "Sans 5"
86 style "calf-plugin"
88     bg_pixmap[NORMAL] = "background_dark.png"
91 style "calf-connector"
93     bg_pixmap[NORMAL] = "background_dark.png"
96 style "calf-label" {
97     font_name  = "Sans 7"
98     fg[NORMAL] = "#fff"
102 ### BUTTON ###
104 style "calf-button"
106     GtkButton      ::child-displacement-x = 0
107     GtkButton      ::child-displacement-y = 0
108     GtkButton      ::inner-border         = { 10, 10, 4, 4}
109     
110     fg[NORMAL]   = "#07005a"
111     fg[PRELIGHT] = "#3392e6"
112     fg[ACTIVE]   = "#43b2ff"
113     
114     font_name         = "Sans 8"
115     
116     xthickness = 3
117     ythickness = 3
118     
121 ### TOGGLE BUTTON ###
123 style "calf-toggle" = "calf-button"
125     GtkButton::inner-border = { 10, 36, 4, 4}
128 ### COMBOBOX ###
130 style "calf-combobox"
132     # NOTE:
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"
136     xthickness = 0
137     ythickness = 3
140 ### TEXT ENTRY ###
142 style "calf-entry"
144     base[SELECTED] = "#D1EA73"
145     base[NORMAL]   = "#000"
146     text[SELECTED] = "#000"
147     text[NORMAL]   = "#D1EA73"
148     xthickness     = 3
149     ythickness     = 3
152 ### MENU ###
154 style "calf-menu" = "calf-wide"
156     fg[NORMAL]   = "#ddd"
157     fg[SELECTED] = "#fff"
158     fg[PRELIGHT] = "#fff"
159     bg[NORMAL]   = "#111"
160     bg[SELECTED] = "#333"
161     font_name    = "Sans 8"
164 ### H/V SCALES ###
166 style "calf-scale-small"
168     fg[NORMAL] = "white"
169     GtkScale::slider-length = 38
170     GtkRange::slider-width  = 25
174 style "calf-scale-big"
176     fg[NORMAL] = "white"
179 ### SCROLLBAR ###
181 style "calf-scrollbar"
183     
186 ### NOTEBOOK ###
188 style "calf-notebook"
190     xthickness   = 24
191     ythickness   = 8
192     fg[NORMAL]   = "#fff"
193     fg[PRELIGHT]   = "#fff"
194     fg[ACTIVE]   = "#eee"
197 ### TREEVIEW ###
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
205     
206     text[NORMAL]       = "#dddddd" # rows text
207     text[SELECTED]     = "#ffffff" # rows text selected
208     text[ACTIVE]       = "#ffffff" # rows text selected but not focused
209     
210     xthickness   = 24
211     ythickness   = 8
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
224 ### FRAMES ###
226 style "calf-frame"
228     xthickness = 8
229     ythickness = 8
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"