mirror of
https://github.com/amix/vimrc
synced 2025-06-16 09:35:01 +08:00
Added the Dracula colors scheme and use it as the default
This commit is contained in:
6
sources_non_forked/dracula/after/syntax/json.vim
Normal file
6
sources_non_forked/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
|
Reference in New Issue
Block a user