summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour2_ui.rc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-02-13 14:25:17 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-02-13 14:25:17 +0000
commitd405df54ec37ef039d1044b727044e109b110ffa (patch)
treee5f2ceaf405716feb9f4c3af00554095a27de042 /gtk2_ardour/ardour2_ui.rc
parent8e79cd5610789b377d0975640a555cc45d9300cb (diff)
the buttons will submit to my rule! prelight-when-active, be gonecd /usr/local/music/src/ardour
git-svn-id: svn://localhost/ardour2/trunk@1451 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour2_ui.rc')
-rw-r--r--gtk2_ardour/ardour2_ui.rc115
1 files changed, 86 insertions, 29 deletions
diff --git a/gtk2_ardour/ardour2_ui.rc b/gtk2_ardour/ardour2_ui.rc
index 38ac346b8f..e53a2f9c0f 100644
--- a/gtk2_ardour/ardour2_ui.rc
+++ b/gtk2_ardour/ardour2_ui.rc
@@ -186,12 +186,32 @@ style "small_red_active_and_selected_button" = "small_button"
style "track_rec_enable_button" = "small_button"
{
+}
+
+style "track_rec_enable_button_active" = "small_button"
+{
fg[SELECTED] = { 0.0, 0.0, 0.0 }
fg[ACTIVE] = { 0.0, 0.0, 0.0 }
fg[PRELIGHT] = { 0.0, 0.0, 0.0 }
+ fg[NORMAL] = { 0.0, 0.0, 0.0 }
+ bg[NORMAL] = { 1.0, 0.0, 0.0 } # actively recording
bg[ACTIVE] = { 1.0, 0.0, 0.0 } # actively recording
+ bg[SELECTED] = { 1.0, 0.0, 0.0 } # actively recording
+ bg[PRELIGHT] = { 1.0, 0.0, 0.0 } # actively recording
+}
+
+style "track_rec_enable_button_alternate" = "small_button"
+{
+ fg[SELECTED] = { 0.0, 0.0, 0.0 }
+ fg[ACTIVE] = { 0.0, 0.0, 0.0 }
+ fg[PRELIGHT] = { 0.0, 0.0, 0.0 }
+ fg[NORMAL] = { 0.0, 0.0, 0.0 }
+
+ bg[NORMAL] = { 0.91, 0.68, 0.68} # enabled, not active
+ bg[ACTIVE] = { 0.91, 0.68, 0.68} # enabled, not active
bg[SELECTED] = { 0.91, 0.68, 0.68} # enabled, not active
+ bg[PRELIGHT] = { 0.91, 0.68, 0.68} # enabled, not active
}
style "gain_fader"
@@ -209,51 +229,76 @@ style "mixer_rec_enable_button" = "track_rec_enable_button"
style "solo_button" = "small_button"
{
- bg[PRELIGHT] = { 0, 1.0, 0 }
- bg[ACTIVE] = { 0.66, 0.97, 0.19 }
+ # font_name = "sans 7"
+ # xthickness = 0
+ # ythickness = 0
+}
+
+style "solo_button_alternate" = "small_button"
+{
+ # font_name = "sans 7"
+ # xthickness = 0
+ # ythickness = 0
+
+ bg[NORMAL] = { 0.19, 0.97, 0.69 } # solo-safe
+ bg[ACTIVE] = { 0.19, 0.97, 0.69 } # solo-safe
+ bg[SELECTED] = { 0.19, 0.97, 0.69 } # solo-safe
+ bg[PRELIGHT] = { 0.19, 0.97, 0.69 } # solo-safe
- fg[PRELIGHT] = { 0, 0, 0 }
fg[ACTIVE] = { 0, 0, 0 }
+ fg[SELECTED] = { 0, 0, 0 }
+ fg[NORMAL] = { 0, 0, 0 }
+ fg[PRELIGHT] = { 0, 0, 0 }
}
-style "safe_solo_button" = "small_button"
+
+style "solo_button_active" = "small_button"
{
- bg[PRELIGHT] = { 0, 1.0, 0 }
- bg[ACTIVE] = { 0.19, 0.97, 0.69 }
+ # font_name = "sans 7"
+ # xthickness = 0
+ # ythickness = 0
+
+ bg[NORMAL] = { 0.66, 0.97, 0.19 } # solo
+ bg[ACTIVE] = { 0.66, 0.97, 0.19 } # solo
+ bg[SELECTED] = { 0.66, 0.97, 0.19 } # solo
+ bg[PRELIGHT] = { 0.66, 0.97, 0.19 } # solo
- fg[PRELIGHT] = { 0, 0, 0 }
fg[ACTIVE] = { 0, 0, 0 }
+ fg[SELECTED] = { 0, 0, 0 }
+ fg[NORMAL] = { 0, 0, 0 }
+ fg[PRELIGHT] = { 0, 0, 0 }
}
-style "mixer_solo_button" = "solo_button"
+style "mute_button" = "small_button"
{
- font_name = "sans 7"
- xthickness = 0
- ythickness = 0
-
}
-style "mixer_safe_solo_button" = "safe_solo_button"
+style "mute_button_alternate" = "small_button"
{
- font_name = "sans 7"
- xthickness = 0
- ythickness = 0
+ bg[ACTIVE] = { 1.0, 0.98, 0.53 }
+ bg[NORMAL] = { 1.0, 0.98, 0.53 }
+ bg[SELECTED] = { 1.0, 0.98, 0.53 }
+ bg[PRELIGHT] = { 1.0, 0.98, 0.53 }
+ fg[SELECTED] = { 0, 0, 0 }
+ fg[ACTIVE] = { 0, 0, 0 }
+ fg[NORMAL] = { 0, 0, 0 }
+ fg[PRELIGHT] = { 0, 0, 0 }
}
-
-style "mute_button" = "small_button"
+style "mute_button_active" = "small_button"
{
- bg[PRELIGHT] = { 1.0, 0.65, 0.13 }
- bg[ACTIVE] = { 1.0, 0.98, 0.53 }
+ bg[NORMAL] = { 0.90, 0.89, 0.73 }
+ bg[ACTIVE] = { 0.90, 0.89, 0.73 }
+ bg[PRELIGHT] = { 0.90, 0.89, 0.73 }
bg[SELECTED] = { 0.90, 0.89, 0.73 }
- fg[PRELIGHT] = { 0, 0, 0 }
fg[SELECTED] = { 0, 0, 0 }
fg[ACTIVE] = { 0, 0, 0 }
+ fg[NORMAL] = { 0, 0, 0 }
+ fg[PRELIGHT] = { 0, 0, 0 }
}
-
style "multiline_combo" = "small_button"
{
font_name = "sans 8"
@@ -291,9 +336,19 @@ style "time_button" = "default_buttons_menus"
style "transport_button"
{
+}
+
+style "transport_button_active"
+{
+ bg[NORMAL] = { 0.50, 1.0, 0.50 }
bg[ACTIVE] = { 0.50, 1.0, 0.50 }
- fg[ACTIVE] = { 1, 1, 1 }
- fg[PRELIGHT] = { 1, 1, 1 }
+ bg[SELECTED] = { 0.50, 1.0, 0.50 }
+ bg[PRELIGHT] = { 0.50, 1.0, 0.50 }
+
+ fg[NORMAL] = { 0, 0, 0 }
+ fg[PRELIGHT] = { 0, 0, 0 }
+ fg[SELECTED] = { 0, 0, 0 }
+ fg[ACTIVE] = { 0, 0, 0 }
}
style "transport_rec_button"
@@ -1077,16 +1132,18 @@ widget "*MixerSendSwitch*" style "very_small_red_active_and_selected_button"
widget "*OptionEditorToggleButton" style "small_red_active_and_selected_button"
widget "*NewSessionDialogButton" style "small_red_active_and_selected_button"
widget "*RecordEnableButton" style "track_rec_enable_button"
-widget "*RecordEnableButton*" style "track_rec_enable_button"
+widget "*RecordEnableButton-active" style "track_rec_enable_button_active"
+widget "*RecordEnableButton-alternate" style "track_rec_enable_button_alternate"
widget "*MuteButton*" style "mute_button"
+widget "*MuteButton-alternate*" style "mute_button_alternate"
+widget "*MuteButton-active*" style "mute_button_active"
widget "*TrackLoopButton*" style "track_loop_button"
widget "*PanAutomationLineSelector*" style "multiline_combo"
widget "*EditorTimeButton*" style "time_button"
widget "*EditorMixerButton*" style "default_buttons_menus"
widget "*SoloButton*" style "solo_button"
-widget "*SoloButton.*" style "solo_button"
-widget "*SafeSoloButton*" style "safe_solo_button"
-widget "*SafeSoloButton.*" style "safe_solo_button"
+widget "*SoloButton-alternate*" style "solo_button_alternate"
+widget "*SoloButton-active*" style "solo_button_active"
widget "*MixerPhaseInvertButton*" style "very_small_button"
widget "*MixerPhaseInvertButton.*" style "very_small_button"
widget "*MixerAutomationRecordingButton*" style "very_small_button"
@@ -1104,7 +1161,7 @@ widget "*MixerCommentButton*" style "very_small_button"
widget "*EditGroupButton" style "very_small_button"
widget "*EditGroupButtonLabel" style "very_small_button"
widget "*TransportButton" style "transport_button"
-widget "*TransportButton*" style "transport_button"
+widget "*TransportButton-active" style "transport_button_active"
widget "*ShuttleButton" style "transport_button"
widget "*ShuttleButton*" style "transport_button"
widget "*ShuttleDisplay" style "transport_button"