summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour3_ui_default.conf
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-05-18 05:32:41 +0000
committerDavid Robillard <d@drobilla.net>2011-05-18 05:32:41 +0000
commit297a51b715bb4ed012b9b21bcbed08049796345f (patch)
tree8c887c69a5962676ebaa973a66de6b06e6dc743a /gtk2_ardour/ardour3_ui_default.conf
parent7c7afd08b92151746dd25f275d28c0c00306a6be (diff)
Make shuttle colour a configuration option.
Make default shuttle colour match clock text green. This is a bit odd, since it is a "canvas variable", except not... all the other colours are in this section though. Maybe they're more appropriately named "colours", but it's too late for that now, or maybe this option belongs elsewhere, but when we need new mechanism for that... git-svn-id: svn://localhost/ardour2/branches/3.0@9553 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour3_ui_default.conf')
-rw-r--r--gtk2_ardour/ardour3_ui_default.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/ardour3_ui_default.conf b/gtk2_ardour/ardour3_ui_default.conf
index e2ee309d97..f20d942665 100644
--- a/gtk2_ardour/ardour3_ui_default.conf
+++ b/gtk2_ardour/ardour3_ui_default.conf
@@ -93,6 +93,7 @@
<Option name="recorded waveform fill" value="ffffffff"/>
<Option name="recorded waveform outline" value="0f0f1fff"/>
<Option name="rubber band rect" value="c6c6c659"/>
+ <Option name="shuttle" value="6bb620ff"/>
<Option name="silence" value="9efffd7a"/>
<Option name="silence text" value="0e066cff"/>
<Option name="selected crossfade editor line" value="00dbdbff"/>