/candid.vim

A light & dark vim/neovim color scheme inspired in the awesome VSCode Plastic.

Primary LanguageVim ScriptMIT LicenseMIT

candid.vim

candid.vim

A light & dark vim/neovim color scheme inspired in the awesome VSCode Plastic theme.

Install

Copy colors/candid.vim in your ~/.vim/colors or ~/.config/nvim/colors directory.

If you want to switch between light and dark theme depending on the time of day

if strftime('%H') >= 10 && strftime('%H') < 22
  set background=light
else
  set background=dark
endif

syntax on
colorscheme candid

NOTE

The theme has decent syntax highlight. Only tested with Javascript and golang. Light theme is okeyish, but the color contrast needs a lot of work.

Added Lightline support.

If you want to customize it only need to install lifepillar/vim-colortemplate and edit the template files.

TODO

  • Add A lot of more lang syntax support.
  • lightline theme support.
  • Better nerdtree support.
  • Improve color accessibility.
  • Improve html syntax.
  • [ ... ]