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

Skip to content

stillwwater/vim-violet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple and cozy vim color scheme

Topics

Resources

License

Stars

Watchers

Forks