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
Most of the other variants are working but if I select the github_dark_high_contrast one I get the following error:
Error detected while processing function airline#check_mode[66]..airline#highlighter#highlight:
line 2:
E121: Undefined variable: g:airline#themes#github_dark_high_contrast#palette
Press ENTER or type command to continue
An interesting thing is that this variant seems to start working if I select the github_dark_default Airline theme first and then switch to it, in that case it fails with E121: Undefined variable: g:airline#themes#github_dark_default#palette, then switching back to github_dark_high_contrast makes everything work as expected...
Most of the other variants are working but if I select the
github_dark_high_contrast
one I get the following error:An interesting thing is that this variant seems to start working if I select the
github_dark_default
Airline theme first and then switch to it, in that case it fails withE121: Undefined variable: g:airline#themes#github_dark_default#palette
, then switching back togithub_dark_high_contrast
makes everything work as expected...Looks like there's a typo on https://github.com/projekt0n/github-nvim-theme/blob/main/autoload/airline/themes/github_dark_high_contrast.vim#L1
github_dark_high_constrast
instead ofgithub_dark_high_contrast
and thegithub_dark_default
theme is setting the theme to thehigh_contrast
one: https://github.com/projekt0n/github-nvim-theme/blob/main/autoload/airline/themes/github_dark_default.vim#LL1C49-L1C49The text was updated successfully, but these errors were encountered: