Add dracula themes
This commit is contained in:
parent
e2aff226d6
commit
c7cbf35e15
15 changed files with 865 additions and 99 deletions
.config/vim
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue