summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour2_ui_light.rc.in
diff options
context:
space:
mode:
authorDoug McLain <doug@nostar.net>2007-08-15 04:27:55 +0000
committerDoug McLain <doug@nostar.net>2007-08-15 04:27:55 +0000
commita8fc5f180de26ddfbc94687739fbad84a66b711c (patch)
treecd1a551f7f04ab1f0a39609e5bc8372a9d8e6b10 /gtk2_ardour/ardour2_ui_light.rc.in
parent0b1c369e15af54cf809140b75af99d72edce24ae (diff)
fix invisible tearoff arrow for light theme
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2301 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour2_ui_light.rc.in')
-rw-r--r--gtk2_ardour/ardour2_ui_light.rc.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk2_ardour/ardour2_ui_light.rc.in b/gtk2_ardour/ardour2_ui_light.rc.in
index 6db855a313..dec884f41f 100644
--- a/gtk2_ardour/ardour2_ui_light.rc.in
+++ b/gtk2_ardour/ardour2_ui_light.rc.in
@@ -1096,10 +1096,10 @@ style "io_selector_notebook" = "default_base"
style "tearoff_arrow" = "medium_bold_entry"
{
- fg[NORMAL] = { 0.80, 0.80, 0.80 }
- fg[PRELIGHT] = { 0.80, 0.80, 0.80 }
- bg[NORMAL] = { 0.80, 0.80, 0.80 }
- bg[PRELIGHT] = { 0.80, 0.80, 0.80 }
+ fg[NORMAL] = { 0.30, 0.30, 0.30 }
+ fg[PRELIGHT] = { 0.30, 0.30, 0.30 }
+ bg[NORMAL] = { 0.30, 0.30, 0.30 }
+ bg[PRELIGHT] = { 0.30, 0.30, 0.30 }
}
style "meter_metrics_strip" = "audio_track_base"