GoingJack / candid.vim

A dark colorscheme with vibrant colors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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' }

About

A dark colorscheme with vibrant colors

License:MIT License


Languages

Language:Vim Script 100.0%