diff options
| author | Adrian Kummerlaender | 2015-10-16 23:44:48 +0200 | 
|---|---|---|
| committer | Adrian Kummerlaender | 2015-10-16 23:44:48 +0200 | 
| commit | 0c80a35f2849e8ad54fedf3f33bb0def606c251b (patch) | |
| tree | 232f353b9f0c7c012176c5353ff9330b16eaced0 /vim/.vim/colors | |
| parent | a4a73cdbab8370a445ba3079a229d08cc4d86694 (diff) | |
| download | dotfiles-0c80a35f2849e8ad54fedf3f33bb0def606c251b.tar dotfiles-0c80a35f2849e8ad54fedf3f33bb0def606c251b.tar.gz dotfiles-0c80a35f2849e8ad54fedf3f33bb0def606c251b.tar.bz2 dotfiles-0c80a35f2849e8ad54fedf3f33bb0def606c251b.tar.lz dotfiles-0c80a35f2849e8ad54fedf3f33bb0def606c251b.tar.xz dotfiles-0c80a35f2849e8ad54fedf3f33bb0def606c251b.tar.zst dotfiles-0c80a35f2849e8ad54fedf3f33bb0def606c251b.zip | |
Display tabulators as solid blocks in custom color scheme
Diffstat (limited to 'vim/.vim/colors')
| -rw-r--r-- | vim/.vim/colors/akr.vim | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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 | 
