Skip to content

Commit

Permalink
Deemphasizes line numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Kern committed Nov 19, 2011
1 parent 851a971 commit 23461d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colors/Tomorrow-Night.vim
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256

" Vim Highlighting
call <SID>X("Normal", s:foreground, s:background, "")
call <SID>X("LineNr", s:foreground, "", "")
call <SID>X("LineNr", s:selection, "", "")
call <SID>X("NonText", s:selection, "", "")
call <SID>X("SpecialKey", s:selection, "", "")
call <SID>X("Search", s:background, s:yellow, "")
Expand Down

0 comments on commit 23461d7

Please sign in to comment.