Browse Source

Enable solarized colorscheme

merge-requests/1/merge
lhark 10 years ago
parent
commit
27ed1bc9dc
  1. 10
      vimrc

10
vimrc

@ -216,20 +216,20 @@ if has("gui_running")
endif endif
if has("win32") || has("win64") if has("win32") || has("win64")
try try
colorscheme desert colorscheme solarized
set guifont=PT_Mono:h11 set guifont=PT_Mono:h11
catch catch
endtry endtry
elseif has("unix") elseif has("unix")
try try
colorscheme mirodark colorscheme solarized
set guifont=PT\ Mono\ 11 set guifont=PT\ Mono\ 11
catch catch
endtry endtry
elseif has("mac") elseif has("mac")
try try
set antialias set antialias
colorscheme molokai colorscheme solarized
set guifont=Monaco:h11 set guifont=Monaco:h11
catch catch
endtry endtry
@ -237,8 +237,8 @@ if has("gui_running")
else else
if has("unix") || has("mac") if has("unix") || has("mac")
try try
set t_Co=256 set t_Co=16
colorscheme desert colorscheme solarized
catch catch
endtry endtry
endif endif

Loading…
Cancel
Save