aboutsummaryrefslogtreecommitdiff
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 0d38cefc08..135591052c 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: 2022-07-26 15:50:16
+" Last Updated: Mon Aug 8 15:21:23 2022
" 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 >= 0 ? &t_Co : -1
+let s:t_Co = exists('&t_Co') ? (&t_Co ? &t_Co : 0) : -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']