summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour3_styles.rc.in
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-10-21 12:40:06 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-10-21 12:40:06 +0000
commitcc3d202571a0f1cbb3422d57dee9dc1fd743e187 (patch)
treedb9c1f51d240e22de7e0190dbdbdeefd24d13a8e /gtk2_ardour/ardour3_styles.rc.in
parent56da993d83cc2e27cd4575becdefcefecf926f16 (diff)
start of tracking monitor state correctly
git-svn-id: svn://localhost/ardour2/branches/3.0@10264 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour3_styles.rc.in')
-rw-r--r--gtk2_ardour/ardour3_styles.rc.in66
1 files changed, 58 insertions, 8 deletions
diff --git a/gtk2_ardour/ardour3_styles.rc.in b/gtk2_ardour/ardour3_styles.rc.in
index f29a4ef5f9..237b62f07b 100644
--- a/gtk2_ardour/ardour3_styles.rc.in
+++ b/gtk2_ardour/ardour3_styles.rc.in
@@ -154,9 +154,22 @@ style "monitor_input_button" = "small_button"
fg[PRELIGHT] = darker(@@COLPREFIX@_fg)
bg[NORMAL] = mix(0.1,@@COLPREFIX@_bright_indicator,darker(@@COLPREFIX@_bg))
bg[PRELIGHT] = mix(0.1,@@COLPREFIX@_bright_indicator,darker(@@COLPREFIX@_bg))
-
- fg[ACTIVE] = @@COLPREFIX@_fg
- bg[ACTIVE] = @@COLPREFIX@_bright_indicator
+}
+
+style "monitor_input_button_active" = "small_button"
+{
+ fg[NORMAL] = @@COLPREFIX@_fg
+ fg[PRELIGHT] = @@COLPREFIX@_fg
+ bg[NORMAL] = @@COLPREFIX@_bright_indicator
+ bg[PRELIGHT] = @@COLPREFIX@_bright_indicator
+}
+
+style "monitor_input_button_alternate" = "small_button"
+{
+ fg[NORMAL] = @@COLPREFIX@_fg
+ fg[PRELIGHT] = @@COLPREFIX@_fg
+ bg[NORMAL] = mix(0.3,@@COLPREFIX@_bright_indicator,darker(@@COLPREFIX@_bg))
+ bg[PRELIGHT] = mix(0.3,@@COLPREFIX@_bright_indicator,darker(@@COLPREFIX@_bg))
}
style "monitor_disk_button" = "small_button"
@@ -165,9 +178,22 @@ style "monitor_disk_button" = "small_button"
fg[PRELIGHT] = darker(@@COLPREFIX@_fg)
bg[NORMAL] = mix(0.1,@@COLPREFIX@_bright_indicator,darker(@@COLPREFIX@_bg))
bg[PRELIGHT] = mix(0.1,@@COLPREFIX@_bright_indicator,darker(@@COLPREFIX@_bg))
-
- fg[ACTIVE] = @@COLPREFIX@_fg
- bg[ACTIVE] = @@COLPREFIX@_bright_indicator
+}
+
+style "monitor_disk_button_active" = "small_button"
+{
+ fg[NORMAL] = @@COLPREFIX@_fg
+ fg[PRELIGHT] = @@COLPREFIX@_fg
+ bg[NORMAL] = @@COLPREFIX@_bright_indicator
+ bg[PRELIGHT] = @@COLPREFIX@_bright_indicator
+}
+
+style "monitor_disk_button_alternate" = "small_button"
+{
+ fg[NORMAL] = @@COLPREFIX@_fg
+ fg[PRELIGHT] = @@COLPREFIX@_fg
+ bg[NORMAL] = mix(0.3,@@COLPREFIX@_bright_indicator,darker(@@COLPREFIX@_bg))
+ bg[PRELIGHT] = mix(0.3,@@COLPREFIX@_bright_indicator,darker(@@COLPREFIX@_bg))
}
style "solo_button" = "small_button"
@@ -268,13 +294,37 @@ style "mixer_solo_button_active" = "solo_button_active"
ythickness = 0
}
-style "mixer_monitor_input_button" = "monitor_input_button"
+style "mixer_monitor_input" = "monitor_input_button"
+{
+ xthickness = 0
+ ythickness = 0
+}
+
+style "mixer_monitor_input_active" = "monitor_input_button_active"
+{
+ xthickness = 0
+ ythickness = 0
+}
+
+style "mixer_monitor_input_alternate" = "monitor_input_button_alternate"
+{
+ xthickness = 0
+ ythickness = 0
+}
+
+style "mixer_monitor_disk" = "monitor_disk_button"
+{
+ xthickness = 0
+ ythickness = 0
+}
+
+style "mixer_monitor_disk_active" = "monitor_disk_button_active"
{
xthickness = 0
ythickness = 0
}
-style "mixer_monitor_disk_button" = "monitor_disk_button"
+style "mixer_monitor_disk_alternate" = "monitor_disk_button_alternate"
{
xthickness = 0
ythickness = 0