summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour3_ui_dark.rc.in
diff options
context:
space:
mode:
authorSampo Savolainen <v2@iki.fi>2009-01-18 10:41:56 +0000
committerSampo Savolainen <v2@iki.fi>2009-01-18 10:41:56 +0000
commitef038c1a84ecd541a540d5a5baa677d7663e535c (patch)
tree5050a38f07f804551e5ab0dc8da5b63113511289 /gtk2_ardour/ardour3_ui_dark.rc.in
parentc174fa61749e3deb54551ca37598c41aedf0a40c (diff)
Oofus's work on region lists: highlight selected canvas regions on the region list
git-svn-id: svn://localhost/ardour2/branches/3.0@4414 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour3_ui_dark.rc.in')
-rw-r--r--gtk2_ardour/ardour3_ui_dark.rc.in18
1 files changed, 11 insertions, 7 deletions
diff --git a/gtk2_ardour/ardour3_ui_dark.rc.in b/gtk2_ardour/ardour3_ui_dark.rc.in
index fc5ae51f5e..c50ff71e27 100644
--- a/gtk2_ardour/ardour3_ui_dark.rc.in
+++ b/gtk2_ardour/ardour3_ui_dark.rc.in
@@ -859,27 +859,31 @@ style "treeview_parent_node"
style "treeview_display" = "small_bold_text"
{
+ GtkWidget::focus-line-width = 0
+
# expander arrow border and DnD "icon" text
- fg[NORMAL] = { 0.8, 0.8, 0.8 }
+ #fg[NORMAL] = { 0.8, 0.8, 0.8 }
+
+ bg[NORMAL] = { 0.8, 0.8, 0.8 }
# background with no rows or no selection, plus
# expander arrow core and DnD "icon" background
- base[NORMAL] = { 0.20, 0.20, 0.25 }
+ #base[NORMAL] = { 0.20, 0.20, 0.25 }
# selected row bg when window does not have focus (including during DnD)
- base[ACTIVE] = { 0.0, 0.60, 0.60 }
+ #base[ACTIVE] = { 0.0, 0.60, 0.60 }
# selected row bg when window has focus
- base[SELECTED] = { 0, 0.75, 0.75 }
+ #base[SELECTED] = { 0, 0.75, 0.75 }
# row text when in normal state and not a parent
- text[NORMAL] = { 0.80, 0.80, 0.80 }
+ #text[NORMAL] = { 0.80, 0.80, 0.80 }
# selected row text with window focus
- text[SELECTED] = { 0, 1.0, 1.0 }
+ #text[SELECTED] = { 0, 1.0, 1.0 }
# selected row text without window focus (including during DnD)
- text[ACTIVE] = { 0, 1.0, 1.0 }
+ #text[ACTIVE] = { 0, 1.0, 1.0 }
}
style "main_canvas_area"