aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/.vim/colors/akr.vim3
-rw-r--r--vim/.vimrc1
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\+'
diff --git a/vim/.vimrc b/vim/.vimrc
index 2341546..818ffd2 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -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