3ximus / aerial-sddm-theme

SDDM theme with Apple TV Aerial videos
GNU General Public License v3.0
495 stars 58 forks source link

Allow to customize font color #54

Closed hat3ph closed 5 months ago

hat3ph commented 5 months ago

Add option to customize font color

3ximus commented 5 months ago

Hi there. Thanks for the contributions again. Could you add the default color if the property is not set on the config file ?

hat3ph commented 5 months ago

You want something like this in the Main.qml?

color: config.actionBarFontColor || "#505050"

How about the font size?

But since you already have the master/default property file theme.conf, seem bit redundant to set another default property in the Main.qml.

3ximus commented 5 months ago

Sure, you can leave it only on the master config then. I'll merge it. Thanks

hat3ph commented 5 months ago

thanks