Back to the light
This commit is contained in:
parent
fb837f026b
commit
29dd9e26ca
2 changed files with 4 additions and 5 deletions
|
@ -1,5 +1,3 @@
|
|||
set termguicolors
|
||||
set background=dark
|
||||
let g:gruvbox_italic=1
|
||||
let g:gruvbox_italicize_strings=1
|
||||
colorscheme gruvbox
|
||||
set background=light
|
||||
colorscheme rakr
|
||||
|
|
|
@ -28,7 +28,8 @@ let g:vim_markdown_strikethrough = 1
|
|||
Plug 'editorconfig/editorconfig-vim'
|
||||
|
||||
" Make things real pretty
|
||||
Plug 'flazz/vim-colorschemes'
|
||||
" Plug 'flazz/vim-colorschemes'
|
||||
Plug 'rafi/awesome-vim-colorschemes'
|
||||
|
||||
" Completions <3
|
||||
Plug 'hrsh7th/nvim-cmp', { 'branch': 'main' }
|
||||
|
|
Loading…
Reference in a new issue