Simple approach to putting plugin controls into the
[ardour.git] / gtk2_ardour / ardour3_ui_dark.rc.in
index b425c9980e26aa49ccb7d8882f4c91d4af6f6ac0..a6364f9f804b89c90d03b072002998bce42f0145 100644 (file)
@@ -9,6 +9,7 @@
 #@color fg #EEEEEC
 #@color bg #54555d
 #@color text #EEEEEC
+#@color light_text_on_dark #CFCFC1
 #@color base #171717
 #@color fg_selected #EEF
 #@color bg_selected #58B
 
 #@color arm #F33
 #@color solo #A8F730
-#@color midi_channel_selector #A8F730
-#@color isolate #B9ECF2
+#@color midi_channel_selector #005900
 #@color mute #FFFA87
 #@color mono #DEC
+#@color monitor #FFAB34
 #@color control_text2 #8D2B1B
 #@color control_base #26292D
 #@color control_text #D0D2D5
@@ -40,7 +41,7 @@
 #@color send_bg #C4C4B8
 
 #@color processor_frame_selected #E2CC33
-#@color processor_fader_bg #666666
+#@color processor_fader #666666
 #@color processor_fader_frame #7F7F7F
 #@color processor_prefader #4D0000
 #@color processor_prefader_frame #7F0000
@@ -53,18 +54,14 @@ gtk_color_scheme = "@COLOR_SCHEME@"
 
 #alternate BG color: #5C5E61
 
-
 style "default" = "medium_text"
 {
   #Original values for reference
-  GtkWidget::cursor_color =  @@COLPREFIX@_lightest
-  GtkButton::default_border = { 0, 0, 0, 0 }
-  GtkButton::default_outside_border = { 0, 0, 0, 0 }
-  GtkButton::button_relief = GTK_RELIEF_NONE
+
   GtkTreeView::vertical-padding = 0
   GtkTreeView::horizontal-padding = 0
-  GtkTreeView::even-row-color = @@COLPREFIX@_base
-  GtkTreeView::odd-row-color = darker(@@COLPREFIX@_base)
+  GtkTreeView::even-row-color = shade(0.25,@@COLPREFIX@_base)
+  GtkTreeView::odd-row-color = lighter(lighter(@@COLPREFIX@_base))
   
   GtkWidget           :: focus-line-pattern               = "\001\001"        #                              Dash pattern used to draw the focus indicator.
   GtkWidget           :: focus-line-width                 = 1                 # [               1 ] ( >= 0 ) Width, in pixels, of the focus indicator line.
@@ -72,17 +69,18 @@ style "default" = "medium_text"
   GtkWidget           :: interior-focus                   = 1                 # [               1 ] ( bool ) Draw the focus indicator inside widgets.
   GtkWidget           :: scroll-arrow-hlength             = 16                # [              16 ] ( >= 1 ) Length of horizontal scroll arrows.
   GtkWidget           :: scroll-arrow-vlength             = 16                # [              16 ] ( >= 1 ) Length of vertical scroll arrows.
-
   GtkWidget           :: link-color                       = shade(1.25, @@COLPREFIX@_bright_color)
   GtkWidget           :: visited-link-color               = @@COLPREFIX@_bright_color
   
-#Window Properties
   GtkDialog           :: action-area-border               = 4                 # [               5 ] ( >= 0 ) Width of border around the button area at the bottom of the dialog.
   GtkDialog           :: button-spacing                   = 4                 # [               6 ] ( >= 0 ) Spacing between buttons.
   GtkDialog           :: content-area-border              = 2                 # [               2 ] ( >= 0 ) Width of border around the main dialog area.
   GtkDialog           :: content-area-spacing             = 0                 # [               0 ] ( >= 0 ) The default spacing used between elements of the content area of the dialog.
   
-#Control Properties
+
+  GtkButton           :: default-border = { 0, 0, 0, 0 }
+  GtkButton           :: default-outside_border = { 0, 0, 0, 0 }
+  GtkButton           :: button-relief = GTK_RELIEF_NONE
   GtkButton           :: child-displacement-x             = 1                 # [               0 ]          How far in x direction to move the button when its depressed.
   GtkButton           :: child-displacement-y             = 1                 # [               0 ]          ... y
   GtkButton           :: default-border                   = { 0, 0, 0, 0 }    #                              Extra space to add for CAN_DEFAULT buttons.
@@ -157,7 +155,7 @@ style "default" = "medium_text"
   GtkTreeView         :: vertical-separator               = 2                 # [               2 ] ( >= 0 ) Vertical space between cells. Must be an even number.
 
   GtkEntry            :: honors-transparent-bg-hint       = 1                 # [               0 ] ( bool ) (Clearlooks) Without this, gecko will fill in the background of the entry.
-
+  GtkEntry            :: cursor-color = @@COLPREFIX@_fg_selected
 
   #GtkToolbar::shadow_type = GTK_SHADOW_ETCHED_IN
 
@@ -186,7 +184,7 @@ style "default" = "medium_text"
   text[NORMAL]        = @@COLPREFIX@_text
   text[PRELIGHT]      = @@COLPREFIX@_text
   text[ACTIVE]        = @@COLPREFIX@_fg_selected
-  text[INSENSITIVE]   = shade(0.7, @@COLPREFIX@_bg)
+  text[INSENSITIVE]   = shade(0.7, @@COLPREFIX@_lightest)
   text[SELECTED]      = @@COLPREFIX@_fg_selected
 
 #engine specific tweaks
@@ -342,6 +340,6 @@ style "inspector_processor_list" = "processor_list"
        base[SELECTED] = { 0.3, 0.3, 0.3 }
 }
 
-include "ardour3_dark_fonts.rc"
-include "ardour3_dark_styles.rc"
-include "ardour3_widgets.rc"
+##include ardour3_dark_fonts.rc
+##include ardour3_dark_styles.rc
+##include ardour3_widgets.rc