summaryrefslogtreecommitdiffstats
path: root/runtime/colors/slate.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/colors/slate.vim')
-rw-r--r--runtime/colors/slate.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/colors/slate.vim b/runtime/colors/slate.vim
index 192d4162ee..63e7d0d857 100644
--- a/runtime/colors/slate.vim
+++ b/runtime/colors/slate.vim
@@ -4,7 +4,7 @@
" Maintainer: Original maintainer Ralph Amissah <ralph@amissah.com>
" Website: https://github.com/vim/colorschemes
" License: Same as Vim
-" Last Updated: Sun Jun 12 11:03:10 2022
+" Last Updated: 2022-07-26 15:50:14
" Generated by Colortemplate v2.2.0
@@ -13,7 +13,7 @@ set background=dark
hi clear
let g:colors_name = 'slate'
-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', '#ff0000', '#5f8700', '#ffff00', '#87d7ff', '#d7d787', '#ffd7af', '#666666', '#333333', '#ffafaf', '#00875f', '#ffd700', '#5f87d7', '#afaf87', '#ff8787', '#ffffff']