aboutsummaryrefslogtreecommitdiff
path: root/vim/.vim/colors/akr.vim
diff options
context:
space:
mode:
authorAdrian Kummerlaender2015-02-25 19:09:36 +0100
committerAdrian Kummerlaender2015-02-25 19:09:36 +0100
commit060c186e31ed12d500adf1055e397c6916ba5405 (patch)
tree092a2e8aeca7c52301b2066cca82259ffe14df49 /vim/.vim/colors/akr.vim
parent4e8b27df9a01cf3dcfc275af93b2c98d65d0dc32 (diff)
downloaddotfiles-060c186e31ed12d500adf1055e397c6916ba5405.tar
dotfiles-060c186e31ed12d500adf1055e397c6916ba5405.tar.gz
dotfiles-060c186e31ed12d500adf1055e397c6916ba5405.tar.bz2
dotfiles-060c186e31ed12d500adf1055e397c6916ba5405.tar.lz
dotfiles-060c186e31ed12d500adf1055e397c6916ba5405.tar.xz
dotfiles-060c186e31ed12d500adf1055e397c6916ba5405.tar.zst
dotfiles-060c186e31ed12d500adf1055e397c6916ba5405.zip
Enabled current line number highlighting in Vim
* added special `match` condition to prevent obtrusive tabulator highlighting
Diffstat (limited to 'vim/.vim/colors/akr.vim')
-rw-r--r--vim/.vim/colors/akr.vim6
1 files changed, 4 insertions, 2 deletions
diff --git a/vim/.vim/colors/akr.vim b/vim/.vim/colors/akr.vim
index 94bc642..c10903a 100644
--- a/vim/.vim/colors/akr.vim
+++ b/vim/.vim/colors/akr.vim
@@ -8,8 +8,8 @@ hi NonText gui=NONE guifg=#161616 guibg=#161616
hi LineNr gui=NONE guifg=#605c5a guibg=NONE
hi Cursor gui=reverse guifg=NONE guibg=NONE
hi CursorColumn gui=NONE guifg=NONE guibg=#000000
-hi CursorLine gui=NONE guifg=NONE guibg=#212121
-hi CursorLineNr gui=NONE guifg=NONE guibg=#212121
+hi CursorLine gui=NONE guifg=NONE guibg=#161616
+hi CursorLineNr gui=NONE guifg=#aadb0f guibg=#212121
hi ColorColumn gui=NONE guifg=NONE guibg=#aadb0f
hi SignColumn gui=NONE guifg=NONE guibg=#aadb0f
@@ -79,3 +79,5 @@ hi xmlNamespace gui=bold guifg=#F2F2F2 guibg=NONE
hi xmlAttrib gui=NONE guifg=#F2F2F2 guibg=NONE
hi vimwikiLink gui=underline guifg=#aadb0f guibg=NONE
+
+match SpecialKey '^\s\+'