X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fclearlooks.rc.in;h=af36a3f4f47d51a45f15f2892df1645f2115fd54;hb=190c18aa5cc6e41c4483e90ec6a88feb447e3ecd;hp=5aceee0f0c4eb6248b87d1bd7dd5f68eb1a35bef;hpb=43b6a7aca36b81c6ff95f33b7ff23f3413490c04;p=ardour.git diff --git a/gtk2_ardour/clearlooks.rc.in b/gtk2_ardour/clearlooks.rc.in index 5aceee0f0c..af36a3f4f4 100644 --- a/gtk2_ardour/clearlooks.rc.in +++ b/gtk2_ardour/clearlooks.rc.in @@ -103,8 +103,7 @@ style "default" = "medium_text" GtkTreeView :: horizontal-separator = 8 # [ 2 ] ( >= 0 ) Horizontal space between cells. Must be an even number. 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 = @bg_selected + GtkEntry::cursor_color = @entry_cursor #GtkToolbar::shadow_type = GTK_SHADOW_ETCHED_IN @@ -1012,6 +1011,12 @@ style "pane" fg[ACTIVE] = @somewhat_bright_indicator } +style "vca_label_bar" = "medium_bold_text" +{ + bg[NORMAL] = @darkest + fg[NORMAL] = @lightest +} + class "GtkWidget" style:highest "default" class "GtkScrollbar" style:highest "ardour_adjusters" class "GtkLabel" style:highest "default_generic" @@ -1202,3 +1207,7 @@ widget "*processor postfader" style:highest "processor" widget "*MonitorSectionLabel" style:highest "small_text" widget "*ooltip*" style:highest "tooltip" widget "*Pane" style:highest "pane" +widget "*Pane.Divider" style:highest "pane" +widget "*VCALabelBar" style:highest "vca_label_bar" +widget "*VCALabelBar*" style:highest "vca_label_bar" +