Add dracula themes

This commit is contained in:
Tobias Reisinger 2021-03-30 22:53:39 +02:00
parent e2aff226d6
commit c7cbf35e15
15 changed files with 865 additions and 99 deletions
.config/vim

View file

@ -22,7 +22,8 @@ call plug#begin('~/.config/vim/plugged')
" Eye-Candy
Plug 'machakann/vim-highlightedyank'
Plug 'itchyny/lightline.vim'
Plug 'nanotech/jellybeans.vim'
"Plug 'nanotech/jellybeans.vim'
Plug 'dracula/vim', { 'as': 'dracula' }
Plug 'scrooloose/syntastic'
Plug 'Yggdroot/indentLine'
@ -148,7 +149,8 @@ let g:jellybeans_overrides = {
\ '256ctermbg': 'none'
\ },
\ }
colorscheme jellybeans
colorscheme dracula
highlight Normal ctermbg=NONE
let g:highlightedyank_highlight_duration = 250