Skip to content

Commit

Permalink
Adjust solarized colorscheme for preferred terminal background
Browse files Browse the repository at this point in the history
  • Loading branch information
avit committed May 2, 2012
1 parent 147a7fc commit 79c60a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vim/vimrc
Original file line number Diff line number Diff line change
@@ -90,6 +90,9 @@ if (has("gui_running"))
set transparency=6
endif

highlight Normal guibg=#2c2c2c
highlight CursorLine guibg=#393939

highlight Search gui=underline guifg=NONE guibg=Black guisp=Red
highlight Search cterm=underline ctermfg=NONE ctermbg=Black
highlight IncSearch gui=reverse

0 comments on commit 79c60a8

Please sign in to comment.