aboutsummaryrefslogtreecommitdiff
path: root/runtime/colors/desert.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/desert.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/desert.vim')
-rw-r--r--runtime/colors/desert.vim6
1 files changed, 5 insertions, 1 deletions
diff --git a/runtime/colors/desert.vim b/runtime/colors/desert.vim
index 453e966899..9c4992a9a1 100644
--- a/runtime/colors/desert.vim
+++ b/runtime/colors/desert.vim
@@ -4,7 +4,7 @@
" Maintainer: Original maintainer Hans Fugal <hans@fugal.net>
" Website: https://github.com/vim/colorschemes
" License: Same as Vim
-" Last Updated: Fri 15 Dec 2023 20:05:34
+" Last Updated: Sat 06 Jul 2024 14:19:35
" Generated by Colortemplate v2.2.3
@@ -42,6 +42,8 @@ hi Pmenu guifg=#ffffff guibg=#666666 gui=NONE cterm=NONE
hi PmenuSel guifg=#333333 guibg=#f0e68c gui=NONE cterm=NONE
hi PmenuSbar guifg=NONE guibg=#333333 gui=NONE cterm=NONE
hi PmenuThumb guifg=NONE guibg=#c2bfa5 gui=NONE cterm=NONE
+hi PmenuMatch guifg=#ffa0a0 guibg=#666666 gui=NONE cterm=NONE
+hi PmenuMatchSel guifg=#cd5c5c guibg=#f0e68c gui=NONE cterm=NONE
hi TabLine guifg=#333333 guibg=#c2bfa5 gui=NONE cterm=NONE
hi TabLineFill guifg=NONE guibg=#c2bfa5 gui=NONE cterm=NONE
hi TabLineSel guifg=#333333 guibg=#f0e68c gui=NONE cterm=NONE
@@ -116,6 +118,8 @@ if s:t_Co >= 256
hi PmenuSel ctermfg=236 ctermbg=186 cterm=NONE
hi PmenuSbar ctermfg=NONE ctermbg=236 cterm=NONE
hi PmenuThumb ctermfg=NONE ctermbg=144 cterm=NONE
+ hi PmenuMatch ctermfg=217 ctermbg=241 cterm=NONE
+ hi PmenuMatchSel ctermfg=167 ctermbg=186 cterm=NONE
hi TabLine ctermfg=236 ctermbg=144 cterm=NONE
hi TabLineFill ctermfg=NONE ctermbg=144 cterm=NONE
hi TabLineSel ctermfg=236 ctermbg=186 cterm=NONE