diff --git a/gvimrc b/gvimrc index c8faac7..45d227a 100644 --- a/gvimrc +++ b/gvimrc @@ -12,3 +12,5 @@ set background=dark set anti set guioptions-=r set guioptions-=b + +colorscheme solarized diff --git a/vimrc b/vimrc index b853974..738d31c 100644 --- a/vimrc +++ b/vimrc @@ -117,5 +117,3 @@ if has('gui_macvim') command! -bar -nargs=1 OpenWith call s:OpenWith() endif - -colorscheme solarized