From 83b55710a4f1b09569c45a53bc85a541a7d6bc87 Mon Sep 17 00:00:00 2001 From: Jali Date: Wed, 4 May 2022 11:46:14 +0200 Subject: [PATCH] change colorscheme --- ginit.vim | 4 ++-- gui.vim | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) 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