themix-gui
themix-gui copied to clipboard
"Adwaita" theme support
Would it be possible to add support for the Adwaita theme? I generally enjoy the look and feel of it, and I'd love to be able to easily colourize it. Thank you.
the best starting points for writing new themix plugin:
-
PR for Arc theme as example of color-changing support on theme side: https://github.com/NicoHood/arc-theme/pull/101
-
themix plugin for Arc theme: https://github.com/themix-project/oomox/tree/master/plugins/theme_arc
Perhaps Themix could generate a Gradience (https://gradienceteam.github.io/) theme, and then gradience could be used directly to theme adwaita?
@theamazing0 yeah, i'm not against merging a plugin for compatibility with that tool, see instructions above on how to develop it
since it's already have a CLI, it needs only adding a plugin definition itself for that CLI (ie ex https://github.com/themix-project/themix-gui/blob/master/plugins/theme_arc/oomox_plugin.py#L33-L51)