Zren / breeze-alphablack

Breeze Light theme with minor improvements and a black panel/titlebar.
https://store.kde.org/p/1084931/
35 stars 7 forks source link

How to set window decoration colors using new desktoptheme.py [Able to do it using the desktop widget] #19

Closed ableabhinav closed 3 years ago

ableabhinav commented 3 years ago

I ran python3 ~/.local/share/plasma/desktoptheme/breeze-alphablack/desktoptheme.py getall but there does not seem to be an option for window decorations. Furthermore, the Readme doesn't seem to be updated after moving all commands to desktoptheme.py Kindly make the changes Edit: Was able to do it using the desktop widget

Zren commented 3 years ago

Ah good point. I updated the description on KDE Store, but forgot the ReadMe.

If you run set theme.accentColor 0,0,0 it will change the panel and the window decorations. I can add a dedicated function for changing the window decorations colors like the old settitlebarcolor.py script if that's not what you're after. Note, you can edit ~/.config/kdeglobals directly too (or in System Settings > Colors).

python3 ~/.local/share/plasma/desktoptheme/breeze-alphablack/desktoptheme.py set theme.accentColor 0,0,0