vim: update
authorStefan Huber <shuber@sthu.org>
Fri, 12 Jun 2015 12:55:00 +0000 (14:55 +0200)
committerStefan Huber <shuber@sthu.org>
Fri, 12 Jun 2015 12:55:00 +0000 (14:55 +0200)
dotfiles/vim/.vim/colors/shuber-wombat.vim

index 3a18c867e5a8557bf0e21fd00a40fa385e7d762d..0ce9d8861835207bb4ac8b371da46d6398950aaa 100644 (file)
@@ -12,6 +12,7 @@ let colors_name = "shuber-wombat"
 " Vim >= 7.0 specific colors
 if version >= 700
   hi CursorLine                   guibg=#202020
+  hi CursorLineNr                 guibg=#202020
   hi CursorColumn                 guibg=#2d2d2d
   hi ColorColumn                  guibg=#151515
   hi MatchParen     guifg=#f6f3e8 guibg=#857b6f gui=bold