/vim-violet

A simple and cozy vim color scheme

Primary LanguageVim ScriptMIT LicenseMIT

vim-violet

A simple and cozy vim color scheme. Supports both true color and 256 color terminals.

screen

Installation

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

Plug 'stillwwater/vim-violet'

Usage

syntax on

" enable true color (optional)
if has('termguicolors')
  set termguicolors
endif

" uncomment for 'solarized' background variant
" let g:violet_solarized = 1

" uncomment for accent color (default is 'purple')
" let g:violet_accent = 'pink'
" let g:violet_accent = 'blue'

colorscheme violet

Contributing

Feel free to open a PR to improve highlighting for your language/plug-in.

Inspirations