Merge branch 'cairocanvas' of git.ardour.org:ardour/ardour into cairocanvas
[ardour.git] / gtk2_ardour / ardour3_ui_light.rc.in
index 20d16ef2f2e749c277f1bf2292519b9d6d384a18..5b83be9483cb56b67a842a6cd8905859eff27b7e 100644 (file)
@@ -9,6 +9,7 @@
 #@color fg #171717
 #@color bg #cccccc
 #@color text #171717
+#@color light_text_on_dark #CFCFC1
 #@color base #cccccc
 #@color fg_selected #EEF
 #@color bg_selected #58B
@@ -25,8 +26,7 @@
 
 #@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 #7596DE
@@ -63,7 +63,7 @@ style "default" = "medium_text"
   GtkButton::button_relief = GTK_RELIEF_NONE
   GtkTreeView::vertical-padding = 0
   GtkTreeView::horizontal-padding = 0
-  GtkTreeView::even-row-color = @@COLPREFIX@_base
+  GtkTreeView::even-row-color = shade(0.75,@@COLPREFIX@_base)
   GtkTreeView::odd-row-color = darker(@@COLPREFIX@_base)
   
   GtkWidget           :: focus-line-pattern               = "\001\001"        #                              Dash pattern used to draw the focus indicator.
@@ -186,7 +186,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]   = darker(darker (@@COLPREFIX@_bg))
   text[SELECTED]      = @@COLPREFIX@_fg_selected
 
 #engine specific tweaks
@@ -298,7 +298,7 @@ style "treeview_display" = "small_bold_text"
        base[SELECTED] = { 0, 0.75, 0.75 }
 
        # row text when in normal state and not a parent
-       text[NORMAL] = { 0.80, 0.80, 0.80 }
+       text[NORMAL] = { 0.20, 0.20, 0.20 }
 
        # selected row text with window focus
        text[SELECTED] = { 1.0, 1.0, 1.0 }  
@@ -351,6 +351,16 @@ style "inspector_processor_list" = "processor_list"
        base[SELECTED] = { 0.3, 0.3, 0.3 }
 }
 
+style "time_info_box" 
+{
+        bg[NORMAL] = { 0.149, 0.149, 0.149 }
+}
+
+style "status_bar_box" 
+{
+        bg[NORMAL] = { 0.149, 0.149, 0.149 }
+}
+
 ##include ardour3_light_fonts.rc
 ##include ardour3_light_styles.rc
 ##include ardour3_widgets.rc