-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
Feature Request: Import Theme Configuration? #23
Comments
I did not understood clearly what does that mean, to import the colorscheme from another GTK theme? |
Yes exactly! I noticed the configurations are modified on GTK Theme Folder. I believe that the tool you are using is based on Numix, and hopefully you probably add this enhancement in a future release to import the colorscheme from another GTK Theme as you said. 👍 |
now there is a import plugin api feel free to implement it as plugin ex.: https://github.com/themix-project/oomox/tree/master/plugins |
Help needed: |
@tnilzon you can take a look on this really tiny plugin which takes colors from https://github.com/themix-project/oomox/tree/master/plugins/import_base16 |
however, i think, it will be nice to add "import" button in GUI (because now for importing something you need to copy it to |
Yes, an "Import" button would be the best, great if you could implement that/ thanks! |
but, just to clarify, i am going to implement only "Import" button itself, which will be used by import plugins (#161) so if you want to import the colors from a new source you still need to implement that plugin itself. so far supported only importing colors from |
Would this be possible: Press the 'Import' button -> Select a gtk theme -> the selected theme is then imported and can be edited as a new theme (as the "default" pre-installed Oomox themes) ? |
yes, that would be possible you can already start writing a plugin because you won't need to modify it to work together with that button: https://github.com/themix-project/oomox/blob/master/plugins/import_base16/oomox_plugin.py#L106 as you can see in this example, plugin just reads some theme from a filepath, it doesn't know if it was opened from ListView or from FileOpenDialog |
Well I am afraid I am not skilled to write any plugin by myself. So I will have to wait for it to be implemented (the button and the plugin). |
rather than waiting you could just use color picker (eyedropper tool) in oomox when selecting the colors (it's available when you opening palette editor by clicking on button near each color) and pick the colors from the theme of your choice |
OK, Thanks the tip! |
I'd like to request if possible an import theme button that can import the existing GTK3 based configurations in favor of an old theme.
Or something similar
I don't know if it's possible but please consider this as a suggestion.
Thanks
The text was updated successfully, but these errors were encountered: