summaryrefslogtreecommitdiffstats
path: root/runtime/colors/quiet.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/colors/quiet.vim')
-rw-r--r--runtime/colors/quiet.vim8
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/colors/quiet.vim b/runtime/colors/quiet.vim
index fc30b165f3..1a8603a8a0 100644
--- a/runtime/colors/quiet.vim
+++ b/runtime/colors/quiet.vim
@@ -4,14 +4,14 @@
" Maintainer: Maxence Weynans <neutaaaaan@gmail.com>
" Website: https://github.com/vim/colorschemes
" License: Vim License (see `:help license`)`
-" Last Updated: Wed 15 Mar 2023 06:45:06 PM CET
+" Last Updated: Fri 15 Dec 2023 20:05:39
-" Generated by Colortemplate v2.2.0
+" Generated by Colortemplate v2.2.3
hi clear
let g:colors_name = 'quiet'
-let s:t_Co = exists('&t_Co') && !has('gui_running') ? (&t_Co ?? 0) : -1
+let s:t_Co = has('gui_running') ? -1 : (&t_Co ?? 0)
hi! link Terminal Normal
hi! link StatusLineTerm StatusLine
@@ -742,4 +742,4 @@ endif
" Term colors: light0 light1 light2 light3 light4 light5 light6 light7
" Term colors: light8 light9 light10 light11 light12 light13 light14 light15
" Background: any
-" vim: et ts=2 sw=2
+" vim: et ts=8 sw=2 sts=2