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.
1
7jmS8834H50s975y 2017-01-02 20:27:46 +08:00
@SuperZED 看上去不错呀,有兴趣来我们 SpaceVim 群聊聊啊, 121056965 。 SpaceVim 目前自带 6 7 个配色,默认是 grovbox
|
2
j5shi 2017-01-02 21:35:50 +08:00 via iPhone
gruvbox 最棒!
|
3
SuperZED OP Gruvbox 是很不错的。不过偏于暖色。为了让自己写代码的时候思路清晰一点,所以自己折腾了一个冷色调的~。这个主题,其实预计了 16 个颜色,不过并没有完全用完。慢慢加吧。
|
4
wweir 2017-01-03 07:24:56 +08:00 via Android
推主题配色不放截图,都是耍流氓
|
5
SuperZED OP 有截图的,不过链接是 Github 的,可能网速问题,没有刷出来。原图较大。
|
6
ashfinal 2017-01-03 11:09:40 +08:00
|
7
Gem 2017-01-03 17:43:45 +08:00
gruvbox 在和 iterm2 + tmux 配合的时候, vim 中的颜色显示调不出正确的色彩。
|