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 +++ 1 file changed, 3 insertions(+) (limited to 'vim/.vim/colors/akr.vim') 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\+' -- cgit v1.2.3