summaryrefslogtreecommitdiffstats
path: root/runtime/colors/morning.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/colors/morning.vim')
-rw-r--r--runtime/colors/morning.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/colors/morning.vim b/runtime/colors/morning.vim
index 8a76fdf928..d32f1026f0 100644
--- a/runtime/colors/morning.vim
+++ b/runtime/colors/morning.vim
@@ -4,7 +4,7 @@
" Maintainer: Original maintainer Bram Moolenaar <Bram@vim.org>
" Website: https://github.com/vim/colorschemes
" License: Same as Vim
-" Last Updated: Sun Jun 12 10:55:30 2022
+" Last Updated: 2022-07-26 15:50:07
" Generated by Colortemplate v2.2.0
@@ -13,7 +13,7 @@ set background=light
hi clear
let g:colors_name = 'morning'
-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 = ['#e4e4e4', '#a52a2a', '#ff00ff', '#6a0dad', '#008787', '#2e8b57', '#6a5acd', '#bcbcbc', '#0000ff', '#a52a2a', '#ff00ff', '#6a0dad', '#008787', '#2e8b57', '#6a5acd', '#000000']