You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: