/vim-nebula

A simple and cozy vim color scheme

Primary LanguageVim ScriptMIT LicenseMIT

Nebula

A simple and cozy vim color scheme. Supports both true color and 256 color terminals, in light or dark variants.

Screenshots

light dark

Installation

Place nebula.vim into your ~/.vim/colors directory, or simply use a plugin manager like Plug:

Plug 'stillwwater/vim-nebula'

Usage

Light:

set background=light
colorscheme nebula

Dark:

set background=dark
colorscheme nebula

Enable true color for more accurate colors:

if has('termguicolors')
  set termguicolors
endif

Based on the paramount color scheme.