设置 Vim 主题,作者:Dayle Rees

Setting Vim theme by Dayle Rees

我在为 Vim (term/MacVim) 设置来自 Daylee Rees (https://github.com/daylerees/colour-schemes) 的主题时遇到问题。

当我选择主题时说“薰衣草对比”-

colorscheme Lavendar Contrast

我收到一条错误消息,提示找不到主题。其中像“colorscheme Goldfish”这样的单字主题名称设置没有任何问题。

完整的主题列表及其外观可在此处找到: https://daylerees.github.io/

我试过 Lavender_Contrast、Lavender-Contrast 等,但似乎不起作用。

:help :colorscheme 中所述,:colorscheme 的参数是不带扩展名的文件名:

This searches 'runtimepath' for the file "colors/{name}.vim".

因此没有任何理由尝试其他方法。

在本例中,文件名是 lavender-contrast.vim 所以正确的命令是:

:colorscheme lavender-contrast

请注意,如果您的系统不区分大小写Lavender-ContrastLAVender-contrAST或任何其他大小写排列也可能是有效参数,但会很傻。