Avdan OS UI Toolkit(Just a QML Library or Module)
This thing will read user theme config file. So, that if a user changes the config file then everyapp use config got theme update
Currently it supports only one key from config that is window-background-color.
- Only works for me because of my username, you have to change it
- Only one key is accessible
- Needs to restart when theme is changed
It's a json file. It should be present at /home/
[username 'only yegender works for now by defaukt']/.config/aos/config/theme/main.json
{
"window-background-color":"#88000000",
"button-background-color":"#22ffffff",
"button-background-color::hover":"#33000000",
"button-foreground-color":"#ffffff",
"button-corner-radius":5,
"button-padding":10,
"button-font-pixel-size":17,
"button-padding-vertical":0,
"button-padding-horizontal":50
}