Use solarized everywhere.
This commit is contained in:
parent
18ed250e5b
commit
9193871f4d
2 changed files with 1 additions and 2 deletions
1
gvimrc
1
gvimrc
|
@ -7,7 +7,6 @@ source ~/.gvimrc_local
|
|||
set lines=9999
|
||||
" from the help, recommended for widest possible
|
||||
set columns=9999
|
||||
colorscheme solarized
|
||||
set background=dark
|
||||
" enable antialiasing for environments supporting it
|
||||
set anti
|
||||
|
|
2
vimrc
2
vimrc
|
@ -95,4 +95,4 @@ nmap <F9> :TagbarToggle<CR>
|
|||
" quickly toggle a left, vsplit for an insanely powerful file explorer
|
||||
nmap <F8> :NERDTreeToggle<CR>
|
||||
|
||||
color desert
|
||||
colorscheme solarized
|
||||
|
|
Loading…
Reference in a new issue