Skip to content

Commit

Permalink
My new office has a ton of glare... gotta default to the light backgr…
Browse files Browse the repository at this point in the history
…ound.
  • Loading branch information
Derek Wyatt committed Mar 21, 2012
1 parent 07c9399 commit 6ec2440
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,11 @@ iab seureth suereth
"-----------------------------------------------------------------------------
if has("gui_running")
exe "set guifont=" . g:main_font
set background=dark
if hostname() == "dqw-linux"
set background=light
else
set background=dark
endif
colorscheme solarized
if !exists("g:vimrcloaded")
winpos 0 0
Expand Down

0 comments on commit 6ec2440

Please sign in to comment.