mirror of
https://github.com/amix/vimrc
synced 2024-11-15 08:27:13 +00:00
Set peaksea as the default theme everywhere
This commit is contained in:
parent
e6d8d5bd9e
commit
b17bde0bae
1 changed files with 2 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
|
|
Loading…
Reference in a new issue