summaryrefslogtreecommitdiffstats
path: root/runtime/colors/delek.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/colors/delek.vim')
-rw-r--r--runtime/colors/delek.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/colors/delek.vim b/runtime/colors/delek.vim
index 6bc1d1f699..c15d96ef33 100644
--- a/runtime/colors/delek.vim
+++ b/runtime/colors/delek.vim
@@ -4,7 +4,7 @@
" Maintainer: Original maintainer David Schweikert <david@schweikert.ch>
" Website: https://github.com/vim/colorschemes
" License: Same as Vim
-" Last Updated: Sun Jun 12 10:50:30 2022
+" Last Updated: 2022-07-26 15:50:00
" Generated by Colortemplate v2.2.0
@@ -13,7 +13,7 @@ set background=light
hi clear
let g:colors_name = 'delek'
-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 = ['#ffffff', '#0000ff', '#00cd00', '#cd00cd', '#008b8b', '#0000ff', '#ff1493', '#bcbcbc', '#ee0000', '#0000ff', '#00cd00', '#cd00cd', '#008b8b', '#0000ff', '#ff1493', '#000000']