diff options
Diffstat (limited to 'vim')
-rw-r--r-- | vim/.vim/colors/akr.vim | 3 | ||||
-rw-r--r-- | vim/.vimrc | 1 |
2 files changed, 3 insertions, 1 deletions
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\+' @@ -135,7 +135,6 @@ nnoremap <F8> :TagbarToggle<CR> nnoremap <F12> :Goyo<CR> " indent guides -let g:indent_guides_auto_colors = 1 let g:indent_guides_space_guides = 0 " ctrlp file opener |