Files
dotfiles/.vim/pack/themes/start/dracula_pro/after/syntax/php.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

11 lines
277 B
VimL

if dracula_pro#should_abort('php')
finish
endif
hi! link phpClass Type
hi! link phpClasses Type
hi! link phpDocTags DraculaCyanItalic
hi! link phpFunction Function
hi! link phpParent Normal
hi! link phpSpecialFunction DraculaCyan