From 6e01765228be5a580391ff35046651eae9073a7b Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Sun, 10 Mar 2024 15:51:17 +0100 Subject: Add italic and bold highlighting for Python functions and statements --- colors/summit.vim | 3 +++ 1 file changed, 3 insertions(+) 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" -- cgit v1.2.3-2-gb3c3