tinted-theming / tinty

A base16 and base24 color scheme manager
MIT License
31 stars 3 forks source link

[Bug report] Problem with theme not existing #13

Closed italovieira closed 4 months ago

italovieira commented 4 months ago

Describe the bug

I'm using https://github.com/mnussbaum/base16-waybar but the repo is not updated with new themes and some of them is missing like rose-pine.

So, when I try to execute tinty apply base16-rose-pine it gives me the error:

Theme does not exists for base16-waybar in /home/italo/.local/share/tinted-theming/tinty/repos/base16-waybar/colors.
Try running `tinty update` or submit an issue on https://github.com/tinted-theming/tinty

Expected behavior

I'm not sure what alternatives we have in this case, but could tinty apply the colors on the templates on-the-fly?

JamyGolden commented 4 months ago

I've created an issue for that repo seeing if they're willing to join Tinted Theming. Hopefully they join and I'll hook it up to a weekly update with our latest schemes.

This week I'm going to look into getting a builder added to Tinty, this would allow you to build the themes for this template repo easily.

As for what you can do right now to solve this issue: Download the builder-go binary at run it in your template. Eg:

cd /home/italo/.local/share/tinted-theming/tinty/repos/base16-waybar
/path/to/base16-builder-go .
italovieira commented 4 months ago

As for what you can do right now to solve this issue: Download the builder-go binary at run it in your template. Eg:

That will do the trick for now. Thank you!