summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour3_ui_default.conf
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-12-12 02:22:12 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-12-12 02:22:12 +0000
commit6e337459a930e230991db0eea183ebfe76775368 (patch)
tree401202d5ab03bfc7dfa504964db2da45653502e8 /gtk2_ardour/ardour3_ui_default.conf
parent740c5aebab39ca88503a1733880af7a337b05e83 (diff)
add a new Tweak to ArdourButton that makes ImplicitActive state use a solid color (the "led active" color), and adjst rec-enable buttons to use pink (like ardour2) when in this state (which means rec-enabled but not recording). and yes, this means that you can't use ImplicitUsesSolidColor with a button that also uses an LED - acceptable limitation
git-svn-id: svn://localhost/ardour2/branches/3.0@13645 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour3_ui_default.conf')
-rw-r--r--gtk2_ardour/ardour3_ui_default.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/ardour3_ui_default.conf b/gtk2_ardour/ardour3_ui_default.conf
index 4a4518104d..1329e3bb59 100644
--- a/gtk2_ardour/ardour3_ui_default.conf
+++ b/gtk2_ardour/ardour3_ui_default.conf
@@ -327,9 +327,9 @@
<Option name="record enable button: fill start active" value="280b0bff"/>
<Option name="record enable button: fill end active" value="b50e0eff"/>
<Option name="record enable button: led" value="00000000"/>
- <Option name="record enable button: led active" value="00000000"/>
+ <Option name="record enable button: led active" value="fda0b1ff"/>
<Option name="record enable button: text" value="a5a5a5ff"/>
- <Option name="record enable button: text active" value="d8d8d8ff"/>
+ <Option name="record enable button: text active" value="000000ff"/>
<Option name="send alert button: fill start" value="4e5647ff"/>
<Option name="send alert button: fill end" value="43493cff"/>
<Option name="send alert button: fill start active" value="91f928ff"/>