Skip to content

Commit

Permalink
set background in gui vim to dark, too.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Braun committed Sep 17, 2013
1 parent 1476968 commit 5c8e8d8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions vimrc
Expand Up @@ -277,11 +277,7 @@ function! SetupCandCPPenviron()
endfunction

" Colorized
if has('gui_running')
set background=light
else
set background=dark
endif
set background=dark
colorscheme solarized
let g:solarized_visibility="high"

Expand Down

0 comments on commit 5c8e8d8

Please sign in to comment.