Thanks to visit codestin.com
Credit goes to github.com

Skip to content

stillwwater/vim-nebula

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple and cozy vim color scheme

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published