X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fardour3_ui_dark.rc.in;h=cba0f8cab5a1b7f89213a5c6beb124b3ed7b0105;hb=01e0f512232fe73c18339f368c90f581a5bebdb2;hp=131b57598cf9ee05443c1097d6906165ba73f085;hpb=892f3c361e1b6d22da7f38194ec42182c185b14e;p=ardour.git diff --git a/gtk2_ardour/ardour3_ui_dark.rc.in b/gtk2_ardour/ardour3_ui_dark.rc.in index 131b57598c..cba0f8cab5 100644 --- a/gtk2_ardour/ardour3_ui_dark.rc.in +++ b/gtk2_ardour/ardour3_ui_dark.rc.in @@ -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 @@ -25,7 +26,7 @@ #@color arm #F33 #@color solo #A8F730 -#@color midi_channel_selector #A8F730 +#@color midi_channel_selector #005900 #@color mute #FFFA87 #@color mono #DEC #@color monitor #FFAB34 @@ -36,8 +37,8 @@ #@color midi_track #445033 #@color audio_bus #262c35 -#@color send_fg #30F7B0 -#@color send_bg #C4C4B8 +#@color send_fg #9FD5C1 +#@color send_bg #33445e #@color processor_frame_selected #E2CC33 #@color processor_fader #666666 @@ -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 @@ -203,7 +201,7 @@ style "default" = "medium_text" style "track_controls_inactive" { - bg[NORMAL] = { 0.60, 0.60, 0.66 } + bg[NORMAL] = { 0.60, 0.20, 0.26 } bg[ACTIVE] = { 0.60, 0.60, 0.66 } bg[INSENSITIVE] = { 0.60, 0.60, 0.66 } bg[SELECTED] = { 0.60, 0.60, 0.66 } @@ -342,6 +340,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_dark_fonts.rc ##include ardour3_dark_styles.rc ##include ardour3_widgets.rc