use new color alias name for theme spec of scroll bar sliders (plus comments)

This commit is contained in:
Paul Davis
2025-04-18 14:56:35 -06:00
parent e89e4ac5c5
commit 693565c131

View File

@@ -571,8 +571,9 @@ style "shuttle_control" = "smaller_text"
style "ardour_adjusters" = "default_generic"
{
bg[NORMAL] = @background
bg[PRELIGHT] = lighter(@background)
# this is the color of the slider
bg[NORMAL] = @scrollbar_slider
# this is the color of the trough
bg[ACTIVE] = @darkest
}