summaryrefslogtreecommitdiffstats
path: root/runtime/colors/pablo.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/colors/pablo.vim')
-rw-r--r--runtime/colors/pablo.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/colors/pablo.vim b/runtime/colors/pablo.vim
index ee689af25e..67e0e03049 100644
--- a/runtime/colors/pablo.vim
+++ b/runtime/colors/pablo.vim
@@ -3,7 +3,7 @@
" Maintainer: Original maintainerRon Aaron <ron@ronware.org>
" Website: https://github.com/vim/colorschemes
" License: Same as Vim
-" Last Updated: 2022-07-26 15:50:09
+" Last Updated: Mon Aug 8 15:21:15 2022
" Generated by Colortemplate v2.2.0
@@ -12,7 +12,7 @@ set background=dark
hi clear
let g:colors_name = 'pablo'
-let s:t_Co = exists('&t_Co') && !empty(&t_Co) && &t_Co >= 0 ? &t_Co : -1
+let s:t_Co = exists('&t_Co') ? (&t_Co ?? 0) : -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']