remove AU GUI debugging test in which arrow keys could be used to change GUI size
[ardour.git] / gtk2_ardour / ardour3_ui_dark.rc.in
1 #
2 # This is the GTK style file for Ardour, originally by Paul Davis and others
3 #
4 # Color meta-ization originated by Sean Corbett (seanbutnotheard@gmail.com)
5 #
6 # Released under the terms of the GNU GPL v2:  http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
7 #
8
9 #@color fg #EEEEEC
10 #@color bg #54555d
11 #@color text #EEEEEC
12 #@color light_text_on_dark #CFCFC1
13 #@color base #171717
14 #@color fg_selected #EEF
15 #@color bg_selected #58B
16 #@color fg_tooltip #1F1F1F
17 #@color bg_tooltip #FCF5B8
18
19 #@color lightest #FFFFFF
20 #@color darkest #222
21 #@color bright_indicator #F11
22 #@color contrasting_indicator #9f3
23 #@color somewhat_bright_indicator #CEF
24 #@color not_so_bright_indicator #FC4
25 #@color bright_color #729FCF
26
27 #@color arm #F33
28 #@color solo #A8F730
29 #@color midi_channel_selector #005900
30 #@color mute #FFFA87
31 #@color mono #DEC
32 #@color monitor #FFAB34
33 #@color control_text2 #8D2B1B
34 #@color control_base #26292D
35 #@color control_text #D0D2D5
36 #@color audio_track #33445e
37 #@color midi_track #445033
38 #@color audio_bus #262c35
39
40 #@color send_fg #30F7B0
41 #@color send_bg #C4C4B8
42
43 #@color processor_frame_selected #E2CC33
44 #@color processor_fader #666666
45 #@color processor_fader_frame #7F7F7F
46 #@color processor_prefader #4D0000
47 #@color processor_prefader_frame #7F0000
48 #@color processor_postfader #1A4D1A
49 #@color processor_postfader_frame #1B7F1B
50
51 # Tweak the color scheme in one place :
52
53 gtk_color_scheme = "@COLOR_SCHEME@"
54
55 #alternate BG color: #5C5E61
56
57 style "default" = "medium_text"
58 {
59   #Original values for reference
60
61   GtkTreeView::vertical-padding = 0
62   GtkTreeView::horizontal-padding = 0
63   GtkTreeView::even-row-color = shade(0.25,@@COLPREFIX@_base)
64   GtkTreeView::odd-row-color = lighter(lighter(@@COLPREFIX@_base))
65   
66   GtkWidget           :: focus-line-pattern               = "\001\001"        #                              Dash pattern used to draw the focus indicator.
67   GtkWidget           :: focus-line-width                 = 1                 # [               1 ] ( >= 0 ) Width, in pixels, of the focus indicator line.
68   GtkWidget           :: focus-padding                    = 1                 # [               1 ] ( >= 0 ) Width, in pixels, between focus indicator and the widget box.
69   GtkWidget           :: interior-focus                   = 1                 # [               1 ] ( bool ) Draw the focus indicator inside widgets.
70   GtkWidget           :: scroll-arrow-hlength             = 16                # [              16 ] ( >= 1 ) Length of horizontal scroll arrows.
71   GtkWidget           :: scroll-arrow-vlength             = 16                # [              16 ] ( >= 1 ) Length of vertical scroll arrows.
72   GtkWidget           :: link-color                       = shade(1.25, @@COLPREFIX@_bright_color)
73   GtkWidget           :: visited-link-color               = @@COLPREFIX@_bright_color
74   
75   GtkDialog           :: action-area-border               = 4                 # [               5 ] ( >= 0 ) Width of border around the button area at the bottom of the dialog.
76   GtkDialog           :: button-spacing                   = 4                 # [               6 ] ( >= 0 ) Spacing between buttons.
77   GtkDialog           :: content-area-border              = 2                 # [               2 ] ( >= 0 ) Width of border around the main dialog area.
78   GtkDialog           :: content-area-spacing             = 0                 # [               0 ] ( >= 0 ) The default spacing used between elements of the content area of the dialog.
79   
80
81   GtkButton           :: default-border = { 0, 0, 0, 0 }
82   GtkButton           :: default-outside_border = { 0, 0, 0, 0 }
83   GtkButton           :: button-relief = GTK_RELIEF_NONE
84   GtkButton           :: child-displacement-x             = 1                 # [               0 ]          How far in x direction to move the button when its depressed.
85   GtkButton           :: child-displacement-y             = 1                 # [               0 ]          ... y
86   GtkButton           :: default-border                   = { 0, 0, 0, 0 }    #                              Extra space to add for CAN_DEFAULT buttons.
87   GtkButton           :: displace-focus                   = 0                 # [               0 ] ( bool ) Whether the child_displacement_x/child_displacement_y properties should also affect the focus rectangle.
88   GtkButton           :: image-spacing                    = 2                 # [               2 ] ( >= 0 ) Spacing in pixels between the image and label.
89
90   GtkCheckButton      :: indicator-size                   = 13                # [              13 ] ( >= 0 ) Size of check or radio indicator.
91   GtkCheckButton      :: indicator-spacing                = 2                 # [               2 ] ( >= 0 ) Spacing around check or radio indicator.
92   GtkCheckMenuItem    :: indicator-size                   = 13                # [              13 ] ( >= 0 ) Size of check or radio indicator.
93
94   GtkOptionMenu       :: indicator-size                   = { 6, 10 }         #                              Size of dropdown indicator.
95   GtkOptionMenu       :: indicator-spacing                = {   6, 5, 0, 0 }    #                              Spacing around indicator.
96
97   GtkComboBox         :: appears-as-list                  = 0                 # [               0 ] ( bool ) Whether dropdowns should look like lists rather than menus.
98   GtkComboBox         :: arrow-size                       = 13                # [              15 ] ( >= 0 ) Sets the minimum size of the arrow in the combo box.
99   GtkComboBox         :: shadow-type                      = GTK_SHADOW_NONE   # [ GTK_SHADOW_NONE ]          Which kind of shadow to draw around the combo box.
100
101   GtkPaned            :: handle-size                      = 4                 # [               5 ] ( >= 0 ) Width of handle.
102
103   GtkScale            :: activate-slider                  = 1                 # [               0 ] ( bool ) With this option set to TRUE, sliders will be drawn ACTIVE and with shadow IN while they are dragged.
104   GtkScale            :: slider-length                    = 23                # [              31 ] ( >= 0 ) Length of scale's slider.  
105   GtkScale            :: slider-width                     = 14                # [              14 ] ( >= 0 ) Width of scrollbar or scale thumb.
106   GtkScale            :: trough-side-details              = 1                 # [               0 ] ( bool ) When TRUE, the parts of the trough on the two sides of the slider are drawn with different details.
107
108   GtkScrollbar        :: activate-slider                  = 1                 # [               0 ] ( bool ) With this option set to TRUE, sliders will be drawn ACTIVE and with shadow IN while they are dragged.
109   GtkScrollbar        :: arrow-scaling                    = 0.4               # [             0.5 ] ( 0.1  ) The arrow size proportion relative to the scroll button size.
110   GtkScrollbar        :: fixed-slider-length              = 0                 # [               0 ] ( bool ) Don't change slider size, just lock it to the minimum length.
111   GtkScrollbar        :: min-slider-length                = 50                # [              21 ] ( >= 0 ) Minimum length of scrollbar slider.
112   GtkScrollbar        :: slider-width                     = 15                # [              14 ] ( >= 0 ) Width of scrollbar or scale thumb.    
113   GtkScrollbar        :: stepper-spacing                  = 0                 # [               0 ] ( >= 0 ) The spacing between the stepper buttons and thumb. Note that setting this value to anything > 0 will automatically set the trough-under-steppers style property to TRUE as well. Also, stepper-spacing won't have any effect if there are no steppers.
114   GtkScrollbar        :: trough-border                    = 0                 # [               1 ] ( >= 0 ) Spacing between thumb/steppers and outer trough bevel.
115   GtkScrollbar        :: trough-side-details              = 0                 # [               0 ] ( bool ) When TRUE, the parts of the trough on the two sides of the slider are drawn with different details.    
116   GtkScrollbar        :: trough-under-steppers            = 1                 # [               1 ] ( bool ) Whether to draw the trough across the full length of the range or to exclude the steppers and their spacing. Note that setting the "stepper-spacing" style property to any value > 0 will automatically enable trough-under-steppers too.
117
118   GtkScrollbar        :: has-backward-stepper             = 1                 # [               1 ] ( bool ) Display the standard backward arrow button.
119   GtkScrollbar        :: has-forward-stepper              = 1                 # [               1 ] ( bool ) Display the standard forward arrow button.
120   GtkScrollbar        :: has-secondary-backward-stepper   = 0                 # [               0 ] ( bool ) Display a second backward arrow button on the opposite end of the scrollbar.
121   GtkScrollbar        :: has-secondary-forward-stepper    = 0                 # [               0 ] ( bool ) Display a second forward arrow button on the opposite end of the scrollbar.
122
123   GtkHScrollbar       :: has-secondary-backward-stepper   = 0                 # [               0 ] ( bool ) Display a second backward arrow button on the opposite end of the scrollbar.
124   GtkHScrollbar       :: has-secondary-forward-stepper    = 0                 # [               0 ] ( bool ) Display a second forward arrow button on the opposite end of the scrollbar.
125   GtkVScrollbar       :: has-secondary-backward-stepper   = 0                 # [               0 ] ( bool ) Display a second backward arrow button on the opposite end of the scrollbar.
126   GtkVScrollbar       :: has-secondary-forward-stepper    = 0                 # [               0 ] ( bool ) Display a second forward arrow button on the opposite end of the scrollbar.
127
128 #Menu Properties
129   GtkMenuBar          :: internal-padding                 = 1                 # [               1 ] ( >= 0 ) Amount of border space between the menubar shadow and the menu items.
130   GtkMenuBar          :: shadow-type                      = GTK_SHADOW_OUT    # [  GTK_SHADOW_OUT ]          Style of bevel around the menubar. 
131
132   GtkMenu             :: arrow-placement                  = GTK_ARROWS_BOTH   # [ GTK_ARROWS_BOTH ]          Indicates where scroll arrows should be placed.
133   GtkMenu             :: arrow-scaling                    = 0.5               # [             0.7 ] ( 0.1  ) Arbitrary constant to scale down the size of the scroll arrow.
134   GtkMenu             :: double-arrows                    = 1                 # [               1 ] ( bool ) When scrolling, always show both arrows.
135   GtkMenu             :: horizontal-offset                = -2                # [              -2 ]          When the menu is a submenu, position it this number of pixels offset horizontally.
136   GtkMenu             :: horizontal-padding               = 0                 # [               0 ] ( >= 0 ) Extra space at the left and right edges of the menu.
137   GtkMenu             :: vertical-offset                  = 0                 # [               0 ]          When the menu is a submenu, position it this number of pixels offset vertically.
138   GtkMenu             :: vertical-padding                 = 0                 # [               0 ] ( >= 0 ) Extra space at the top and bottom of the menu.
139
140   GtkMenuItem         :: arrow-scaling                    = 0.5               # [             0.8 ] ( 0.2  ) Amount of space used up by arrow, relative to the menu item's font size.
141   GtkMenuItem         :: arrow-spacing                    = 10                # [              10 ] ( >= 0 ) Space between label and arrow.
142   GtkMenuItem         :: horizontal-padding               = 3                 # [               3 ] ( >= 0 ) Padding to left and right of the menu item.
143   GtkMenuItem         :: selected-shadow-type             = GTK_SHADOW_NONE   # [ GTK_SHADOW_NONE ]          Shadow type when item is selected.
144   #GtkMenuItem         :: toggle-spacing                   = 4                 # [               5 ] ( >= 0 ) Space between icon and label.
145   GtkMenuItem         :: width-chars                      = 12                # [              12 ] ( >= 0 ) The minimum desired width of the menu item in characters.
146
147 #Other Properties
148   GtkArrow            :: arrow-scaling                    = 0.5               # [             0.7 ] ( 0.1  ) Amount of space used up by arrow.
149
150   GtkNotebook         :: arrow-spacing                    = 0                 # [               0 ] ( >= 0 ) Spacing between the scroll arrows and the tabs.
151   GtkNotebook         :: tab-curvature                    = 1                 # [               1 ] ( >= 0 ) Size of tab curvature.
152   GtkNotebook         :: tab-overlap                      = 1                 # [               2 ]          Size of tab overlap area.
153
154   GtkTreeView         :: horizontal-separator             = 8                 # [               2 ] ( >= 0 ) Horizontal space between cells. Must be an even number.
155   GtkTreeView         :: vertical-separator               = 2                 # [               2 ] ( >= 0 ) Vertical space between cells. Must be an even number.
156
157   GtkEntry            :: honors-transparent-bg-hint       = 1                 # [               0 ] ( bool ) (Clearlooks) Without this, gecko will fill in the background of the entry.
158   GtkEntry            :: cursor-color = @@COLPREFIX@_fg_selected
159
160   #GtkToolbar::shadow_type = GTK_SHADOW_ETCHED_IN
161
162   #xthickness = 0
163   #ythickness = 0
164
165 #Base Colors
166   bg[NORMAL]          = @@COLPREFIX@_bg
167   bg[PRELIGHT]        = shade(1.1, @@COLPREFIX@_bg)
168   bg[ACTIVE]          = shade(0.9, @@COLPREFIX@_bg)
169   bg[INSENSITIVE]     = @@COLPREFIX@_bg
170   bg[SELECTED]        = @@COLPREFIX@_bg_selected
171
172   fg[NORMAL]          = @@COLPREFIX@_fg
173   fg[PRELIGHT]        = @@COLPREFIX@_fg
174   fg[ACTIVE]          = shade(0.9, @@COLPREFIX@_fg)
175   fg[INSENSITIVE]     = shade(0.7, @@COLPREFIX@_bg)
176   fg[SELECTED]        = @@COLPREFIX@_fg_selected
177
178   base[NORMAL]        = @@COLPREFIX@_base
179   base[PRELIGHT]      = @@COLPREFIX@_base
180   base[INSENSITIVE]   = shade(1.0, @@COLPREFIX@_bg)
181   base[ACTIVE]        = shade(0.9, @@COLPREFIX@_bg_selected)
182   base[SELECTED]      = @@COLPREFIX@_bg_selected
183
184   text[NORMAL]        = @@COLPREFIX@_text
185   text[PRELIGHT]      = @@COLPREFIX@_text
186   text[ACTIVE]        = @@COLPREFIX@_fg_selected
187   text[INSENSITIVE]   = shade(0.7, @@COLPREFIX@_lightest)
188   text[SELECTED]      = @@COLPREFIX@_fg_selected
189
190 #engine specific tweaks
191
192   engine "clearlooks" 
193   {
194     #style              = GLOSSY
195     #colorize_scrollbar = TRUE
196     menubarstyle       = 2 # 0 = flat, 1 = sunken, 2 = flat gradient
197     #toolbarstyle       = 0 # 0 = flat, 1 = enable effects
198   }
199 }
200
201
202 style "track_controls_inactive" 
203 {
204         bg[NORMAL] =      { 0.60, 0.60, 0.66 }
205         bg[ACTIVE] =      { 0.60, 0.60, 0.66 }
206         bg[INSENSITIVE] = { 0.60, 0.60, 0.66 }
207         bg[SELECTED] =    { 0.60, 0.60, 0.66 }
208         bg[PRELIGHT] =    { 0.60, 0.60, 0.66 }
209
210         fg[NORMAL] = { 0.7, 0.8, 0.2 }  
211 }
212
213
214 #
215 # Track edit groups. These styles define
216 # the colors that the "edit" button will
217 # use as a track is moved from
218 # track edit group to track edit group.
219 # There are 8 edit groups. Edit group 0
220 # is used for tracks that are not editable, 
221 # so we leave its style to the default.
222 #
223
224 style "edit_group_0"
225
226 {
227         bg[ACTIVE] = { 1.0, 0.65, 0.13 }
228         bg[NORMAL] = { 0.31, 0.31, 0.31 }
229         fg[NORMAL] = { 0.82, 0.91, 0.99 }
230         fg[ACTIVE] = { 0, 0, 0 }
231 }
232
233 style "edit_group_1" 
234 {
235         fg[NORMAL] = { 0, 0, 0 }
236         fg[PRELIGHT] = { 0, 0, 0 }
237         fg[SELECTED] = { 0, 0, 0 }
238         bg[NORMAL] = { 0.93, 0.34, 0.08 }
239         bg[PRELIGHT] = { 0.93, 0.34, 0.08 }
240         bg[SELECTED] = { 0.93, 0.34, 0.08 }
241 }
242
243 style "edit_group_2" 
244 {
245         fg[NORMAL] = { 0, 0, 0 }
246         fg[PRELIGHT] = { 0, 0, 0 }
247         fg[SELECTED] = { 0, 0, 0 }
248         bg[NORMAL] = { 0.93, 0.34, 0.08 }
249         bg[PRELIGHT] = { 0.93, 0.34, 0.08 }
250         bg[SELECTED] = { 0.93, 0.34, 0.08 }
251 }
252
253 style "edit_group_3" 
254 {
255         fg[NORMAL] = { 0, 0, 0 }
256         fg[PRELIGHT] = { 0, 0, 0 }
257         fg[SELECTED] = { 0, 0, 0 }
258         bg[NORMAL] = { 0.93, 0.34, 0.08 }
259         bg[PRELIGHT] = { 0.93, 0.34, 0.08 }
260         bg[SELECTED] = { 0.93, 0.34, 0.08 }
261 }
262
263 style "treeview_parent_node"
264 {
265         # specifies *just* the color used for whole file rows when not selected
266         
267         fg[NORMAL] = { 0.0, 0.6, 0.85 }
268 }
269
270 style "treeview_display" = "small_bold_text"
271 {
272         GtkWidget::focus-line-width = 0
273
274         # expander arrow border and DnD "icon" text
275         fg[NORMAL] = { 0.8, 0.8, 0.8 } 
276
277         bg[NORMAL] = { 0.8, 0.8, 0.8 }
278
279         # background with no rows or no selection, plus
280         # expander arrow core and DnD "icon" background
281         base[NORMAL] = { 0.20, 0.20, 0.25 }
282
283         # selected row bg when window does not have focus (including during DnD)
284         base[ACTIVE] = { 0.0, 0.75, 0.75 }    
285
286         # selected row bg when window has focus
287         base[SELECTED] = { 0, 0.75, 0.75 }
288
289         # row text when in normal state and not a parent
290         text[NORMAL] = { 0.80, 0.80, 0.80 }
291
292         # selected row text with window focus
293         text[SELECTED] = { 1.0, 1.0, 1.0 }  
294
295         # selected row text without window focus (including during DnD)
296         text[ACTIVE] = { 1.0, 1.0, 1.0 }  
297 }
298
299 style "main_canvas_area"
300 {
301         bg[NORMAL] = { 0.30, 0.30, 0.34 }
302         bg[ACTIVE] = { 0.30, 0.30, 0.34 }
303         bg[INSENSITIVE] = { 0.30, 0.30, 0.34 }
304         bg[SELECTED] = { 0.30, 0.30, 0.34 }
305         bg[PRELIGHT] = { 0.30, 0.30, 0.34 }
306 }
307
308 style "track_controls_inactive" = "larger_text"
309 {
310         bg[NORMAL] =      { 0.60, 0.60, 0.66 }
311         bg[ACTIVE] =      { 0.60, 0.60, 0.66 }
312         bg[INSENSITIVE] = { 0.60, 0.60, 0.66 }
313         bg[SELECTED] =    { 0.60, 0.60, 0.66 }
314         bg[PRELIGHT] =    { 0.60, 0.60, 0.66 }
315
316         fg[NORMAL] = { 0.7, 0.8, 0.2 }  
317 }
318
319 style "edit_controls_base_selected"
320 {
321         bg[NORMAL] = { 0.32, 0.32, 0.54 }
322         bg[ACTIVE] = { 0.32, 0.32, 0.54 }
323         bg[INSENSITIVE] = { 0.32, 0.32, 0.54 }
324         bg[SELECTED] = { 0.32, 0.32, 0.54 }
325         bg[PRELIGHT] = { 0.32, 0.32, 0.54 }
326 }
327
328 style "automation_track_controls_base"
329 {
330         bg[NORMAL] = { 0.22, 0.22, 0.29 }
331         bg[ACTIVE] = { 0.22, 0.22, 0.29 }
332         bg[INSENSITIVE] = { 0.22, 0.22, 0.29 }
333         bg[SELECTED] = { 0.22, 0.22, 0.29 }
334         bg[PRELIGHT] = { 0.22, 0.22, 0.29 }
335 }
336
337
338 style "inspector_processor_list" = "processor_list"
339 {
340         base[SELECTED] = { 0.3, 0.3, 0.3 }
341 }
342
343 ##include ardour3_dark_fonts.rc
344 ##include ardour3_dark_styles.rc
345 ##include ardour3_widgets.rc