All Projects → zanglg → Nova.vim

zanglg / Nova.vim

Licence: mit
Another color scheme for vim/neovim, only supports 24bit true color

Projects that are alternatives of or similar to Nova.vim

Darcula
A Vim color scheme reproduction of the official JetBrains IDE Darcula theme
Stars: ✭ 158 (+88.1%)
Mutual labels:  neovim, color-scheme
dotfiles
My dotfiles with dwm, qtile and awesome.
Stars: ✭ 178 (+111.9%)
Mutual labels:  neovim, color-scheme
Vim Noctu
A Vim color scheme for 16-color terminals
Stars: ✭ 174 (+107.14%)
Mutual labels:  neovim, color-scheme
Vim Pink Moon
A vim/neovim colorscheme
Stars: ✭ 89 (+5.95%)
Mutual labels:  neovim, color-scheme
Vim Quantum
A Material color scheme for Vim.
Stars: ✭ 304 (+261.9%)
Mutual labels:  neovim, color-scheme
Awesome Vim Colorschemes
Collection of awesome color schemes for Neo/vim, merged for quick use.
Stars: ✭ 1,951 (+2222.62%)
Mutual labels:  neovim, color-scheme
Vim Deep Space
An intergalactically friendly color scheme for Vim.
Stars: ✭ 214 (+154.76%)
Mutual labels:  neovim, color-scheme
Toast.vim
🍞 Toast! A colorful, medium-contrast color scheme with full Vim and Neovim support and automatic light and dark variants. Easy to read without frying your retinae.
Stars: ✭ 108 (+28.57%)
Mutual labels:  neovim, color-scheme
Spaceduck
🚀 🦆 An intergalactic space theme for Vim, Terminal, and more!
Stars: ✭ 177 (+110.71%)
Mutual labels:  neovim, color-scheme
Vim Monokai Tasty
VIM Colour scheme
Stars: ✭ 279 (+232.14%)
Mutual labels:  neovim, color-scheme
Lush.nvim
Define Neovim themes as a DSL in lua, with real-time feedback.
Stars: ✭ 204 (+142.86%)
Mutual labels:  neovim, color-scheme
Vim Deus
🌙 A better color scheme for the late night coder
Stars: ✭ 466 (+454.76%)
Mutual labels:  neovim, color-scheme
Vim Hemisu
A Vim color scheme with dark and light variants
Stars: ✭ 271 (+222.62%)
Mutual labels:  neovim, color-scheme
Neosolarized
NeoSolarized: A fixed solarized colorscheme for better truecolor support.
Stars: ✭ 333 (+296.43%)
Mutual labels:  neovim, color-scheme
Blue Moon
A dark color scheme for Neovim derived from palenight and carbonight
Stars: ✭ 31 (-63.1%)
Mutual labels:  neovim, color-scheme
Coc Translator
🌸 Translation extension for coc.nvim
Stars: ✭ 77 (-8.33%)
Mutual labels:  neovim
Rocannon
Vim for Ansible playbooks: omni-completion, abbreviations, syntax, folding, K-docs, and colorscheme
Stars: ✭ 80 (-4.76%)
Mutual labels:  color-scheme
Ncm2
❤️ Slim, Fast and Hackable Completion Framework for Neovim
Stars: ✭ 1,198 (+1326.19%)
Mutual labels:  neovim
Intero.nvim
Haskell+Neovim lightning fast autocompletion and other IDE functionality
Stars: ✭ 76 (-9.52%)
Mutual labels:  neovim
Page
Use neovim as pager
Stars: ✭ 83 (-1.19%)
Mutual labels:  neovim

NOVA

Another VIM color theme, but only supports true color for neovim / vim.

Palette

palette

Limited

Terminal

WARNING: This color scheme only supports 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:

vim-plug

Plug 'zanglg/nova.vim'

Vundle

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

I have only tested for C/C++. But I add all the standard highlight groups. I think it will work well for other languages. If you want to add more highlight group, please feel kind to submit a pull request.

Language

  • C/C++

Plugin

  • NONE

ScreenShot

C/C++

light_cpp dark_cpp

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].