summaryrefslogtreecommitdiffstats
path: root/runtime/colors/zellner.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/colors/zellner.vim')
-rw-r--r--runtime/colors/zellner.vim8
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/colors/zellner.vim b/runtime/colors/zellner.vim
index 86340eb5b0..8a15004d5e 100644
--- a/runtime/colors/zellner.vim
+++ b/runtime/colors/zellner.vim
@@ -4,16 +4,16 @@
" Maintainer: Original maintainer Ron Aaron <ron@ronware.org>
" Website: https://github.com/vim/colorschemes
" License: Same as Vim
-" Last Updated: Fri 02 Sep 2022 09:54:15 MSK
+" Last Updated: Fri 15 Dec 2023 20:05:44
-" Generated by Colortemplate v2.2.0
+" Generated by Colortemplate v2.2.3
set background=light
hi clear
let g:colors_name = 'zellner'
-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)
if (has('termguicolors') && &termguicolors) || has('gui_running')
let g:terminal_ansi_colors = ['#ffffff', '#a52a2a', '#ff00ff', '#a020f0', '#0000ff', '#0000ff', '#ff00ff', '#a9a9a9', '#ff0000', '#a52a2a', '#ff00ff', '#a020f0', '#0000ff', '#0000ff', '#ff00ff', '#000000']
@@ -408,4 +408,4 @@ endif
" Color: fgDiffB #000000 16 black
" Color: bgDiffC8 #5F87AF 67 darkblue
" Color: bgDiffD8 #AF5FAF 133 darkmagenta
-" vim: et ts=2 sw=2
+" vim: et ts=8 sw=2 sts=2