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
Today, switching from Mac to Linux, I noticed the Vim themes have been broken for a while. The reason is that all the colorscheme files have lowercase + dash separator filenames, e.g. patriot-contrast.vim while inside the colorscheme definition file, the colors_name variable uses title case and spaces, e.g.
Hello,
Today, switching from Mac to Linux, I noticed the Vim themes have been broken for a while. The reason is that all the colorscheme files have lowercase + dash separator filenames, e.g.
patriot-contrast.vim
while inside the colorscheme definition file, thecolors_name
variable uses title case and spaces, e.g.As such, when you do
colorscheme patriot-contrast
, colors don't apply properly. And if you do:syntax enable
you get the following error message:It seems either renaming the
patriot-contrast.vim
file or changing the value of thecolors_name
variable fixes it.The text was updated successfully, but these errors were encountered: