Open sadilekivan opened 2 years ago
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
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 thelet 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 acolorscheme base16-onedark
, notcolorscheme base16-onedark-256
Happens on 1.0.1 arch