summaryrefslogtreecommitdiffstats
path: root/runtime/colors/peachpuff.vim
diff options
context:
space:
mode:
authorMaxim Kim <habamax@gmail.com>2023-12-17 00:22:44 +1100
committerGitHub <noreply@github.com>2023-12-16 14:22:44 +0100
commit0378f07fbaee9fd8773f3cf8cef146606dd7bf72 (patch)
tree3ef59588b55f4ca6a611e145e2635b01e1a716f6 /runtime/colors/peachpuff.vim
parentffba4e952b25c9257a7b0bd860b85fca2c1e65f4 (diff)
runtime(colorschemes): Update colorschemes (#13691)
Minor changes: - Regenerated using colortemplate 2.2.3 - Removed reversed gui-cursor for some of the colorschemes (retrobox, wildcharm, lunaperche) - Change MatchParen for some of colorschemes. Signed-off-by: Maxim Kim <habamax@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/colors/peachpuff.vim')
-rw-r--r--runtime/colors/peachpuff.vim8
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/colors/peachpuff.vim b/runtime/colors/peachpuff.vim
index 0622ce6f87..392945a375 100644
--- a/runtime/colors/peachpuff.vim
+++ b/runtime/colors/peachpuff.vim
@@ -4,16 +4,16 @@
" 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: Fri 02 Sep 2022 09:50:02 MSK
+" Last Updated: Fri 15 Dec 2023 20:05:39
-" Generated by Colortemplate v2.2.0
+" Generated by Colortemplate v2.2.3
set background=light
hi clear
let g:colors_name = 'peachpuff'
-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 = ['#ffdab9', '#a52a2a', '#c00058', '#cd00cd', '#008b8b', '#2e8b57', '#6a5acd', '#737373', '#406090', '#a52a2a', '#c00058', '#cd00cd', '#008b8b', '#2e8b57', '#6a5acd', '#000000']
@@ -405,4 +405,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