summaryrefslogtreecommitdiffstats
path: root/runtime/colors/murphy.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/colors/murphy.vim')
-rw-r--r--runtime/colors/murphy.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/colors/murphy.vim b/runtime/colors/murphy.vim
index 1ba096ecec..e9f31c2c8b 100644
--- a/runtime/colors/murphy.vim
+++ b/runtime/colors/murphy.vim
@@ -4,7 +4,7 @@
" Maintainer: Original maintainer Ron Aaron <ron@ronware.org>.
" Website: https://github.com/vim/colorschemes
" License: Same as Vim
-" Last Updated: Sun Jun 12 10:56:21 2022
+" Last Updated: 2022-07-26 15:50:08
" Generated by Colortemplate v2.2.0
@@ -13,7 +13,7 @@ set background=dark
hi clear
let g:colors_name = 'murphy'
-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 = ['#303030', '#ffa700', '#005f00', '#ffd7af', '#87afff', '#ffafaf', '#00afaf', '#bcbcbc', '#444444', '#ff0000', '#00875f', '#ffff00', '#005fff', '#ff00ff', '#00ffff', '#ffffff']