-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use native theme in KDE #5
Comments
Hi |
Hmm, it doesn't seem to have changed anything. I tried calling that API before creating any UI elements and just before calling |
I’m interested to know what environment you’re using. |
This is with KDE Plasma 5.26.4 with X11 on Manjaro Linux. It's on a 10th generation Intel core if that makes a difference. 🤔
|
It seems KDE plasma stores themes in $HOME/.local/share/plasma/desktoptheme//. The colors are in a colors subdirectory of the theme. I'm not sure where the current global theme is set in the system though. Maybe adding a light/dark Oxygen (or breeze) theme to this crate might give a less out of touch UI on KDE desktops. But I think adding logic to check system files to determine which is the current theme and the theme's details would be too much for this crate. |
Hey, is there a way to get the app to use the OS's theming in KDE (or even in GTK?).
It seems that out of the box it's using the default GTK theme rather than the one configured by the user. As a result any apps built with fltk will look off.
The text was updated successfully, but these errors were encountered: