summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour2_ui_light.rc.in
diff options
context:
space:
mode:
authorDoug McLain <doug@nostar.net>2007-10-10 02:01:49 +0000
committerDoug McLain <doug@nostar.net>2007-10-10 02:01:49 +0000
commitc837a3eb4e4413836de17df3aed2767fc38e87cc (patch)
tree3988dc44382817b48fe070029500a245ed5ad4b5 /gtk2_ardour/ardour2_ui_light.rc.in
parent070ca5043c7e961d7a22510125f4036e4d0b8e4b (diff)
add alternate shading to treeview rows, affects keybindings and plugin manager mostly
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2536 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour2_ui_light.rc.in')
-rw-r--r--gtk2_ardour/ardour2_ui_light.rc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/ardour2_ui_light.rc.in b/gtk2_ardour/ardour2_ui_light.rc.in
index b8c3683e91..b485ae14ce 100644
--- a/gtk2_ardour/ardour2_ui_light.rc.in
+++ b/gtk2_ardour/ardour2_ui_light.rc.in
@@ -91,7 +91,7 @@ style "default_base" = "medium_text"
GtkTreeView::vertical-padding = 0
GtkTreeView::horizontal-padding = 0
GtkTreeView::even-row-color = { 0.70, 0.70, 0.70 }
- GtkTreeView::odd-row-color = { 0.70, 0.70, 0.70 }
+ GtkTreeView::odd-row-color = { 0.64, 0.64, 0.64 }
fg[NORMAL] = { 0.30, 0.30, 0.40 }
fg[ACTIVE] = { 0.30, 0.30, 0.40 }