diff options
Diffstat (limited to 'runtime/colors/desert.vim')
-rw-r--r-- | runtime/colors/desert.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/colors/desert.vim b/runtime/colors/desert.vim index 4bfdf7eabd..0a451653de 100644 --- a/runtime/colors/desert.vim +++ b/runtime/colors/desert.vim @@ -13,7 +13,7 @@ set background=dark hi clear let g:colors_name = 'desert' -let s:t_Co = exists('&t_Co') && !has('gui_running') ? (&t_Co ? &t_Co : 0) : -1 +let s:t_Co = &t_Co 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'] |