Make vim nicer to stream

This commit is contained in:
eeva 2018-05-13 20:11:17 +03:00
parent 062389b4a6
commit 3a2522b59a
1 changed files with 3 additions and 2 deletions

View File

@ -123,8 +123,9 @@ let
syntax enable
if has('gui_running')
" When gui is running, it pretty much sets its own colors
set background=light
set guifont=Inconsolata\ 16
set background=dark
set guifont="Iosevka Term 10"
set titlestring="Vim"
else
" If we're in a terminal, then we stay default, terminal will choose
" which colors it likes.