add vim theme
This commit is contained in:
parent
93a929ce1d
commit
8e5898aa57
30 changed files with 1252 additions and 0 deletions
12
.vim/pack/themes/start/dracula/after/syntax/gitcommit.vim
Normal file
12
.vim/pack/themes/start/dracula/after/syntax/gitcommit.vim
Normal file
|
@ -0,0 +1,12 @@
|
|||
if dracula#should_abort('gitcommit')
|
||||
finish
|
||||
endif
|
||||
|
||||
" The following two are misnomers. Colors are correct.
|
||||
hi! link diffFile DraculaGreen
|
||||
hi! link diffNewFile DraculaRed
|
||||
|
||||
hi! link diffAdded DraculaGreen
|
||||
hi! link diffLine DraculaCyanItalic
|
||||
hi! link diffRemoved DraculaRed
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue