summaryrefslogtreecommitdiff
path: root/gtk2_ardour/clearlooks.rc.in
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-09-16 18:07:23 +0200
committerRobin Gareus <robin@gareus.org>2015-09-16 18:24:57 +0200
commit7e65835c0e4031c084c141c17a4fa7ebcf913a35 (patch)
tree8c521ebd69fdd3592812b1803899c7bd052e40d8 /gtk2_ardour/clearlooks.rc.in
parent1691e965a5d259616941c25e08f78019cbe46fa5 (diff)
disable even/odd row highlight for GtKTreeview.
Almost all TreeViews in Ardour had this disabled. A few cases where it wasn't produced odd rendering artifacts. e.g.: * Radio-buttons in the Plugin Manager used "base color" regardless of even/odd lines * Sortable trees only used even/odd background for the sort-column (not others)
Diffstat (limited to 'gtk2_ardour/clearlooks.rc.in')
-rw-r--r--gtk2_ardour/clearlooks.rc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/clearlooks.rc.in b/gtk2_ardour/clearlooks.rc.in
index 67c9a9afe4..973110908b 100644
--- a/gtk2_ardour/clearlooks.rc.in
+++ b/gtk2_ardour/clearlooks.rc.in
@@ -6,8 +6,8 @@ style "default" = "medium_text"
GtkTreeView::vertical-padding = 0
GtkTreeView::horizontal-padding = 0
- GtkTreeView::even-row-color = shade(0.25,@bases)
- GtkTreeView::odd-row-color = lighter(lighter(@bases))
+ GtkTreeView::even-row-color = @bases
+ GtkTreeView::odd-row-color = @bases
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.