aboutsummaryrefslogtreecommitdiff
path: root/runtime/colors/murphy.vim
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2025-01-14 17:18:48 +0100
committerChristian Clason <ch.clason+github@icloud.com>2025-01-15 09:48:55 +0100
commitbc69f2723737cfe8916c117483ce32f48ff83544 (patch)
treed0ad7f2fcd0c355e4d0602ddcc7639391aa71014 /runtime/colors/murphy.vim
parenta78eddd54112033eea0212865efd2f75cc59fc93 (diff)
downloadrneovim-bc69f2723737cfe8916c117483ce32f48ff83544.tar.gz
rneovim-bc69f2723737cfe8916c117483ce32f48ff83544.tar.bz2
rneovim-bc69f2723737cfe8916c117483ce32f48ff83544.zip
vim-patch:045564d: runtime(colors): Update colorschemes, include new unokai colorscheme
- new unokai colorscheme (similar/inspired by monokai) - the rest: add explicit PopupSelected link to PmenuSel closes: vim/vim#16443 https://github.com/vim/vim/commit/045564d0a73218594691953c0c8bf2035e1e176e Co-authored-by: Maxim Kim <habamax@gmail.com>
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 f38c8259dd..f00bdbd608 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 Change: 2024 Aug 15
+" Last Change: 2025 Jan 07
" Generated by Colortemplate v2.2.3
@@ -33,6 +33,7 @@ hi! link StatusLineTerm StatusLine
hi! link StatusLineTermNC StatusLineNC
hi! link MessageWindow Pmenu
hi! link PopupNotification Todo
+hi! link PopupSelected PmenuSel
hi! link Added Constant
hi Normal guifg=#87ff87 guibg=#000000 gui=NONE cterm=NONE
hi EndOfBuffer guifg=#0000ff guibg=#000000 gui=NONE cterm=NONE
@@ -108,6 +109,7 @@ if s:t_Co >= 256
hi! link StatusLineTermNC StatusLineNC
hi! link MessageWindow Pmenu
hi! link PopupNotification Todo
+ hi! link PopupSelected PmenuSel
hi! link Added Constant
hi Normal ctermfg=120 ctermbg=16 cterm=NONE
hi EndOfBuffer ctermfg=21 ctermbg=16 cterm=NONE