summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour2_ui.rc
diff options
context:
space:
mode:
authorDoug McLain <doug@nostar.net>2005-12-05 12:07:34 +0000
committerDoug McLain <doug@nostar.net>2005-12-05 12:07:34 +0000
commit0b6adda6f242781f40a9b367831e8a29219f04ee (patch)
tree432983192dfa36a0e457d5c37b096169e89bd62c /gtk2_ardour/ardour2_ui.rc
parentefaa5cfa796a584b12dbe0864774296d22f573b5 (diff)
fixes for plugin selector and open session
git-svn-id: svn://localhost/trunk/ardour2@169 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour2_ui.rc')
-rw-r--r--gtk2_ardour/ardour2_ui.rc12
1 files changed, 6 insertions, 6 deletions
diff --git a/gtk2_ardour/ardour2_ui.rc b/gtk2_ardour/ardour2_ui.rc
index 4c4b5a763c..0564d821bc 100644
--- a/gtk2_ardour/ardour2_ui.rc
+++ b/gtk2_ardour/ardour2_ui.rc
@@ -98,13 +98,13 @@ style "default_base" = "medium_text"
text[ACTIVE] = { 0.80, 0.80, 0.70 }
text[PRELIGHT] = { 0.80, 0.80, 0.70 }
text[INSENSITIVE] = { 0.80, 0.80, 0.70 }
- text[SELECTED] = { 0, 0, 0 }
+ text[SELECTED] = { 1.0, 1.0, 1.0 }
- base[NORMAL] = { 0.00, 0.00, 0.00 }
- base[ACTIVE] = { 0.00, 0.00, 0.00 }
- base[PRELIGHT] = { 0.00, 0.00, 0.00 }
- base[INSENSITIVE] = { 0.00, 0.00, 0.00 }
- base[SELECTED] = { 0.00, 0.00, 0.00 }
+ base[ACTIVE] = "#2f272f"
+ base[NORMAL] = "#1c1e21"
+ base[PRELIGHT] = "#2f272f"
+ base[INSENSITIVE] = "#4c5159"
+ base[SELECTED] = "#2f272f"
}
style "base_frame"