Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions colors/quiet.vim
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
" Maintainer: Maxence Weynans <neutaaaaan@gmail.com>
" 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'
Expand Down Expand Up @@ -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=#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
Expand Down Expand Up @@ -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=#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
Expand Down
4 changes: 2 additions & 2 deletions colortemplate/quiet.colortemplate
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Normal dark7 dark0
ColorColumn none yasogrey
Conceal none none
CurSearch uicursearch dark0 reverse
Cursor none none reverse
Cursor dark0 dark7
TitleBar dark7 cTitle
TitleBarNC dark8 cTitleNC
CursorColumn none uiblack
Expand Down Expand Up @@ -340,7 +340,7 @@ Normal light0 light7
ColorColumn none yasogrey
Conceal none none
CurSearch uicursearch light0 reverse
Cursor none none reverse
Cursor light15 light7
TitleBar light0 cTitle
TitleBarNC light8 cTitleNC
CursorColumn none brightwhite
Expand Down