add vim theme
This commit is contained in:
parent
93a929ce1d
commit
8e5898aa57
30 changed files with 1252 additions and 0 deletions
6
.vim/pack/themes/start/dracula/after/syntax/json.vim
Normal file
6
.vim/pack/themes/start/dracula/after/syntax/json.vim
Normal file
|
@ -0,0 +1,6 @@
|
|||
if dracula#should_abort('json')
|
||||
finish
|
||||
endif
|
||||
|
||||
hi! link jsonKeyword DraculaCyan
|
||||
hi! link jsonKeywordMatch DraculaPink
|
Loading…
Add table
Add a link
Reference in a new issue