From 7f1573521f5b5eba571b0f7f3a0d46f94f0f26d3 Mon Sep 17 00:00:00 2001 From: chrnz008 Date: Sat, 28 Mar 2026 14:23:27 +0530 Subject: [PATCH 1/3] just change the cursor --- colors/quiet.vim | 6 +++--- colortemplate/quiet.colortemplate | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/colors/quiet.vim b/colors/quiet.vim index f1872b78..9e59ce29 100644 --- a/colors/quiet.vim +++ b/colors/quiet.vim @@ -4,9 +4,9 @@ " Maintainer: Maxence Weynans " URL: https://github.com/vim/colorschemes " License: Vim License (see `:help license`)` -" Last Change: 2025 Oct 08 +" Last Change: 2026 Mar 28 -" Generated by Colortemplate v3.0.0-beta10 +" Generated by Colortemplate v3.0.0-rc1 hi clear let g:colors_name = 'quiet' @@ -59,7 +59,7 @@ if &background == 'dark' hi Conceal guifg=NONE guibg=NONE guisp=NONE gui=NONE ctermfg=NONE ctermbg=NONE cterm=NONE term=NONE hi Constant guifg=#dadada guibg=NONE guisp=NONE gui=NONE ctermfg=253 ctermbg=NONE cterm=NONE term=NONE hi CurSearch guifg=#ff5fff guibg=#000000 guisp=NONE gui=reverse ctermfg=207 ctermbg=16 cterm=reverse term=reverse - hi Cursor guifg=NONE guibg=NONE guisp=NONE gui=reverse ctermfg=NONE ctermbg=NONE cterm=reverse term=reverse + hi Cursor guifg=#000000 guibg=#ffffff guisp=NONE gui=NONE ctermfg=16 ctermbg=231 cterm=NONE term=reverse hi CursorColumn guifg=NONE guibg=#303030 guisp=NONE gui=NONE ctermfg=NONE ctermbg=236 cterm=NONE term=NONE hi CursorIM guifg=#000000 guibg=#afff00 guisp=NONE gui=NONE ctermfg=16 ctermbg=154 cterm=NONE term=NONE hi CursorLine guifg=NONE guibg=#303030 guisp=NONE gui=NONE ctermfg=NONE ctermbg=236 cterm=NONE term=underline diff --git a/colortemplate/quiet.colortemplate b/colortemplate/quiet.colortemplate index ad6b92a3..9b841d2f 100644 --- a/colortemplate/quiet.colortemplate +++ b/colortemplate/quiet.colortemplate @@ -120,7 +120,7 @@ Normal dark7 dark0 ColorColumn none yasogrey Conceal none none CurSearch uicursearch dark0 reverse -Cursor none none reverse +Cursor dark0 dark15 TitleBar dark7 cTitle TitleBarNC dark8 cTitleNC CursorColumn none uiblack From 67cfa9c15337cfa780b515c2f36bbe2f8d2f7db3 Mon Sep 17 00:00:00 2001 From: chrnz008 Date: Sat, 28 Mar 2026 18:47:13 +0530 Subject: [PATCH 2/3] fix cursor color in light mode --- colors/quiet.vim | 2 +- colortemplate/quiet.colortemplate | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/colors/quiet.vim b/colors/quiet.vim index 9e59ce29..ce169a04 100644 --- a/colors/quiet.vim +++ b/colors/quiet.vim @@ -297,7 +297,7 @@ if &background == 'light' hi Conceal guifg=NONE guibg=NONE guisp=NONE gui=NONE ctermfg=NONE ctermbg=NONE cterm=NONE term=NONE hi Constant guifg=#000000 guibg=NONE guisp=NONE gui=NONE ctermfg=16 ctermbg=NONE cterm=NONE term=NONE hi CurSearch guifg=#ff5fff guibg=#000000 guisp=NONE gui=reverse ctermfg=207 ctermbg=16 cterm=reverse term=reverse - hi Cursor guifg=NONE guibg=NONE guisp=NONE gui=reverse ctermfg=NONE ctermbg=NONE cterm=reverse term=reverse + hi Cursor guifg=#ffffff guibg=#000000 guisp=NONE gui=NONE ctermfg=231 ctermbg=16 cterm=NONE term=reverse hi CursorColumn guifg=NONE guibg=#eeeeee guisp=NONE gui=NONE ctermfg=NONE ctermbg=255 cterm=NONE term=NONE hi CursorIM guifg=#000000 guibg=#afff00 guisp=NONE gui=NONE ctermfg=16 ctermbg=154 cterm=NONE term=NONE hi CursorLine guifg=NONE guibg=#eeeeee guisp=NONE gui=NONE ctermfg=NONE ctermbg=255 cterm=NONE term=underline diff --git a/colortemplate/quiet.colortemplate b/colortemplate/quiet.colortemplate index 9b841d2f..6e88ac8b 100644 --- a/colortemplate/quiet.colortemplate +++ b/colortemplate/quiet.colortemplate @@ -340,7 +340,7 @@ Normal light0 light7 ColorColumn none yasogrey Conceal none none CurSearch uicursearch light0 reverse -Cursor none none reverse +Cursor light15 light0 TitleBar light0 cTitle TitleBarNC light8 cTitleNC CursorColumn none brightwhite From 2eadefacc020b13de92bda5da083da8a102396aa Mon Sep 17 00:00:00 2001 From: chrnz008 Date: Sat, 28 Mar 2026 19:16:35 +0530 Subject: [PATCH 3/3] change to inherited colors --- colors/quiet.vim | 4 ++-- colortemplate/quiet.colortemplate | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/colors/quiet.vim b/colors/quiet.vim index ce169a04..8265ef59 100644 --- a/colors/quiet.vim +++ b/colors/quiet.vim @@ -59,7 +59,7 @@ if &background == 'dark' hi Conceal guifg=NONE guibg=NONE guisp=NONE gui=NONE ctermfg=NONE ctermbg=NONE cterm=NONE term=NONE hi Constant guifg=#dadada guibg=NONE guisp=NONE gui=NONE ctermfg=253 ctermbg=NONE cterm=NONE term=NONE hi CurSearch guifg=#ff5fff guibg=#000000 guisp=NONE gui=reverse ctermfg=207 ctermbg=16 cterm=reverse term=reverse - hi Cursor guifg=#000000 guibg=#ffffff guisp=NONE gui=NONE ctermfg=16 ctermbg=231 cterm=NONE term=reverse + hi Cursor guifg=#000000 guibg=#dadada guisp=NONE gui=NONE ctermfg=16 ctermbg=253 cterm=NONE term=reverse hi CursorColumn guifg=NONE guibg=#303030 guisp=NONE gui=NONE ctermfg=NONE ctermbg=236 cterm=NONE term=NONE hi CursorIM guifg=#000000 guibg=#afff00 guisp=NONE gui=NONE ctermfg=16 ctermbg=154 cterm=NONE term=NONE hi CursorLine guifg=NONE guibg=#303030 guisp=NONE gui=NONE ctermfg=NONE ctermbg=236 cterm=NONE term=underline @@ -297,7 +297,7 @@ if &background == 'light' hi Conceal guifg=NONE guibg=NONE guisp=NONE gui=NONE ctermfg=NONE ctermbg=NONE cterm=NONE term=NONE hi Constant guifg=#000000 guibg=NONE guisp=NONE gui=NONE ctermfg=16 ctermbg=NONE cterm=NONE term=NONE hi CurSearch guifg=#ff5fff guibg=#000000 guisp=NONE gui=reverse ctermfg=207 ctermbg=16 cterm=reverse term=reverse - hi Cursor guifg=#ffffff guibg=#000000 guisp=NONE gui=NONE ctermfg=231 ctermbg=16 cterm=NONE term=reverse + hi Cursor guifg=#ffffff guibg=#d7d7d7 guisp=NONE gui=NONE ctermfg=231 ctermbg=188 cterm=NONE term=reverse hi CursorColumn guifg=NONE guibg=#eeeeee guisp=NONE gui=NONE ctermfg=NONE ctermbg=255 cterm=NONE term=NONE hi CursorIM guifg=#000000 guibg=#afff00 guisp=NONE gui=NONE ctermfg=16 ctermbg=154 cterm=NONE term=NONE hi CursorLine guifg=NONE guibg=#eeeeee guisp=NONE gui=NONE ctermfg=NONE ctermbg=255 cterm=NONE term=underline diff --git a/colortemplate/quiet.colortemplate b/colortemplate/quiet.colortemplate index 6e88ac8b..6c03b90d 100644 --- a/colortemplate/quiet.colortemplate +++ b/colortemplate/quiet.colortemplate @@ -120,7 +120,7 @@ Normal dark7 dark0 ColorColumn none yasogrey Conceal none none CurSearch uicursearch dark0 reverse -Cursor dark0 dark15 +Cursor dark0 dark7 TitleBar dark7 cTitle TitleBarNC dark8 cTitleNC CursorColumn none uiblack @@ -340,7 +340,7 @@ Normal light0 light7 ColorColumn none yasogrey Conceal none none CurSearch uicursearch light0 reverse -Cursor light15 light0 +Cursor light15 light7 TitleBar light0 cTitle TitleBarNC light8 cTitleNC CursorColumn none brightwhite