summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour3_ui_dark.rc.in
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-04-28 01:29:06 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-04-28 01:29:06 +0000
commit6dac4da98344ed8ce609a4e7d567ef2f9fbb9b31 (patch)
tree2c21aa7d3af2a0c56edab1ccfd5b6d42ce649f76 /gtk2_ardour/ardour3_ui_dark.rc.in
parentf0db054a07ecc9d49fede8fcc9175a85c635369f (diff)
more solo/mute architecture work. NOTE: changes to mute points are ignored right now
git-svn-id: svn://localhost/ardour2/branches/3.0@7009 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour3_ui_dark.rc.in')
-rw-r--r--gtk2_ardour/ardour3_ui_dark.rc.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk2_ardour/ardour3_ui_dark.rc.in b/gtk2_ardour/ardour3_ui_dark.rc.in
index 8458d46316..bfef1d0a65 100644
--- a/gtk2_ardour/ardour3_ui_dark.rc.in
+++ b/gtk2_ardour/ardour3_ui_dark.rc.in
@@ -348,10 +348,10 @@ style "solo_button_alternate2" = "small_button"
# this is the "half-bright" solo theme
#
- bg[NORMAL] = { 0.91, 0.97, 0.82 }
- bg[ACTIVE] = { 0.91, 0.97, 0.82 }
- bg[SELECTED] = { 0.91, 0.97, 0.82 }
- bg[PRELIGHT] = { 0.91, 0.97, 0.82 }
+ bg[NORMAL] = { 0.752, 0.886, 0.752 }
+ bg[ACTIVE] = { 0.752, 0.886, 0.752 }
+ bg[SELECTED] = { 0.752, 0.886, 0.752 }
+ bg[PRELIGHT] = { 0.752, 0.886, 0.752 }
fg[ACTIVE] = { 0, 0, 0 }
fg[SELECTED] = { 0, 0, 0 }