From 484eebb89450232201e58844940efc2ec17ebd12 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 1 Jun 2017 16:39:51 +0200 Subject: Set custom indent guide colors --- vim/.vim/colors/akr.vim | 3 +++ vim/.vimrc | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/vim/.vim/colors/akr.vim b/vim/.vim/colors/akr.vim index cb1e0c4..127f022 100644 --- a/vim/.vim/colors/akr.vim +++ b/vim/.vim/colors/akr.vim @@ -97,4 +97,7 @@ hi Conceal gui=NONE guifg=NONE guibg=#000000 hi prologClauseHead gui=NONE guifg=#aadb0f guibg=NONE +hi IndentGuidesEven gui=NONE guifg=#424242 guibg=#2D2D2D +hi IndentGuidesOdd gui=NONE guifg=#424242 guibg=#2D2D2D + match SpecialKey '^\s\+' diff --git a/vim/.vimrc b/vim/.vimrc index 2341546..818ffd2 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -135,7 +135,6 @@ nnoremap :TagbarToggle nnoremap :Goyo " indent guides -let g:indent_guides_auto_colors = 1 let g:indent_guides_space_guides = 0 " ctrlp file opener -- cgit v1.2.3