change colorscheme

This commit is contained in:
2022-05-04 11:46:14 +02:00
parent ac00a7d4c0
commit 83b55710a4
2 changed files with 3 additions and 4 deletions

View File

@@ -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 <C-ScrollWheelUp> :call AdjustFontSize(1)<CR>
@@ -17,6 +17,6 @@ noremap <kMinus> :call AdjustFontSize(-1)<CR>
inoremap <C-kPlus> <Esc>:call AdjustFontSize(1)<CR>a
inoremap <C-kMinus> <Esc>:call AdjustFontSize(-1)<CR>a
GuiFont! Source\ Code\ Pro:h10
GuiFont! Hack:h10
set mouse=a

View File

@@ -1,5 +1,4 @@
set background=dark
set termguicolors
set t_Co=256
let ayucolor='dark'
colorscheme ayu
colorscheme darkblue