Actionless Loveless

Results 806 comments of Actionless Loveless

you already can use base16-template for any app, only CLI for it not implemented base16 templates are pre-installed using collection from here (https://github.com/chriskempson/base16-templates-source/blob/master/list.yaml) but if you wanna have the options...

now CLI for base16 plugin was implemented as well: https://github.com/themix-project/themix-plugin-base16/commit/ef12a9017155f2e47915338e292d7e64f90ff954

I did not understood clearly what does that mean, to import the colorscheme from another GTK theme?

now there is a import plugin api feel free to implement it as plugin ex.: https://github.com/themix-project/oomox/tree/master/plugins

@tnilzon you can take a look on this really tiny plugin which takes colors from `.yml` palettes from `base16` project and imports them as oomox themes: 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 `~/.config/oomox/colors`)

but, just to clarify, i am going to implement only "Import" button itself, which will be used by import plugins (https://github.com/themix-project/oomox/issues/161) so if you want to import the colors from...

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...

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...

is there still interest on this?