Not sure if it would be better suited for Dev category but here you go.
I’m trying to understand how plasma-apply-colorscheme
and the Colors section in System Setting GUI work under the hood.
- Do files in
~/.kde/share/apps/color-schemes/
have any significance compared to/.local/share/color-schemes/
or/usr/share/color-schemes/
? - How does
plasma-apply-colorscheme --list-schemes
determine which color scheme is currently active? - What would be the best way to get notified of color scheme changes in my code?