aboutsummaryrefslogtreecommitdiff
path: root/runtime/colors/murphy.vim
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2024-07-31 22:49:33 +0200
committerChristian Clason <c.clason@uni-graz.at>2024-08-01 00:07:31 +0200
commit9e5381d1ad09cde99d64a7f39c4aafcdac101d68 (patch)
tree7beb498b0a42a982327df2a6cf51b553f9b2b225 /runtime/colors/murphy.vim
parente1d48d5cf295293598144c351ace5f1e07c0cb7c (diff)
downloadrneovim-9e5381d1ad09cde99d64a7f39c4aafcdac101d68.tar.gz
rneovim-9e5381d1ad09cde99d64a7f39c4aafcdac101d68.tar.bz2
rneovim-9e5381d1ad09cde99d64a7f39c4aafcdac101d68.zip
vim-patch:fcc5346: runtime(colors): update included colorschemes
- Add PmenuMatch and PmenuMatchSel to all colorschemes - Add contrast to habamax Type, String, Constant and PreProc - Change habamax PmenuSel to neutral gray to make PmenuMatchSel more visible - Change habamax Tabline and VertSplit - Make Conceal less visible for zellner, torte, shine, ron, peachpuff, pablo, morning, koehler, evening, delek, blue, darkblue, lunaperche, retrobox - Add Added/Changed/Removed highlights - Fix retrobox Terminal background - Other minor fixes and improvements closes: vim/vim#15267 https://github.com/vim/vim/commit/fcc53461d46ecbf128b5bae943f116dbe4e7ad51 Co-authored-by: Maxim Kim <habamax@gmail.com>
Diffstat (limited to 'runtime/colors/murphy.vim')
-rw-r--r--runtime/colors/murphy.vim8
1 files changed, 7 insertions, 1 deletions
diff --git a/runtime/colors/murphy.vim b/runtime/colors/murphy.vim
index c1612fbc0e..f7965ca0fd 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: Mon 08 Jan 2024 09:50:15 AM AEDT
+" Last Updated: Tue 09 Jul 2024 16:49:50
" Generated by Colortemplate v2.2.3
@@ -43,6 +43,8 @@ hi Pmenu guifg=#ffffff guibg=#444444 gui=NONE cterm=NONE
hi PmenuSel guifg=#000000 guibg=#ffff00 gui=NONE cterm=NONE
hi PmenuSbar guifg=NONE guibg=#303030 gui=NONE cterm=NONE
hi PmenuThumb guifg=NONE guibg=#bcbcbc gui=NONE cterm=NONE
+hi PmenuMatch guifg=#ff00ff guibg=#444444 gui=NONE cterm=NONE
+hi PmenuMatchSel guifg=#ff00ff guibg=#ffff00 gui=NONE cterm=NONE
hi TabLineFill guifg=NONE guibg=#303030 gui=NONE cterm=NONE
hi TabLine guifg=#87ff87 guibg=#444444 gui=NONE cterm=NONE
hi TabLineSel guifg=#ffffff guibg=#000000 gui=NONE cterm=NONE
@@ -116,6 +118,8 @@ if s:t_Co >= 256
hi PmenuSel ctermfg=16 ctermbg=226 cterm=NONE
hi PmenuSbar ctermfg=NONE ctermbg=236 cterm=NONE
hi PmenuThumb ctermfg=NONE ctermbg=250 cterm=NONE
+ hi PmenuMatch ctermfg=201 ctermbg=238 cterm=NONE
+ hi PmenuMatchSel ctermfg=201 ctermbg=226 cterm=NONE
hi TabLineFill ctermfg=NONE ctermbg=236 cterm=NONE
hi TabLine ctermfg=120 ctermbg=238 cterm=NONE
hi TabLineSel ctermfg=231 ctermbg=16 cterm=NONE
@@ -181,6 +185,8 @@ if s:t_Co >= 16
hi PmenuSel ctermfg=black ctermbg=yellow cterm=NONE
hi PmenuSbar ctermfg=NONE ctermbg=black cterm=NONE
hi PmenuThumb ctermfg=NONE ctermbg=grey cterm=NONE
+ hi PmenuMatch ctermfg=magenta ctermbg=darkgrey cterm=NONE
+ hi PmenuMatchSel ctermfg=magenta ctermbg=yellow cterm=NONE
hi TabLineFill ctermfg=NONE ctermbg=grey cterm=NONE
hi TabLine ctermfg=green ctermbg=darkgrey cterm=NONE
hi TabLineSel ctermfg=white ctermbg=black cterm=NONE