Update Patch Selector Colors

Custom text color is no longer available, so remove it.
Also prefer a semantic description "unnamed", not a visual cue.
This commit is contained in:
Robin Gareus 2020-04-19 16:54:07 +02:00
parent 037248a7d6
commit 045200ba35
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
7 changed files with 15 additions and 20 deletions

View File

@ -356,9 +356,10 @@ PatchChangeWidget::refill_banks ()
std::string n = string_compose (_("Pgm-%1"), (int)(pgm +1));
_program_btn[pgm].set_text (n);
if (shade) {
_program_btn[pgm].set_name (X_("patch change dim button"));
_program_btn[pgm].set_name (X_("patch change button unnamed"));
} else {
_program_btn[pgm].set_name (X_("patch change button"));
continue;
}
set_tooltip (_program_btn[pgm], n);
}

View File

@ -289,9 +289,8 @@
<ColorAlias name="page switch button: fill active" alias="alert:blue"/>
<ColorAlias name="patch change button: fill" alias="widget:bg"/>
<ColorAlias name="patch change button: fill active" alias="widget:blue"/>
<ColorAlias name="patch change dim button: fill" alias="neutral:background2"/>
<ColorAlias name="patch change dim button: fill active" alias="widget:blue"/>
<ColorAlias name="patch change dim button: text" alias="widget:blue"/>
<ColorAlias name="patch change button unnamed: fill" alias="neutral:background2"/>
<ColorAlias name="patch change button unnamed: fill active" alias="widget:blue"/>
<ColorAlias name="piano roll black" alias="theme:contrasting selection"/>
<ColorAlias name="piano roll black outline" alias="neutral:foreground2"/>
<ColorAlias name="piano roll white" alias="neutral:foreground2"/>

View File

@ -290,9 +290,8 @@
<ColorAlias name="page switch button: fill active" alias="alert:green"/>
<ColorAlias name="patch change button: fill" alias="widget:bg"/>
<ColorAlias name="patch change button: fill active" alias="widget:blue"/>
<ColorAlias name="patch change dim button: fill" alias="neutral:background2"/>
<ColorAlias name="patch change dim button: fill active" alias="widget:blue"/>
<ColorAlias name="patch change dim button: text" alias="widget:blue"/>
<ColorAlias name="patch change button unnamed: fill" alias="neutral:background2"/>
<ColorAlias name="patch change button unnamed: fill active" alias="widget:blue"/>
<ColorAlias name="piano roll black" alias="theme:contrasting selection"/>
<ColorAlias name="piano roll black outline" alias="neutral:foreground2"/>
<ColorAlias name="piano roll white" alias="neutral:foreground2"/>

View File

@ -290,9 +290,8 @@
<ColorAlias name="page switch button: fill active" alias="alert:green"/>
<ColorAlias name="patch change button: fill" alias="widget:bg"/>
<ColorAlias name="patch change button: fill active" alias="widget:blue"/>
<ColorAlias name="patch change dim button: fill" alias="neutral:background2"/>
<ColorAlias name="patch change dim button: fill active" alias="widget:blue"/>
<ColorAlias name="patch change dim button: text" alias="widget:blue"/>
<ColorAlias name="patch change button unnamed: fill" alias="neutral:background2"/>
<ColorAlias name="patch change button unnamed: fill active" alias="widget:blue"/>
<ColorAlias name="piano roll black" alias="theme:contrasting selection"/>
<ColorAlias name="piano roll black outline" alias="neutral:foreground2"/>
<ColorAlias name="piano roll white" alias="neutral:foreground2"/>

View File

@ -290,9 +290,8 @@
<ColorAlias name="page switch button: fill active" alias="alert:blue"/>
<ColorAlias name="patch change button: fill" alias="widget:bg"/>
<ColorAlias name="patch change button: fill active" alias="widget:blue"/>
<ColorAlias name="patch change dim button: fill" alias="neutral:background2"/>
<ColorAlias name="patch change dim button: fill active" alias="widget:blue"/>
<ColorAlias name="patch change dim button: text" alias="widget:blue"/>
<ColorAlias name="patch change button unnamed: fill" alias="neutral:background2"/>
<ColorAlias name="patch change button unnamed: fill active" alias="widget:blue"/>
<ColorAlias name="piano roll black" alias="theme:contrasting selection"/>
<ColorAlias name="piano roll black outline" alias="neutral:foreground2"/>
<ColorAlias name="piano roll white" alias="neutral:foreground2"/>

View File

@ -19,7 +19,7 @@
<Color name="theme:contrasting alt" value="CCA336ff"/> <!--secondary delta clock: text-->
<Color name="neutral:backgroundest" value="000000ff"/> <!--border color-->
<Color name="neutral:background" value="202020ff"/> <!--audio track base-->
<Color name="neutral:background2" value="505050ff"/> <!--range marker bar-->
<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-->
@ -290,9 +290,8 @@
<ColorAlias name="page switch button: fill active" alias="alert:green"/>
<ColorAlias name="patch change button: fill" alias="widget:bg"/>
<ColorAlias name="patch change button: fill active" alias="widget:blue"/>
<ColorAlias name="patch change dim button: fill" alias="neutral:background2"/>
<ColorAlias name="patch change dim button: fill active" alias="widget:blue"/>
<ColorAlias name="patch change dim button: text" alias="widget:blue"/>
<ColorAlias name="patch change button unnamed: fill" alias="neutral:background2"/>
<ColorAlias name="patch change button unnamed: fill active" alias="widget:blue"/>
<ColorAlias name="piano roll black" alias="theme:contrasting selection"/>
<ColorAlias name="piano roll black outline" alias="neutral:foreground2"/>
<ColorAlias name="piano roll white" alias="neutral:foreground2"/>

View File

@ -289,9 +289,8 @@
<ColorAlias name="page switch button: fill active" alias="alert:blue"/>
<ColorAlias name="patch change button: fill" alias="widget:bg"/>
<ColorAlias name="patch change button: fill active" alias="widget:blue"/>
<ColorAlias name="patch change dim button: fill" alias="neutral:background2"/>
<ColorAlias name="patch change dim button: fill active" alias="widget:blue"/>
<ColorAlias name="patch change dim button: text" alias="widget:blue"/>
<ColorAlias name="patch change button unnamed: fill" alias="neutral:background2"/>
<ColorAlias name="patch change button unnamed: fill active" alias="widget:blue"/>
<ColorAlias name="piano roll black" alias="theme:contrasting selection"/>
<ColorAlias name="piano roll black outline" alias="neutral:foreground2"/>
<ColorAlias name="piano roll white" alias="neutral:foreground2"/>