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