add generic button style for ArdourButtons
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 28 Feb 2014 21:58:05 +0000 (16:58 -0500)
committerPaul Davis <paul@linuxaudiosystems.com>
Fri, 28 Feb 2014 22:00:25 +0000 (17:00 -0500)
gtk2_ardour/ardour3_ui_default.conf
gtk2_ardour/canvas_vars.h

index 93707da7151baee766eef94ceb7cc7efec627e17..2f21c0e28bca1d3d3534b79fcfa54900ced09e13 100644 (file)
     <Option name="record enable button: led active" value="ffa3b3ff"/>
     <Option name="record enable button: text" value="a5a5a5ff"/>
     <Option name="record enable button: text active" value="000000ff"/>
+    <Option name="generic button: fill start" value="3e312fff"/>
+    <Option name="generic button: fill end" value="3f312fff"/>
+    <Option name="generic button: fill start active" value="c10b0bff"/>
+    <Option name="generic button: fill end active" value="fd0000ff"/>
+    <Option name="generic button: led" value="7b3541ff"/>
+    <Option name="generic button: led active" value="ffa3b3ff"/>
+    <Option name="generic button: text" value="ff0000ff"/>
+    <Option name="generic 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"/>
index becb138e6245c35b05360d50cd5b0c13e508ee40..e9dde4c1af7c3135160d8ad6dd6796e2e3bb1d1f 100644 (file)
@@ -232,6 +232,7 @@ BUTTON_VARS(RouteButton, "route button")
 BUTTON_VARS(MixerStripButton, "mixer strip button")
 BUTTON_VARS(MixerStripNameButton, "mixer strip name button")
 BUTTON_VARS(MidiInputButton, "midi input button")
+BUTTON_VARS(GenericButton, "generic button")
 
 #define CLOCK_VARS(root,name) \
        CANVAS_VARIABLE(canvasvar_ ## root ## Background, name ": background") \