Skip to content

Commit

Permalink
use light background (most of the time)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Sep 14, 2012
1 parent d8ab897 commit 2b2c8d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimrc
Expand Up @@ -13,7 +13,7 @@ set shiftwidth=2
set tabstop=2 set tabstop=2
set autoindent set autoindent
set number set number
set bg=dark set bg=light
" Set certain options if a gui is running " Set certain options if a gui is running
" &term =~ "xterm-256" " &term =~ "xterm-256"
if has("gui_running") if has("gui_running")
Expand Down

0 comments on commit 2b2c8d7

Please sign in to comment.