diff options
author | Wolfgang Müller | 2024-03-10 15:51:17 +0100 |
---|---|---|
committer | Wolfgang Müller | 2024-03-10 15:51:17 +0100 |
commit | 6e01765228be5a580391ff35046651eae9073a7b (patch) | |
tree | ba9cbde0f566b73f86c5608e6cdacdf26bcf3459 /colors/summit.vim | |
parent | 64529863b6ec140154f8a55437c0a542616481f6 (diff) | |
download | vim-summit-6e01765228be5a580391ff35046651eae9073a7b.tar.gz |
Add italic and bold highlighting for Python functions and statements
Diffstat (limited to '')
-rw-r--r-- | colors/summit.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/colors/summit.vim b/colors/summit.vim index 0e248b7..f98b3c6 100644 --- a/colors/summit.vim +++ b/colors/summit.vim @@ -142,6 +142,9 @@ hi! link helpHyperTextJump Bold hi! link dosiniHeader Bold +hi! link pythonFunction Italic +hi! link pythonStatement Bold + let g:terminal_color_0 = "#0a0a0a" let g:terminal_color_1 = "#9f253e" let g:terminal_color_2 = "#377945" |