mirror of
1
0
Fork 0

Set peaksea as the default theme everywhere

This commit is contained in:
amix 2016-05-14 13:22:32 +01:00
parent e6d8d5bd9e
commit b17bde0bae
1 changed files with 2 additions and 7 deletions

View File

@ -34,13 +34,8 @@ set guioptions-=l
set guioptions-=L
" Colorscheme
if has("gui_running")
set background=dark
colorscheme peaksea
else
colorscheme desert
let g:colors_name="desert"
endif
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""