Skip to content

dfxyz/CandyPaper.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 

Repository files navigation

CandyPaper.vim

Light color scheme for Vim.

See CandyPaper, color schemes for other applications.

Installation

Just put 'CandyPaper.vim' into the 'colors' directory. Or use any bundle manager.

Then, add this into your ~/.vimrc:

    set termguicolors
    let &t_8f="\<Esc>[38;2;%lu;%lu;%lum"
    let &t_8b="\<Esc>[48;2;%lu;%lu;%lum"
    colorscheme CandyPaper

Preview

Example1

Example2

About

Light & Dark Color Schemes for Vim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published