comparison runtime/colors/slate.vim @ 29885:f00c56ee8118

Update runtime files Commit: https://github.com/vim/vim/commit/7dd543246a4c21c4d5a4242a28076706f5abebd4 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 26 18:01:12 2022 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Fri, 26 Aug 2022 19:15:05 +0200
parents 90a966f5c77a
children ebed259f919f
comparison
equal deleted inserted replaced
29884:1eb91db19364 29885:f00c56ee8118
2 " Description: Remake of slate 2 " Description: Remake of slate
3 " Author: Original maintainer Ralph Amissah <ralph@amissah.com> 3 " Author: Original maintainer Ralph Amissah <ralph@amissah.com>
4 " Maintainer: Original maintainer Ralph Amissah <ralph@amissah.com> 4 " Maintainer: Original maintainer Ralph Amissah <ralph@amissah.com>
5 " Website: https://github.com/vim/colorschemes 5 " Website: https://github.com/vim/colorschemes
6 " License: Same as Vim 6 " License: Same as Vim
7 " Last Updated: Tue Aug 16 08:11:08 2022 7 " Last Updated: Tue 23 Aug 2022 16:50:46 MSK
8 8
9 " Generated by Colortemplate v2.2.0 9 " Generated by Colortemplate v2.2.0
10 10
11 set background=dark 11 set background=dark
12 12
13 hi clear 13 hi clear
14 let g:colors_name = 'slate' 14 let g:colors_name = 'slate'
15 15
16 let s:t_Co = exists('&t_Co') ? (&t_Co ?? 0) : -1 16 let s:t_Co = exists('&t_Co') && !has('gui_running') ? (&t_Co ?? 0) : -1
17 17
18 if (has('termguicolors') && &termguicolors) || has('gui_running') 18 if (has('termguicolors') && &termguicolors) || has('gui_running')
19 let g:terminal_ansi_colors = ['#000000', '#cd0000', '#00cd00', '#cdcd00', '#0000ee', '#cd00cd', '#00cdcd', '#e5e5e5', '#7f7f7f', '#ff0000', '#00ff00', '#ffff00', '#5c5cff', '#ff00ff', '#00ffff', '#ffffff'] 19 let g:terminal_ansi_colors = ['#000000', '#cd0000', '#00cd00', '#cdcd00', '#0000ee', '#cd00cd', '#00cdcd', '#e5e5e5', '#7f7f7f', '#ff0000', '#00ff00', '#ffff00', '#5c5cff', '#ff00ff', '#00ffff', '#ffffff']
20 endif 20 endif
21 hi! link Terminal Normal 21 hi! link Terminal Normal