Update runtime files

This commit is contained in:
Bram Moolenaar
2022-08-01 15:09:53 +01:00
parent ab146dac6b
commit 05a8061eec
24 changed files with 1284 additions and 59 deletions

View File

@ -3,7 +3,7 @@
" Maintainer: original maintainer Ron Aaron <ron@ronware.org>
" Website: https://www.github.com/vim/colorschemes
" License: Same as Vim
" Last Updated: Sat 11 Jun 2022 11:29:07 MSK
" Last Updated: 2022-07-26 15:50:11
" Generated by Colortemplate v2.2.0
@ -12,7 +12,7 @@ set background=dark
hi clear
let g:colors_name = 'ron'
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
hi! link Terminal Normal
hi! link Boolean Constant