summaryrefslogtreecommitdiffstats
path: root/runtime/colors/murphy.vim
diff options
context:
space:
mode:
authorMaxim Kim <habamax@gmail.com>2024-01-09 06:14:04 +1100
committerGitHub <noreply@github.com>2024-01-08 20:14:04 +0100
commit5f4cc8ea65e80efa35f84fe9a9985a42c3c96bae (patch)
tree86b765ba571446d4e6eed5ac00638baa761d3f77 /runtime/colors/murphy.vim
parent3a5b3df7764daa058a3e779183e8f38a8418b164 (diff)
runtime(colorschemes): Add initial support for Added/Removed/Changed highlight groups (#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>
Diffstat (limited to 'runtime/colors/murphy.vim')
-rw-r--r--runtime/colors/murphy.vim4
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/colors/murphy.vim b/runtime/colors/murphy.vim
index b829d4975e..a6a08ed41a 100644
--- a/runtime/colors/murphy.vim
+++ b/runtime/colors/murphy.vim
@@ -4,7 +4,7 @@
" Maintainer: Original maintainer Ron Aaron <ron@ronware.org>.
" Website: https://github.com/vim/colorschemes
" License: Same as Vim
-" Last Updated: Fri 15 Dec 2023 20:05:38
+" Last Updated: Mon 08 Jan 2024 09:50:15 AM AEDT
" Generated by Colortemplate v2.2.3
@@ -28,6 +28,7 @@ hi! link StatusLineTerm StatusLine
hi! link StatusLineTermNC StatusLineNC
hi! link MessageWindow Pmenu
hi! link PopupNotification Todo
+hi! link Added Constant
hi Normal guifg=#87ff87 guibg=#000000 gui=NONE cterm=NONE
hi EndOfBuffer guifg=#0000ff guibg=#000000 gui=NONE cterm=NONE
hi StatusLine guifg=#ffffff guibg=#00008b gui=NONE cterm=NONE
@@ -100,6 +101,7 @@ if s:t_Co >= 256
hi! link StatusLineTermNC StatusLineNC
hi! link MessageWindow Pmenu
hi! link PopupNotification Todo
+ hi! link Added Constant
hi Normal ctermfg=120 ctermbg=16 cterm=NONE
hi EndOfBuffer ctermfg=21 ctermbg=16 cterm=NONE
hi StatusLine ctermfg=231 ctermbg=18 cterm=NONE