comparison runtime/colors/darkblue.vim @ 34103:21f02c883646

runtime(colorschemes): Add initial support for Added/Removed/Changed highlight groups (#13830) Commit: https://github.com/vim/vim/commit/5f4cc8ea65e80efa35f84fe9a9985a42c3c96bae Author: Maxim Kim <habamax@gmail.com> Date: Tue Jan 9 06:14:04 2024 +1100 runtime(colorschemes): Add initial support for Added/Removed/Changed highlight groups (https://github.com/vim/vim/issues/13830) For some of the colorschemes where diffAdded and diffRemoved were explicitly set up. Signed-off-by: Maxim Kim <habamax@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Mon, 08 Jan 2024 20:15:03 +0100
parents 2a36aec80c9e
children 512ee93a7241
comparison
equal deleted inserted replaced
34102:e003aedbf9e1 34103:21f02c883646
2 " Description: For those who prefer dark background 2 " Description: For those who prefer dark background
3 " Author: Original author Bohdan Vlasyuk <bohdan@vstu.edu.ua> 3 " Author: Original author Bohdan Vlasyuk <bohdan@vstu.edu.ua>
4 " Maintainer: Original author Bohdan Vlasyuk <bohdan@vstu.edu.ua> 4 " Maintainer: Original author Bohdan Vlasyuk <bohdan@vstu.edu.ua>
5 " Website: https://github.com/vim/colorschemes 5 " Website: https://github.com/vim/colorschemes
6 " License: Same as Vim 6 " License: Same as Vim
7 " Last Updated: Fri 15 Dec 2023 20:05:33 7 " Last Updated: Mon 08 Jan 2024 09:43:03 AM AEDT
8 8
9 " Generated by Colortemplate v2.2.3 9 " Generated by Colortemplate v2.2.3
10 10
11 set background=dark 11 set background=dark
12 12
52 hi! link String Constant 52 hi! link String Constant
53 hi! link Structure Type 53 hi! link Structure Type
54 hi! link Tag Special 54 hi! link Tag Special
55 hi! link Typedef Type 55 hi! link Typedef Type
56 hi! link Debug Special 56 hi! link Debug Special
57 hi! link diffAdded String 57 hi! link Added String
58 hi! link diffRemoved WarningMsg 58 hi! link Removed WarningMsg
59 hi! link diffOnly WarningMsg 59 hi! link diffOnly WarningMsg
60 hi! link diffNoEOL WarningMsg 60 hi! link diffNoEOL WarningMsg
61 hi! link diffIsA WarningMsg 61 hi! link diffIsA WarningMsg
62 hi! link diffIdentical WarningMsg 62 hi! link diffIdentical WarningMsg
63 hi! link diffDiffer WarningMsg 63 hi! link diffDiffer WarningMsg
160 hi! link String Constant 160 hi! link String Constant
161 hi! link Structure Type 161 hi! link Structure Type
162 hi! link Tag Special 162 hi! link Tag Special
163 hi! link Typedef Type 163 hi! link Typedef Type
164 hi! link Debug Special 164 hi! link Debug Special
165 hi! link diffAdded String 165 hi! link Added String
166 hi! link diffRemoved WarningMsg 166 hi! link Removed WarningMsg
167 hi! link diffOnly WarningMsg 167 hi! link diffOnly WarningMsg
168 hi! link diffNoEOL WarningMsg 168 hi! link diffNoEOL WarningMsg
169 hi! link diffIsA WarningMsg 169 hi! link diffIsA WarningMsg
170 hi! link diffIdentical WarningMsg 170 hi! link diffIdentical WarningMsg
171 hi! link diffDiffer WarningMsg 171 hi! link diffDiffer WarningMsg