Files
dotfiles/.vim/pack/themes/start/dracula_pro/after/syntax/json.vim
Sravan Balaji 02685eba46 Vim Dracula Pro Theme
- Add Dracula Pro theme
- Modify vimrc to use Dracula Pro theme
2020-08-11 17:40:37 -04:00

7 lines
130 B
VimL

if dracula_pro#should_abort('json')
finish
endif
hi! link jsonKeyword DraculaCyan
hi! link jsonKeywordMatch DraculaPink