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

12 lines
312 B
VimL

if dracula_pro#should_abort('python')
finish
endif
hi! link pythonBuiltinObj Type
hi! link pythonBuiltinObject Type
hi! link pythonBuiltinType Type
hi! link pythonClassVar DraculaPurpleItalic
hi! link pythonExClass Type
hi! link pythonNone Type
hi! link pythonRun Comment