Skip to content

Instantly share code, notes, and snippets.

@modille
Created November 15, 2018 16:05
Show Gist options
  • Save modille/61378bd6e194ea2f66b64abe6b1ebfdf to your computer and use it in GitHub Desktop.
Save modille/61378bd6e194ea2f66b64abe6b1ebfdf to your computer and use it in GitHub Desktop.
Fix vim-indent-guides for base16-solarized-light
" Indent Guides highlighting
" https://github.com/nathanaelkane/vim-indent-guides/issues/38
" https://github.com/nathanaelkane/vim-indent-guides/issues/109
" Taken from 1) :set background=light 2) :hi IndentGuidesEven
hi IndentGuidesEven guifg=#E3DDCC guibg=#CCC6B7
" Taken from 1) :set background=light 2) :hi IndentGuidesOdd
hi IndentGuidesOdd guifg=#CCC6B7 guibg=#E3DDCC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment