Update to dark colorscheme
This commit is contained in:
parent
5f2e54680e
commit
67a0e07fbd
1 changed files with 3 additions and 3 deletions
|
|
@ -20,8 +20,8 @@ if exists('+termguicolors')
|
|||
let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"
|
||||
set termguicolors
|
||||
|
||||
set background=light
|
||||
colorscheme PaperColor
|
||||
set background=dark
|
||||
colorscheme space_vim_theme
|
||||
endif
|
||||
|
||||
" syntax on
|
||||
|
|
@ -112,7 +112,7 @@ set undofile
|
|||
|
||||
" ------------ Keybindings ----------------
|
||||
" paste mode toggle
|
||||
set pastetoggle=<F2>
|
||||
set pastetoggle=<F4>
|
||||
|
||||
" reload file
|
||||
map <F5> :e <CR>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue