summaryrefslogtreecommitdiffstats
path: root/runtime/colors/desert.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-08-19 17:15:35 +0100
committerBram Moolenaar <Bram@vim.org>2022-08-19 17:15:35 +0100
commite80086446cc20856ed8359bc8dc87c4d430da4c8 (patch)
tree2ec2710297c314efa0530ca3f24cbb99de21679c /runtime/colors/desert.vim
parent13ed494bb5edc5a02d0ed0feabddb68920f88570 (diff)
Update runtime files
Diffstat (limited to 'runtime/colors/desert.vim')
-rw-r--r--runtime/colors/desert.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/colors/desert.vim b/runtime/colors/desert.vim
index 93bc73edec..82a2f1a451 100644
--- a/runtime/colors/desert.vim
+++ b/runtime/colors/desert.vim
@@ -4,7 +4,7 @@
" Maintainer: Original maintainer Hans Fugal <hans@fugal.net>
" Website: https://github.com/vim/colorschemes
" License: Same as Vim
-" Last Updated: 2022-07-26 15:50:01
+" Last Updated: Mon Aug 8 15:21:08 2022
" Generated by Colortemplate v2.2.0
@@ -13,7 +13,7 @@ set background=dark
hi clear
let g:colors_name = 'desert'
-let s:t_Co = exists('&t_Co') && !empty(&t_Co) && &t_Co >= 0 ? &t_Co : -1
+let s:t_Co = exists('&t_Co') ? (&t_Co ?? 0) : -1
if (has('termguicolors') && &termguicolors) || has('gui_running')
let g:terminal_ansi_colors = ['#7f7f8c', '#cd5c5c', '#9acd32', '#bdb76b', '#75a0ff', '#eeee00', '#cd853f', '#666666', '#8a7f7f', '#ff0000', '#89fb98', '#f0e68c', '#6dceeb', '#ffde9b', '#ffa0a0', '#c2bfa5']