/candid.vim

A dark colorscheme with vibrant colors

Primary LanguageVim scriptMIT LicenseMIT

candid.vim

candid.vim a dark color scheme for vim/neovim with vibrant colors

A dark colorscheme with vibrant colors.

Install

  1. Using your plugin manager of choice and placing flrnd/candid.vim in your .vimrc file. or
  2. clone this directory into your vim/plugged directory
" important:
set termguicolors

set background=dark
syntax on
colorscheme candid

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

Color customization

For color customization, declare the dictionary g:candid_color_store in your .vimrc / init.vim file before colorscheme candid:

" Overrides 'black' and 'white' colors.
let g:candid_color_store = {
    \ "black": {"gui": "#121212", "cterm256": "0"},
    \ "white": {"gui": "#f4f4f4", "cterm256": "255"},
    \}

colorscheme candid

...

Color Palette

Color Name Syntax
#fb7da7 #fb7da7 red (Tickle me pink) Statement
#a18bd3 #a18bd3 purple (Blue bell) Identifier, function
#ffce5b #ffcd5b yellow (Mustard) String
#50c6d8 #50c6d8 cyan (Sea serpent) Constant, Type
#2cda9d #2cda9d green (Eucalyptus) Special
#4c8273 #4c8273 comment (Viridian) Comment
#1c1c1c #1c1c1c menublack (Pale black) Menu
#818e8e #818e8e grey (Mummys tomb) Punctuation, noise
#efeeea #efeeea white (Isabelline) Foreground
#2f343f #2f343f black (Raisin black) Background