Dark windows everywhere (again?)
This commit is contained in:
parent
ccfc01ef6f
commit
f64bce25cf
2 changed files with 1 additions and 6 deletions
1
gvimrc
1
gvimrc
|
|
@ -1,6 +1,5 @@
|
||||||
" List mode on here because the GUI has more color possibilities.
|
" List mode on here because the GUI has more color possibilities.
|
||||||
set list
|
set list
|
||||||
set bg=light
|
|
||||||
|
|
||||||
if has('win32') || has('win64') || has('win32unix')
|
if has('win32') || has('win64') || has('win32unix')
|
||||||
set guifont=Inconsolata:h18
|
set guifont=Inconsolata:h18
|
||||||
|
|
|
||||||
6
vimrc
6
vimrc
|
|
@ -113,11 +113,7 @@ if &t_Co > 2 || has('gui_running')
|
||||||
syntax on " turn on syntax highlighting
|
syntax on " turn on syntax highlighting
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if has('gui_running')
|
set bg=dark
|
||||||
set bg=light
|
|
||||||
else
|
|
||||||
set bg=dark
|
|
||||||
endif
|
|
||||||
|
|
||||||
" use solarized colorscheme if the terminal can support it (or we're in a GUI)
|
" use solarized colorscheme if the terminal can support it (or we're in a GUI)
|
||||||
let g:solarized_termtrans = 1
|
let g:solarized_termtrans = 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue