change colorscheme

This commit is contained in:
Yannick Reiß 2024-09-12 13:11:51 +02:00
parent d746cff735
commit 6fe8260c66
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ nnoremap <F8> :TagbarToggle<CR>
nnoremap <C-y> :BufstopFast<CR>
" Set colorscheme
colorscheme default
colorscheme desert
" Set floating terminal
nnoremap <C-t> :FloatermNew --height=0.8 --width=0.8 --wintype=float --name=terminal <CR>