add vim theme
This commit is contained in:
parent
93a929ce1d
commit
8e5898aa57
30 changed files with 1252 additions and 0 deletions
11
.vim/pack/themes/start/dracula/after/syntax/python.vim
Normal file
11
.vim/pack/themes/start/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
|
Loading…
Add table
Add a link
Reference in a new issue