summaryrefslogtreecommitdiffstats
path: root/runtime/colors/peachpuff.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/colors/peachpuff.vim')
-rw-r--r--runtime/colors/peachpuff.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/colors/peachpuff.vim b/runtime/colors/peachpuff.vim
index a540be2734..2a925b6592 100644
--- a/runtime/colors/peachpuff.vim
+++ b/runtime/colors/peachpuff.vim
@@ -4,7 +4,7 @@
" Maintainer: Original maintainer David Ne\v{c}as (Yeti) <yeti@physics.muni.cz>
" Website: https://github.com/vim/colorschemes
" License: Same as Vim
-" Last Updated: Sun Jun 12 10:58:17 2022
+" Last Updated: 2022-07-26 15:50:10
" Generated by Colortemplate v2.2.0
@@ -13,7 +13,7 @@ set background=light
hi clear
let g:colors_name = 'peachpuff'
-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 = ['#ffdab9', '#a52a2a', '#c00058', '#cd00cd', '#008b8b', '#2e8b57', '#6a5acd', '#737373', '#406090', '#a52a2a', '#c00058', '#cd00cd', '#008b8b', '#2e8b57', '#6a5acd', '#000000']