themes: Define GimpScaleEntry slider color

This patch prevents a system theme leak
for the "highlight" slider on GimpScaleEntry
widgets. Future work can be done to
improve the appearance of the slider.
This commit is contained in:
Alx Sa 2025-03-04 05:01:55 +00:00
parent d2889d5a00
commit 8c209f05a2

View file

@ -301,6 +301,16 @@ scale contents trough
border-color: @strong-border-color;
background-color: @ruler-color;
}
scale contents trough highlight
{
background-color: @scrollbar-slider-color;
border-color: @scrollbar-slider-color;
}
scale contents trough highlight:disabled
{
background-color: transparent;
border-color: transparent;
}
scrollbar {
background-color: @bg-color;