13
0
Fork 0

L: visibility buttons do not need to be orange

This commit is contained in:
Ben Loftis 2024-05-10 13:00:41 -05:00
parent 41d2e40fde
commit 911fcb8214
2 changed files with 7 additions and 7 deletions

View File

@ -455,25 +455,25 @@ ARDOUR_UI::livetrax_setup_windows ()
livetrax_editor_view_button->set_icon (ArdourWidgets::ArdourIcon::TrackWaveform);
act = ActionManager::get_action (X_("Common"), X_("livetrax-toggle-editor"));
livetrax_editor_view_button->set_related_action (act);
livetrax_editor_view_button->set_name ("transport option button");
livetrax_editor_view_button->set_name ("page switch button");
livetrax_prefs_view_button = manage (new ArdourButton (_("PREFS"), ArdourButton::Element (ArdourButton::Text|ArdourButton::Body), true));
livetrax_prefs_view_button->set_icon (ArdourWidgets::ArdourIcon::Config);
act = ActionManager::get_action (X_("Common"), X_("livetrax-toggle-prefs"));
livetrax_prefs_view_button->set_related_action (act);
livetrax_prefs_view_button->set_name ("transport option button");
livetrax_prefs_view_button->set_name ("page switch button");
livetrax_meter_view_button = manage (new ArdourButton (ArdourButton::Element (ArdourButton::Text|ArdourButton::Body), true));;
livetrax_meter_view_button->set_icon (ArdourWidgets::ArdourIcon::Meters);
act = ActionManager::get_action (X_("Common"), X_("livetrax-toggle-meter"));
livetrax_meter_view_button->set_related_action (act);
livetrax_meter_view_button->set_name ("transport option button");
livetrax_meter_view_button->set_name ("page switch button");
livetrax_mixer_view_button = manage (new ArdourButton (ArdourButton::Element (ArdourButton::Text|ArdourButton::Body), true));
livetrax_mixer_view_button->set_icon (ArdourWidgets::ArdourIcon::Mixer);
act = ActionManager::get_action (X_("Common"), X_("livetrax-toggle-mixer"));
livetrax_mixer_view_button->set_related_action (act);
livetrax_mixer_view_button->set_name ("transport option button");
livetrax_mixer_view_button->set_name ("page switch button");
livetrax_sr_button = manage (new ArdourButton (ArdourButton::Element (ArdourButton::Text|ArdourButton::Edge|ArdourButton::Body), true));
act = ActionManager::get_action (X_("Window"), X_("toggle-audio-midi-setup"));

View File

@ -21,7 +21,7 @@
<Color name="neutral:background2" value="555555ff"/> <!--range marker bar-->
<Color name="neutral:midground" value="7f7f7fff"/> <!--grid line minor-->
<Color name="neutral:foreground2" value="ccccccff"/> <!--marker track-->
<Color name="neutral:foreground" value="e5e5e5ff"/> <!--gtk_foreground-->
<Color name="neutral:foreground" value="ddddddff"/> <!--gtk_foreground-->
<Color name="neutral:foregroundest" value="ffffffff"/> <!--grid line major-->
<Color name="widget:bg" value="4a4a4cff"/> <!--generic button; slightly different than bg color-->
<Color name="widget:blue" value="5577D7ff"/>
@ -119,7 +119,7 @@
<ColorAlias name="gain line" alias="alert:green"/>
<ColorAlias name="gain line inactive" alias="theme:bg1"/>
<ColorAlias name="generic button: fill" alias="widget:bg"/>
<ColorAlias name="generic button: fill active" alias="alert:orange"/>
<ColorAlias name="generic button: fill active" alias="theme:contrasting less"/>
<ColorAlias name="generic button: led active" alias="alert:orange"/>
<ColorAlias name="generic button: outline" alias="neutral:backgroundest"/>
<ColorAlias name="ghost track base" alias="neutral:background2"/>
@ -306,7 +306,7 @@
<ColorAlias name="nudge clock: edited text" alias="theme:contrasting less"/>
<ColorAlias name="nudge clock: text" alias="theme:contrasting clock"/>
<ColorAlias name="page switch button: fill" alias="widget:bg"/>
<ColorAlias name="page switch button: fill active" alias="alert:green"/>
<ColorAlias name="page switch button: fill active" alias="neutral:foreground2"/>
<ColorAlias name="patch change button unnamed: fill" alias="neutral:background2"/>
<ColorAlias name="patch change button unnamed: fill active" alias="widget:blue"/>
<ColorAlias name="patch change button: fill" alias="widget:bg"/>