-
Notifications
You must be signed in to change notification settings - Fork 5
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] Sort tinty list #74
Comments
Have you tried using |
I tried The main point is to have some ways to call |
I've got shell alias I wrote which may be of some value to you but I can't speak to how it would interact with vim/neovim as I do not use a base16 theme in my editor. As you can see, this also doesn't "see" any custom themes you have have setup.
Though not perfect, you can build upon the above by adding one or more excludes by way of
It's not perfect as we're filtering based on theme name rather than the variant. That said, it may provide a starting place for something more robust. Perhaps a more mature version would add add an additional keybinding to dump the selected scheme into a excludes file which would be used instead of the hard-coded string... |
Something worth mentioning (maybe this will solve your needs), we have a gallery page which is created by rendering the theme in vim and then converting that to html, so you can preview themes, albeit with static content: https://tinted-theming.github.io/base16-gallery/ |
The gallery is really nice but please note that it has the same issue than the original issue: it is sorted by alphabetical order as opposed to an ordering like from dark background to light background. Sorting by name is useful when you know already what you are looking for. But when someone looks for a new theme, sorting based on colours or background darkness would probably be much more useful. PS: a dark background in the gallery would probably help to highlight each individual themes. |
Is your feature request related to a problem? Please describe.
I am using the following command to preview themes in my terminal:
The list is ordered alphabetically, meaning that themes like
base16-atelier-estuary
andbase16-atelier-estuary-light
are next to each other. When browsing, switching from a light theme to a dark theme is quite violent for the eyes, making the browsing experience pretty bad.Describe the solution you'd like
A way to sort the themes, from dark background to light background for example, would fix this issue.
A command like:
would also be quite nice.
Describe alternatives you've considered
The text was updated successfully, but these errors were encountered: