diff --git a/ginit.vim b/ginit.vim index 52def3c..3368234 100644 --- a/ginit.vim +++ b/ginit.vim @@ -1,7 +1,7 @@ let s:fontsize = 10 function! AdjustFontSize(amount) let s:fontsize = s:fontsize+a:amount - :execute "GuiFont! Source\ Code\ Pro:h" . s:fontsize + :execute "GuiFont! Hack:h" . s:fontsize endfunction noremap :call AdjustFontSize(1) @@ -17,6 +17,6 @@ noremap :call AdjustFontSize(-1) inoremap :call AdjustFontSize(1)a inoremap :call AdjustFontSize(-1)a -GuiFont! Source\ Code\ Pro:h10 +GuiFont! Hack:h10 set mouse=a diff --git a/gui.vim b/gui.vim index 04c8573..f688c70 100644 --- a/gui.vim +++ b/gui.vim @@ -1,5 +1,4 @@ set background=dark set termguicolors set t_Co=256 -let ayucolor='dark' -colorscheme ayu +colorscheme darkblue