summaryrefslogtreecommitdiff
path: root/runtime/colors/blue.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-08-01 15:09:53 +0100
committerBram Moolenaar <Bram@vim.org>2022-08-01 15:09:53 +0100
commit05a8061eecd9969ee6cde008f54ded77462b649e (patch)
tree5aa70224f13ae426e7b9ef01a658d08ce61506c0 /runtime/colors/blue.vim
parentab146dac6b4148e770eb2bf61c72ef62d3ecfc65 (diff)
downloadvim-git-05a8061eecd9969ee6cde008f54ded77462b649e.tar.gz
Update runtime files
Diffstat (limited to 'runtime/colors/blue.vim')
-rw-r--r--runtime/colors/blue.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/colors/blue.vim b/runtime/colors/blue.vim
index d072ce605..20f87bede 100644
--- a/runtime/colors/blue.vim
+++ b/runtime/colors/blue.vim
@@ -4,7 +4,7 @@
" Maintainer: Original maintainer Steven Vertigan <steven@vertigan.wattle.id.au>
" Website: https://github.com/vim/colorschemes
" License: Same as Vim
-" Last Updated: Sat 11 Jun 2022 11:16:14 MSK
+" Last Updated: 2022-07-26 15:49:58
" Generated by Colortemplate v2.2.0
@@ -13,7 +13,7 @@ set background=dark
hi clear
let g:colors_name = 'blue'
-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', '#870000', '#006400', '#878700', '#000087', '#870087', '#008787', '#bcbcbc', '#878787', '#d70000', '#00ff00', '#ffdf00', '#5fafff', '#d787d7', '#5fffff', '#ffffff']