summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour3_ui_dark.rc.in
diff options
context:
space:
mode:
authorSampo Savolainen <v2@iki.fi>2009-03-28 16:17:51 +0000
committerSampo Savolainen <v2@iki.fi>2009-03-28 16:17:51 +0000
commita99ea55e6858107ae196440aefdb98785fc58a68 (patch)
tree890ca7a28fc0ad1d44b1f393cd79cb748496b40c /gtk2_ardour/ardour3_ui_dark.rc.in
parent22a80d4ffde54e4d33a4791fd6fd77ed3729f6cb (diff)
Chris's work on the region list
git-svn-id: svn://localhost/ardour2/branches/3.0@4920 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour3_ui_dark.rc.in')
-rw-r--r--gtk2_ardour/ardour3_ui_dark.rc.in15
1 files changed, 8 insertions, 7 deletions
diff --git a/gtk2_ardour/ardour3_ui_dark.rc.in b/gtk2_ardour/ardour3_ui_dark.rc.in
index c50ff71e27..6a92cc7819 100644
--- a/gtk2_ardour/ardour3_ui_dark.rc.in
+++ b/gtk2_ardour/ardour3_ui_dark.rc.in
@@ -854,6 +854,7 @@ style "edit_group_3"
style "treeview_parent_node"
{
# specifies *just* the color used for whole file rows when not selected
+
fg[NORMAL] = { 0.0, 0.6, 0.85 }
}
@@ -862,28 +863,28 @@ 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.75, 0.75 }
# 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] = { 1.0, 1.0, 1.0 }
# selected row text without window focus (including during DnD)
- #text[ACTIVE] = { 0, 1.0, 1.0 }
+ text[ACTIVE] = { 1.0, 1.0, 1.0 }
}
style "main_canvas_area"