diff options
| author | Adrian Kummerlaender | 2016-09-17 10:59:16 +0200 | 
|---|---|---|
| committer | Adrian Kummerlaender | 2016-09-17 10:59:16 +0200 | 
| commit | 95a087709d87da4911efc900054da9be4dded916 (patch) | |
| tree | b1986110c8a1f2f0f7b8f786475a13f7adee82fe /vim/.vim/colors | |
| parent | 2693a1ff3aec8804f8e4ef392d6192b91b28c489 (diff) | |
| download | dotfiles-95a087709d87da4911efc900054da9be4dded916.tar dotfiles-95a087709d87da4911efc900054da9be4dded916.tar.gz dotfiles-95a087709d87da4911efc900054da9be4dded916.tar.bz2 dotfiles-95a087709d87da4911efc900054da9be4dded916.tar.lz dotfiles-95a087709d87da4911efc900054da9be4dded916.tar.xz dotfiles-95a087709d87da4911efc900054da9be4dded916.tar.zst dotfiles-95a087709d87da4911efc900054da9be4dded916.zip | |
Fix tab highlighting in _akr_ color scheme
Diffstat (limited to 'vim/.vim/colors')
| -rw-r--r-- | vim/.vim/colors/akr.vim | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/vim/.vim/colors/akr.vim b/vim/.vim/colors/akr.vim index 33ab622..ccba83e 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=NONE     guibg=#212121 +hi      SpecialKeyTab  gui=NONE       guifg=NONE     guibg=#212121  hi      ColorColumn    gui=NONE       guifg=NONE     guibg=#000000  hi      Conceal        gui=NONE       guifg=#808080  guibg=NONE @@ -82,7 +82,10 @@ hi      vimwikiLink    gui=underline  guifg=#aadb0f  guibg=NONE  hi      texSection      gui=bold       guifg=#aadb0f  guibg=NONE  hi      texMathZoneX    gui=NONE       guifg=NONE     guibg=#000000 +hi      texMathText     gui=NONE       guifg=NONE     guibg=#000000  hi      texMathSymbol   gui=bold       guifg=NONE     guibg=#000000 +hi      texMathOper     gui=bold       guifg=#aadb0f  guibg=#000000 +hi      texMathMatcher  gui=NONE       guifg=NONE     guibg=#000000  hi      texTypeStyle    gui=bold       guifg=NONE     guibg=#000000  hi      texStatement    gui=bold       guifg=NONE     guibg=NONE  hi      texGreek        gui=NONE       guifg=NONE     guibg=#000000 | 
