From 2b4b48732bedc65ee058036e8325b201db13d783 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Mon, 7 Jan 2013 10:12:43 -0800 Subject: [PATCH] Dark backgrounds everywhere --- vimrc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/vimrc b/vimrc index 4bcb751..dca5e42 100644 --- a/vimrc +++ b/vimrc @@ -113,11 +113,7 @@ if &t_Co > 2 || has('gui_running') syntax on " turn on syntax highlighting endif -if has('gui_running') - set bg=light -else - set bg=dark -endif +set bg=dark " use solarized colorscheme if the terminal can support it (or we're in a GUI) let g:solarized_termtrans = 1