summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtk2_ardour/ardour3_styles.rc.in2
-rw-r--r--gtk2_ardour/ardour3_ui_dark.rc.in2
-rw-r--r--gtk2_ardour/ardour3_ui_light.rc.in2
3 files changed, 3 insertions, 3 deletions
diff --git a/gtk2_ardour/ardour3_styles.rc.in b/gtk2_ardour/ardour3_styles.rc.in
index b8f8b85a2a..d1a4500525 100644
--- a/gtk2_ardour/ardour3_styles.rc.in
+++ b/gtk2_ardour/ardour3_styles.rc.in
@@ -426,7 +426,7 @@ style "midi_channel_selector_button"
bg[NORMAL] = @@COLPREFIX@_bg
bg[ACTIVE] = @@COLPREFIX@_midi_channel_selector
fg[NORMAL] = @@COLPREFIX@_fg
- fg[ACTIVE] = @@COLPREFIX@_muted_text
+ fg[ACTIVE] = @@COLPREFIX@_light_text_on_dark
}
style "shuttle_control" = "very_small_text"
diff --git a/gtk2_ardour/ardour3_ui_dark.rc.in b/gtk2_ardour/ardour3_ui_dark.rc.in
index 0b422605f6..a6364f9f80 100644
--- a/gtk2_ardour/ardour3_ui_dark.rc.in
+++ b/gtk2_ardour/ardour3_ui_dark.rc.in
@@ -9,7 +9,7 @@
#@color fg #EEEEEC
#@color bg #54555d
#@color text #EEEEEC
-#@color muted_text #CFCFC1
+#@color light_text_on_dark #CFCFC1
#@color base #171717
#@color fg_selected #EEF
#@color bg_selected #58B
diff --git a/gtk2_ardour/ardour3_ui_light.rc.in b/gtk2_ardour/ardour3_ui_light.rc.in
index bd19bd7b7e..5d1f89dba8 100644
--- a/gtk2_ardour/ardour3_ui_light.rc.in
+++ b/gtk2_ardour/ardour3_ui_light.rc.in
@@ -9,7 +9,7 @@
#@color fg #171717
#@color bg #cccccc
#@color text #171717
-#@color muted_text #171717
+#@color light_text_on_dark #CFCFC1
#@color base #cccccc
#@color fg_selected #EEF
#@color bg_selected #58B