Feature request: make accent color available programmatically #1079
Closed
archisman-panigrahi
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
There's a setting at I suppose we could also sync the color to this setting when using a supported theme. I didn't do this originally so a user's custom color wouldn't be overridden the moment they decided to do a little theme surfing. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In both GNOME and KDE, the accent color can be read off from the key
org.freedesktop.appearance accent-color
(see https://flatpak.github.io/xdg-desktop-portal/docs/doc-org.freedesktop.portal.Settings.html and https://discuss.kde.org/t/is-there-a-way-to-programatically-determine-the-plasma-accent-color/19060).It would be nice if cinnamon also exports its theme's accent color here, so that developers can directly make use of it to make the apps adhere to the system's color code.
Beta Was this translation helpful? Give feedback.
All reactions