Skip to content

Commit

Permalink
Get Solarized working again
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Larizza committed Dec 8, 2012
1 parent 0fae541 commit df5d07b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ set et

set background=dark
let g:solarized_termcolors=16
let g:solarized_diffmode="high"
" let g:solarized_diffmode="high"
" let g:solarized_contrast = "high"
" let g:solarized_visibility = "high"
let g:solarized_termtrans = 1
colorscheme solarized

set ruler
set number
set modeline
Expand Down

0 comments on commit df5d07b

Please sign in to comment.