X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fardour3_ui_light.rc.in;h=5b83be9483cb56b67a842a6cd8905859eff27b7e;hb=8e3b1c17c1907417edf665e833529690644941a9;hp=b4501e89de23783bd5786f6575d96c6316551c5c;hpb=51ab5ccabf432540ca935065f6c6f40a96f42dad;p=ardour.git diff --git a/gtk2_ardour/ardour3_ui_light.rc.in b/gtk2_ardour/ardour3_ui_light.rc.in index b4501e89de..5b83be9483 100644 --- a/gtk2_ardour/ardour3_ui_light.rc.in +++ b/gtk2_ardour/ardour3_ui_light.rc.in @@ -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,9 +26,7 @@ #@color arm #F33 #@color solo #A8F730 -#@color midi_channel_selector #A8F730 -#@color isolate #B9ECF2 -#@color solo_lock #3593DA +#@color midi_channel_selector #005900 #@color mute #FFFA87 #@color mono #DEC #@color monitor #7596DE @@ -64,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. @@ -187,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 @@ -299,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 } @@ -352,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