summaryrefslogtreecommitdiffstats
path: root/runtime/colors/elflord.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/colors/elflord.vim')
-rw-r--r--runtime/colors/elflord.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/colors/elflord.vim b/runtime/colors/elflord.vim
index 54a6afbd79..f6e66ab06e 100644
--- a/runtime/colors/elflord.vim
+++ b/runtime/colors/elflord.vim
@@ -3,7 +3,7 @@
" Maintainer: original maintainer Ron Aaron <ron@ronware.org>
" Website: https://www.github.com/vim/colorschemes
" License: Same as Vim
-" Last Updated: Sun Jun 12 10:48:00 2022
+" Last Updated: 2022-07-26 15:50:02
" Generated by Colortemplate v2.2.0
@@ -12,7 +12,7 @@ set background=dark
hi clear
let g:colors_name = 'elflord'
-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
hi! link Terminal Normal
hi! link Boolean Constant