gruvbox theme change for vim
This commit is contained in:
parent
c7d07f9027
commit
d87ea6a031
1 changed files with 6 additions and 4 deletions
10
vim/.vimrc
10
vim/.vimrc
|
@ -8,8 +8,8 @@ Plug 'bling/vim-airline'
|
|||
Plug 'tpope/vim-fugitive'
|
||||
Plug 'airblade/vim-gitgutter'
|
||||
|
||||
" Dracula theme
|
||||
"Plug 'dracula/vim'
|
||||
" Gruvbox theme
|
||||
Plug 'morhetz/gruvbox'
|
||||
|
||||
" Sayonara
|
||||
Plug 'mhinz/vim-sayonara', { 'on': 'Sayonara' }
|
||||
|
@ -109,8 +109,10 @@ endif " has("autocmd")
|
|||
|
||||
|
||||
"==================== colorscheme ====================
|
||||
let g:dracula_colorterm = 0
|
||||
silent! colorscheme dracula
|
||||
"let g:dracula_colorterm = 0
|
||||
"silent! colorscheme dracula
|
||||
set background=dark
|
||||
colorscheme gruvbox
|
||||
|
||||
|
||||
" ==================== Code Folding ====================
|
||||
|
|
Loading…
Reference in a new issue