Keyitdev / sddm-astronaut-theme

Modern looking sddm qt6 theme.
GNU General Public License v3.0
277 stars 47 forks source link

OverrideTextFieldColor is always black #10

Closed fib-nm closed 2 months ago

fib-nm commented 2 months ago

If you set OverrideTextFieldColor="" then selected text always has the same color as AccentColor and is impossible to read.

If you set OverrideTextFieldColor to anything, e.g. OverrideTextFieldColor="#123456" then selected text is always black.

Keyitdev commented 2 months ago

It was recently added and I didn't test it. (https://github.com/Keyitdev/sddm-astronaut-theme/commit/b97e5d9a9d4db31178d6a436d259dc9944999fd5). I will check it. Ty for letting me know.

Keyitdev commented 2 months ago

image I just set OverrideTextFieldColor="#ff00ff" and it works for me. image OverrideTextFieldColor="#00ff00"

Can you send me your config and screenshot?

fib-nm commented 2 months ago

I just set OverrideTextFieldColor="#ff00ff" and it works for me.

Can you send me your config and screenshot?

I'm sorry, I messed up. I forgot to write # before color. Now it works. Sorry for causing this much trouble.