Skip to content

Instantly share code, notes, and snippets.

@ykrsm
ykrsm / Tweak_Vim_Scheme.md
Created August 13, 2017 06:32
How to tweak your favorite Vim color Scheme.

tl;dr

  1. You can check color by :hi
  2. Change colors in your .vimrc
" Reset the background color in Normal mode so vim uses Terminal.app's background color"
highlight Normal ctermbg=none
" Reset the background color in Non Text area so vim uses Terminal.app's background color"
highlight NonText ctermbg=none