runtime(colors): update Todo highlight in habamax colorscheme

Commit: 
https://github.com/vim/vim/commit/6228481b8e6341180a3bf2005178fc56d7e1c28b
Author: Maxim Kim <haba...@gmail.com>
Date:   Sat Aug 3 14:48:16 2024 +0200

    runtime(colors): update Todo highlight in habamax colorscheme
    
    Magenta background Todo is too bright and might interfere with DiffText.
    Make it less strong, without background, bold.
    
    closes: #15423
    
    Signed-off-by: Maxim Kim <haba...@gmail.com>
    Signed-off-by: Christian Brabandt <c...@256bit.org>

diff --git a/runtime/colors/habamax.vim b/runtime/colors/habamax.vim
index ff8a80be9..b709eb8f0 100644
--- a/runtime/colors/habamax.vim
+++ b/runtime/colors/habamax.vim
@@ -4,7 +4,7 @@
 " Maintainer:   Maxim Kim <haba...@gmail.com>
 " Website:      https://github.com/vim/colorschemes
 " License:      Same as Vim
-" Last Updated: Tue 30 Jul 2024 11:07:38 AM AEST
+" Last Updated: 2024 Aug 02
 
 " Generated by Colortemplate v2.2.3
 
@@ -22,7 +22,6 @@ hi! link Terminal Normal
 hi! link StatuslineTerm Statusline
 hi! link StatuslineTermNC StatuslineNC
 hi! link MessageWindow Pmenu
-hi! link PopupNotification Todo
 hi! link javaScriptFunction Statement
 hi! link javaScriptIdentifier Statement
 hi! link sqlKeyword Statement
@@ -73,7 +72,7 @@ hi ModeMsg guifg=NONE guibg=NONE gui=bold ctermfg=NONE 
ctermbg=NONE cterm=bold
 hi MoreMsg guifg=#5faf5f guibg=NONE gui=NONE cterm=NONE
 hi Question guifg=#d7af87 guibg=NONE gui=NONE cterm=NONE
 hi WarningMsg guifg=#d75f87 guibg=NONE gui=NONE cterm=NONE
-hi Todo guifg=#d787d7 guibg=#1c1c1c gui=reverse cterm=reverse
+hi Todo guifg=#dadada guibg=NONE gui=bold cterm=bold
 hi MatchParen guifg=#ff00af guibg=NONE gui=bold cterm=bold
 hi Search guifg=#5fafd7 guibg=#1c1c1c gui=reverse cterm=reverse
 hi IncSearch guifg=#ffaf5f guibg=#1c1c1c gui=reverse cterm=reverse
@@ -119,7 +118,6 @@ if s:t_Co >= 256
   hi! link StatuslineTerm Statusline
   hi! link StatuslineTermNC StatuslineNC
   hi! link MessageWindow Pmenu
-  hi! link PopupNotification Todo
   hi! link javaScriptFunction Statement
   hi! link javaScriptIdentifier Statement
   hi! link sqlKeyword Statement
@@ -170,7 +168,7 @@ if s:t_Co >= 256
   hi MoreMsg ctermfg=71 ctermbg=NONE cterm=NONE
   hi Question ctermfg=180 ctermbg=NONE cterm=NONE
   hi WarningMsg ctermfg=168 ctermbg=NONE cterm=NONE
-  hi Todo ctermfg=176 ctermbg=234 cterm=reverse
+  hi Todo ctermfg=253 ctermbg=NONE cterm=bold
   hi MatchParen ctermfg=199 ctermbg=NONE cterm=bold
   hi Search ctermfg=74 ctermbg=234 cterm=reverse
   hi IncSearch ctermfg=215 ctermbg=234 cterm=reverse
@@ -248,7 +246,7 @@ if s:t_Co >= 16
   hi MoreMsg ctermfg=darkgreen ctermbg=NONE cterm=NONE
   hi Question ctermfg=yellow ctermbg=NONE cterm=NONE
   hi WarningMsg ctermfg=red ctermbg=NONE cterm=NONE
-  hi Todo ctermfg=magenta ctermbg=black cterm=reverse
+  hi Todo ctermfg=white ctermbg=NONE cterm=bold
   hi MatchParen ctermfg=magenta ctermbg=NONE cterm=bold
   hi Search ctermfg=blue ctermbg=black cterm=reverse
   hi IncSearch ctermfg=red ctermbg=black cterm=reverse
@@ -326,7 +324,7 @@ if s:t_Co >= 8
   hi MoreMsg ctermfg=darkgreen ctermbg=NONE cterm=NONE
   hi Question ctermfg=darkyellow ctermbg=NONE cterm=NONE
   hi WarningMsg ctermfg=darkred ctermbg=NONE cterm=NONE
-  hi Todo ctermfg=darkmagenta ctermbg=black cterm=reverse
+  hi Todo ctermfg=gray ctermbg=NONE cterm=bold
   hi MatchParen ctermfg=magenta ctermbg=NONE cterm=bold
   hi Search ctermfg=black ctermbg=darkblue cterm=NONE
   hi IncSearch ctermfg=black ctermbg=darkyellow cterm=NONE

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/E1saEMd-00CNbl-EI%40256bit.org.

Raspunde prin e-mail lui