Another VIM color theme, but only support true color for neovim / vim.
Checkout Here: nova.vim
WARNING: This color scheme only support true color.
Check if your terminal supports true color here: terminal
set-option -ga terminal-overrides ",xterm-256color:Tc"
git clone https://github.com/zanglg/nova.vim
for NeoVIM:
mv nova.vim/colors/nova.vim ~/.config/nvim/colors/
for VIM:
mv nova.vim/colors/nova.vim ~/.vim/colors/
Plug 'zanglg/nova.vim'
Plugin 'zanglg/nova.vim'
Then, update your plugin and put this in your init.vim or .vimrc
set termguicolors
colorscheme nova
light version:
set background=light
dark version:
set background=dark
For now, I only test for C/C++.
But I add all standard highlight group. I think it can works well for other language.
If you want add more other language's highlight group, please feel kind to pull a request.
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.