NOVA
Another VIM color theme, but only support true color for neovim / vim.
Checkout Here: nova.vim
Limited
Terminal
WARNING: This color scheme only support true color.
Check if your terminal supports true color here: terminal
Tmux
- Tmux version must >= v2.2
- set your $TERM to "xterm-256color"
- add this line to your .tmux.conf:
set-option -ga terminal-overrides ",xterm-256color:Tc"
Installation
Manual install
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/
Plugin manager:
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
Support Languages and plugins
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.
Language
- C/C++
Plugin
- NONE
ScreenShot
C/C++
