Dark backgrounds everywhere
This commit is contained in:
parent
15cf65d0bb
commit
2b4b48732b
1 changed files with 1 additions and 5 deletions
4
vimrc
4
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
|
||||
|
||||
" use solarized colorscheme if the terminal can support it (or we're in a GUI)
|
||||
let g:solarized_termtrans = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue