summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour3_ui_dark.rc.in
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-08-31 01:49:33 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-08-31 01:49:33 +0000
commitf13b700944c73fb629f6ac99ecb42f60018e9e9b (patch)
tree9fbdbc7622b66f2a667d675a2c9f633f6a7a6749 /gtk2_ardour/ardour3_ui_dark.rc.in
parentb9dca83832afe48f8f3f94e702c571a3f57aef7a (diff)
mostly fix 3409 by making it impossible to sync to JACK if video pull up/down is non-zero. missing: can still alter video pull up/down after syncing to JACK, will likely wait till post-3.0
git-svn-id: svn://localhost/ardour2/branches/3.0@7721 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 dc560699d0..0085b62976 100644
--- a/gtk2_ardour/ardour3_ui_dark.rc.in
+++ b/gtk2_ardour/ardour3_ui_dark.rc.in
@@ -1281,10 +1281,10 @@ style "sync_alert"
# active, and alternates with another style if sync is active
# but we are not locked
#
- bg[ACTIVE] = { 0.52, 1.0, 0}
- bg[PRELIGHT] = { 0.52, 1.0, 0}
- bg[SELECTED] = { 0.52, 1.0, 0}
- bg[NORMAL] = { 0.52, 1.0, 0}
+ bg[ACTIVE] = { 0.98, 0.4, 0}
+ bg[PRELIGHT] = { 0.98, 0.4, 0}
+ bg[SELECTED] = { 0.98, 0.4, 0}
+ bg[NORMAL] = { 0.98, 0.4, 0}
fg[NORMAL] = { 0, 0, 0 }
fg[PRELIGHT] = { 0, 0, 0 }