/candid-custom.vim

My custom color set of candid.vim theme (forked from https://github.com/flrnd/candid.vim)

Primary LanguageVim script

This repo is forked from flrnd/candid.vim I change the cursor column color.

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 #FFCE5B 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