Skip to content
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

256 themes not availible by name in nvim #39

Open
sadilekivan opened this issue Sep 13, 2022 · 1 comment
Open

256 themes not availible by name in nvim #39

sadilekivan opened this issue Sep 13, 2022 · 1 comment

Comments

@sadilekivan
Copy link

sadilekivan commented Sep 13, 2022

Calling the -V option generates a .vimrc_background which does not take into account that the base16-vim doesn't use -256 naming convention, but the let base16colorspace=256 option. Striping "-256" from the name would fix that. Something like this?

For example:
alacritty-colorscheme -V apply base16-onedark-256.yml needs a colorscheme base16-onedark, not colorscheme base16-onedark-256

Happens on 1.0.1 arch

@tnagorra
Copy link
Member

If you are using https://github.com/aarowill/base16-alacritty/tree/master/colors, then you can simply use base16-onedark.yml.

Currently, the theme name applied in alacritty should exactly match the theme name used in vim.
For cases where they do not match, we will need to implement a more generic approach than stripping -256

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants