Move color scheme, breaks in Linux term with similar coloring.
This commit is contained in:
parent
02231adc28
commit
a5b3fb4a12
2 changed files with 2 additions and 2 deletions
2
gvimrc
2
gvimrc
|
@ -12,3 +12,5 @@ set background=dark
|
||||||
set anti
|
set anti
|
||||||
set guioptions-=r
|
set guioptions-=r
|
||||||
set guioptions-=b
|
set guioptions-=b
|
||||||
|
|
||||||
|
colorscheme solarized
|
||||||
|
|
2
vimrc
2
vimrc
|
@ -117,5 +117,3 @@ if has('gui_macvim')
|
||||||
|
|
||||||
command! -bar -nargs=1 OpenWith call s:OpenWith(<f-args>)
|
command! -bar -nargs=1 OpenWith call s:OpenWith(<f-args>)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
colorscheme solarized
|
|
||||||
|
|
Loading…
Reference in a new issue