summaryrefslogtreecommitdiffstats
path: root/runtime/colors/murphy.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-08-26 18:01:12 +0100
committerBram Moolenaar <Bram@vim.org>2022-08-26 18:01:12 +0100
commit7dd543246a4c21c4d5a4242a28076706f5abebd4 (patch)
tree65ba994a881d011a9b0b77b4ae883048b590138f /runtime/colors/murphy.vim
parent2ee347fbc0619179fefb9933e9bb1165463507b3 (diff)
Update runtime files
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 cc380885b8..c028c23eda 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: Mon Aug 8 15:21:14 2022
+" Last Updated: Tue 23 Aug 2022 16:50:41 MSK
" 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') ? (&t_Co ?? 0) : -1
+let s:t_Co = exists('&t_Co') && !has('gui_running') ? (&t_Co ?? 0) : -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']