Enabled dracula

This commit is contained in:
Marcin Woźniak 2021-12-12 22:02:16 +01:00
parent dfdae927c3
commit 15f37be93f
Signed by: y0rune
GPG Key ID: F204C385F57EB348

View File

@ -92,6 +92,7 @@ call plug#begin('~/.config/nvim/plugged')
" Themes
Plug 'gruvbox-community/gruvbox', { 'as': 'gruvbox'}
Plug 'Mofiqul/dracula.nvim'
" Fzf plugin
Plug 'junegunn/fzf.vim'
@ -140,7 +141,8 @@ let g:tex_flavor = "latex"
" Theme
""""""""""""""""""""""""""""""""
"colorscheme gruvbox
colorscheme default
" colorscheme default
colorscheme dracula
let g:gruvbox_invert_selection='0'
let g:gruvbox_contrast_dark = 'hard'
set background=dark