diff options
author | Wolfgang Müller | 2024-03-10 15:52:18 +0100 |
---|---|---|
committer | Wolfgang Müller | 2024-03-10 15:52:18 +0100 |
commit | cecacbc47f80f27d55a789304d925aa7667dd256 (patch) | |
tree | b679eb469f3e2cd63bb3a3d633487110365534c6 /colors/summit.vim | |
parent | 6e01765228be5a580391ff35046651eae9073a7b (diff) | |
download | vim-summit-cecacbc47f80f27d55a789304d925aa7667dd256.tar.gz |
Render GentooPackageUse correctly
Diffstat (limited to 'colors/summit.vim')
-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 f98b3c6..ff7cc78 100644 --- a/colors/summit.vim +++ b/colors/summit.vim @@ -145,6 +145,9 @@ hi! link dosiniHeader Bold hi! link pythonFunction Italic hi! link pythonStatement Bold +hi! link GentooPackageUseUse Special +hi! link GentooPackageUseUnuse WarningMsg + let g:terminal_color_0 = "#0a0a0a" let g:terminal_color_1 = "#9f253e" let g:terminal_color_2 = "#377945" |