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.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/colors/zellner.vim b/runtime/colors/zellner.vim
index 6133538885..0d38cefc08 100644
--- a/runtime/colors/zellner.vim
+++ b/runtime/colors/zellner.vim
@@ -4,7 +4,7 @@
" Maintainer: Original maintainer Ron Aaron <ron@ronware.org>
" Website: https://github.com/vim/colorschemes
" License: Same as Vim
-" Last Updated: Sun Jun 12 11:05:43 2022
+" Last Updated: 2022-07-26 15:50:16
" Generated by Colortemplate v2.2.0
@@ -13,7 +13,7 @@ set background=light
hi clear
let g:colors_name = 'zellner'
-let s:t_Co = exists('&t_Co') && !empty(&t_Co) && &t_Co > 1 ? &t_Co : 1
+let s:t_Co = exists('&t_Co') && !empty(&t_Co) && &t_Co >= 0 ? &t_Co : -1
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']