/candid.vim

A dark colorscheme with vibrant colors

Primary LanguageVim scriptMIT LicenseMIT

candid.vim

candid.vim

A dark colorscheme with vibrant colors.

Install

  1. Using your plugin manager of choice and placing flrnprz/candid.vim in your .vimrc file. or
  2. clone this directory into your vim/plugged directory
set background=dark
syntax on
colorscheme candid

"" if you use lightline
" Lightline
let g:lightline = { 'colorscheme': 'candid' }