-
-
Notifications
You must be signed in to change notification settings - Fork 144
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: Base24 support #252
Comments
when this lands here, the base24 github org offers implementations for a couple of applications we might use here then |
Since https://github.com/tinted-theming/base24/blob/master/styling.md#base24-fallbacks is a thing, and base16-nix always generates a base24 compatible value according to that fallback rule, we should be able to just start doing this. In other words: It appears as though we already have the base24 schemes, we just aren't using them. |
Yep, I don't see any reason not to start implementing this on a module-by-module basis. |
Agreed. Until VIM highlight groups are implemented, supporting base24 schemes seems reasonable:
Note that implementing VIM highlight groups is a non-trivial task. Supporting base24 yields faster and easier results. |
The underlying base16 library now supports the tinted-theming spec aka base24. Would be nice to see this included to add more colors to themes. With base24 being compatible with base16 this could be done in slow stages.
The text was updated successfully, but these errors were encountered: