Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 830 Bytes

README.zh-cn.md

File metadata and controls

25 lines (16 loc) · 830 Bytes

CandyPaper.vim

一套浅色背景的VIM配色方案,主要有以下特征:

  • 使用橄榄绿色的背景(#F2FFE6)来减少眼部疲劳
  • 除了某些特殊情况之外,基本不使用粗体字与斜体字,更适合中英文混排的编码场景

用于其他软件的配色方案请参见:https://github.com/dfxyz/CandyPaper

安装方式

把 'CandyPaper.vim' 目录拷贝到VIM配置中的 'colors' 文件夹之下;或者使用任意的包管理器来安装。

然后在 ~/.vimrc 中添加以下内容:

set termguicolors
colorscheme CandyPaper

预览

Example1

Example1