diff runtime/colors/sorbet.vim @ 33955:2a36aec80c9e

runtime(colorschemes): Update colorschemes (#13691) Commit: https://github.com/vim/vim/commit/0378f07fbaee9fd8773f3cf8cef146606dd7bf72 Author: Maxim Kim <habamax@gmail.com> Date: Sun Dec 17 00:22:44 2023 +1100 runtime(colorschemes): Update colorschemes (https://github.com/vim/vim/issues/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>
author Christian Brabandt <cb@256bit.org>
date Sat, 16 Dec 2023 14:30:05 +0100
parents b2e8663e6dcc
children
line wrap: on
line diff
--- a/runtime/colors/sorbet.vim
+++ b/runtime/colors/sorbet.vim
@@ -4,16 +4,16 @@
 " Maintainer:   Maxence Weynans <neutaaaaan@gmail.com>
 " Website:      https://github.com/vim/colorschemes
 " License:      Vim License (see `:help license`)`
-" Last Updated: Wed 15 Mar 2023 05:40:19 PM CET
+" Last Updated: Fri 15 Dec 2023 20:05:42
 
-" Generated by Colortemplate v2.2.0
+" Generated by Colortemplate v2.2.3
 
 set background=dark
 
 hi clear
 let g:colors_name = 'sorbet'
 
-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)
 
 hi! link Terminal Normal
 hi! link StatusLineTerm StatusLine
@@ -441,4 +441,4 @@ endif
 " Color: errorred      #ff5f5f           203               red
 " Term colors: dark0 dark1 dark2 dark3 dark4 dark5 dark6 dark7
 " Term colors: dark8 dark9 dark10 dark11 dark12 dark13 dark14 dark15
-" vim: et ts=2 sw=2
+" vim: et ts=8 sw=2 sts=2