X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fclearlooks.rc.in;h=e2a04634a11d6639360b9935b5f8c82d90068685;hb=23b1944beac919e80225c50400d9b2ed973ed13c;hp=081629face532553894aa7879639ae291dde5b45;hpb=30d95bbb8c007bf4db96dff86eea9eff6c5eeab1;p=ardour.git diff --git a/gtk2_ardour/clearlooks.rc.in b/gtk2_ardour/clearlooks.rc.in index 081629face..e2a04634a1 100644 --- a/gtk2_ardour/clearlooks.rc.in +++ b/gtk2_ardour/clearlooks.rc.in @@ -4,10 +4,13 @@ style "default" = "medium_text" { #Original values for reference - GtkTreeView::vertical-padding = 0 - GtkTreeView::horizontal-padding = 0 - GtkTreeView::even-row-color = shade(0.25,@bases) - GtkTreeView::odd-row-color = lighter(lighter(@bases)) + GtkTreeView :: vertical-padding = 0 + GtkTreeView :: horizontal-padding = 0 + GtkTreeView :: even-row-color = @bases + GtkTreeView :: odd-row-color = @bases + GtkTreeView :: focus-line-width = 0 + GtkTreeView :: tree-line-width = 1 + GtkTreeView :: row-ending-details = 0 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. @@ -235,7 +238,7 @@ style "small_text" style "small_clock" { - font_name = "@CLOCKFONT@ @FONT_SMALLER@" + font_name = "@CLOCKFONT@ @FONT_NORMAL@" } style "small_italic_text" @@ -645,7 +648,7 @@ style "small_entry" = "small_text" text[NORMAL] = @texts text[ACTIVE] = @texts - text[SELECTED] = @fg_selected + text[SELECTED] = @texts bg[NORMAL] = @bases bg[ACTIVE] = @bases @@ -982,11 +985,6 @@ style "ardour_button" ="default_button" ythickness = 1 } -style "padded_button" = "default_button" -{ - xthickness = 8 -} - style "tooltip" = "medium_text" { fg[NORMAL] = @fg_tooltip @@ -1029,8 +1027,6 @@ class "GtkCheckButton" style:highest "ardour_button" class "GtkArrow" style:highest "tearoff_arrow" class "GtkProgressBar" style:highest "ardour_progressbars" - -widget "*PaddedButton" style:highest "padded_button" widget "*VerboseCanvasCursor" style:highest "verbose_canvas_cursor" widget "*MarkerText" style:highest "marker_text" widget "*ArdourContextMenu*" style:highest "default_menu"