Vim insert mode's blue should be muted just a bit
dblume

dblume commited on 2024-03-19 23:14:06
Showing 2 changed files, with 2 additions and 2 deletions.

... ...
@@ -61,7 +61,7 @@ else
61 61
   colorscheme nvim_desert
62 62
 endif
63 63
 
64
-au InsertEnter * hi statusline guibg=Cyan ctermfg=26 guifg=Black ctermbg=248
64
+au InsertEnter * hi statusline guibg=Cyan ctermfg=25 guifg=Black ctermbg=248
65 65
 au InsertLeave * hi statusline term=bold,reverse cterm=bold,reverse ctermfg=23 ctermbg=250 guifg=black guibg=#c2bfa5
66 66
 
67 67
 " May want to "set mouse=" See https://neovim.io/doc/user/vim_diff.html#_default-mouse
... ...
@@ -87,7 +87,7 @@ else
87 87
   highlight MatchParen   term=reverse ctermbg=23  " 23 is more subtle than default
88 88
 endif
89 89
 
90
-au InsertEnter * hi statusline guibg=Cyan ctermfg=26 guifg=Black ctermbg=248
90
+au InsertEnter * hi statusline guibg=Cyan ctermfg=25 guifg=Black ctermbg=248
91 91
 au InsertLeave * hi statusline term=bold,reverse cterm=bold,reverse ctermfg=23 ctermbg=250 guifg=black guibg=#c2bfa5
92 92
 
93 93
 " set mouse=v     " visual mode, not working great for PuTTY
94 94