Description
When I set up perceptible color to maximum (dark_blend_multiplier = 4.0
), text on buttons is almost unreadable:
It's easy to fix it by manually changing text color of buttons in color-scheme file. However, it's inconvenient to do that on every wallpaper change.
Another case is when dark mode is enabled, there's some places where in the bright background bright text color remains
Here's some examples:
I tried to change ForegroundNormal
's value (133th line of MaterialYouDark.colors
file) to #000000
. Text color changes to black, but there's one problem — black text color is also on dark background:
Is it possible to correct this? I made a little research and realized, that probably there's no rule for ForegroundNormal on bright background. So, is it feature of KDE Plasma's architecture?
Or maybe I configured something wrong?