Update runtime files

This commit is contained in:
Bram Moolenaar
2022-08-26 18:01:12 +01:00
parent 2ee347fbc0
commit 7dd543246a
31 changed files with 730 additions and 367 deletions

View File

@ -4,7 +4,7 @@
" Maintainer: Original maintainer David Schweikert <david@schweikert.ch>
" Website: https://github.com/vim/colorschemes
" License: Same as Vim
" Last Updated: Mon Aug 8 15:21:07 2022
" Last Updated: Tue 23 Aug 2022 16:50:36 MSK
" Generated by Colortemplate v2.2.0
@ -13,7 +13,7 @@ set background=light
hi clear
let g:colors_name = 'delek'
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 = ['#ffffff', '#0000ff', '#00cd00', '#cd00cd', '#008b8b', '#0000ff', '#ff1493', '#bcbcbc', '#ee0000', '#0000ff', '#00cd00', '#cd00cd', '#008b8b', '#0000ff', '#ff1493', '#000000']