catppuccin / sddm

🔒 Soothing pastel theme for SDDM
MIT License
290 stars 17 forks source link

Support accents #10

Open isabelroses opened 1 year ago

isabelroses commented 1 year ago

As the title reads with my most recent PR there was no support for accents. However it is possible to enable accents with something like:

buttonColor="sapphire" # new conf
sapphire="#74c7ec" # prexisting conf

and in the Qml files

color: config.buttonColor

This should in theory add accent support

isabelroses commented 10 months ago

Just a note this did not work as I expected