diff options
Diffstat (limited to 'vim/.vim/colors')
-rw-r--r-- | vim/.vim/colors/akr.vim | 3 |
1 files changed, 3 insertions, 0 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\+' |