From 0c80a35f2849e8ad54fedf3f33bb0def606c251b Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 16 Oct 2015 23:44:48 +0200 Subject: Display tabulators as solid blocks in custom color scheme --- vim/.vim/colors/akr.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim/.vim/colors/akr.vim') diff --git a/vim/.vim/colors/akr.vim b/vim/.vim/colors/akr.vim index 7b80444..ec6911c 100644 --- a/vim/.vim/colors/akr.vim +++ b/vim/.vim/colors/akr.vim @@ -48,7 +48,7 @@ hi Conditional gui=bold guifg=#aadb0f guibg=NONE hi MatchParen gui=bold guifg=NONE guibg=NONE hi Special gui=NONE guifg=#808080 guibg=NONE -hi SpecialKey gui=bold guifg=#212121 guibg=NONE +hi SpecialKey gui=bold guifg=NONE guibg=#212121 hi ColorColumn gui=NONE guifg=NONE guibg=#000000 hi Conceal gui=NONE guifg=#808080 guibg=NONE -- cgit v1.2.3