aboutsummaryrefslogtreecommitdiff
path: root/runtime/colors/torte.vim
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-08-01 17:13:53 +0200
committerGitHub <noreply@github.com>2022-08-01 17:13:53 +0200
commit711ef4eac9e5126d37dd4acd1384b7df372d7315 (patch)
treeb7d954822694f2ccef01894f7e4e3fb4aa1c4b53 /runtime/colors/torte.vim
parentc6181a672a2fdb2cb89ddf85b5d6ab15b10a0996 (diff)
downloadrneovim-711ef4eac9e5126d37dd4acd1384b7df372d7315.tar.gz
rneovim-711ef4eac9e5126d37dd4acd1384b7df372d7315.tar.bz2
rneovim-711ef4eac9e5126d37dd4acd1384b7df372d7315.zip
vim-patch:05a8061eecd9 (#19610)
Update runtime files https://github.com/vim/vim/commit/05a8061eecd9969ee6cde008f54ded77462b649e
Diffstat (limited to 'runtime/colors/torte.vim')
-rw-r--r--runtime/colors/torte.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/colors/torte.vim b/runtime/colors/torte.vim
index bddd1c4e74..9a9124f3c1 100644
--- a/runtime/colors/torte.vim
+++ b/runtime/colors/torte.vim
@@ -4,7 +4,7 @@
" Maintainer: Original maintainer Thorsten Maerz <info@netztorte.de>
" Website: https://github.com/vim/colorschemes
" License: Same as Vim
-" Last Updated: Sun Jun 12 11:04:48 2022
+" Last Updated: 2022-07-26 15:50:15
" Generated by Colortemplate v2.2.0
@@ -13,7 +13,7 @@ set background=dark
hi clear
let g:colors_name = 'torte'
-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 = ['#000000', '#cd0000', '#00cd00', '#cdcd00', '#0000ee', '#cd00cd', '#00cdcd', '#e5e5e5', '#7f7f7f', '#ff0000', '#00ff00', '#ffff00', '#5c5cff', '#ff00ff', '#00ffff', '#ffffff']