comparison runtime/colors/blue.vim @ 33955:2a36aec80c9e

runtime(colorschemes): Update colorschemes (#13691) Commit: https://github.com/vim/vim/commit/0378f07fbaee9fd8773f3cf8cef146606dd7bf72 Author: Maxim Kim <habamax@gmail.com> Date: Sun Dec 17 00:22:44 2023 +1100 runtime(colorschemes): Update colorschemes (https://github.com/vim/vim/issues/13691) Minor changes: - Regenerated using colortemplate 2.2.3 - Removed reversed gui-cursor for some of the colorschemes (retrobox, wildcharm, lunaperche) - Change MatchParen for some of colorschemes. Signed-off-by: Maxim Kim <habamax@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sat, 16 Dec 2023 14:30:05 +0100
parents ebed259f919f
children 21f02c883646
comparison
equal deleted inserted replaced
33954:89406923f2bc 33955:2a36aec80c9e
2 " Description: Colorscheme with a blue background 2 " Description: Colorscheme with a blue background
3 " Author: Original author Steven Vertigan <steven@vertigan.wattle.id.au> 3 " Author: Original author Steven Vertigan <steven@vertigan.wattle.id.au>
4 " Maintainer: Original maintainer Steven Vertigan <steven@vertigan.wattle.id.au> 4 " Maintainer: Original maintainer Steven Vertigan <steven@vertigan.wattle.id.au>
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: Fri 02 Sep 2022 09:41:44 MSK 7 " Last Updated: Fri 15 Dec 2023 20:05:33
8 8
9 " Generated by Colortemplate v2.2.0 9 " Generated by Colortemplate v2.2.3
10 10
11 set background=dark 11 set background=dark
12 12
13 hi clear 13 hi clear
14 let g:colors_name = 'blue' 14 let g:colors_name = 'blue'
15 15
16 let s:t_Co = exists('&t_Co') && !has('gui_running') ? (&t_Co ?? 0) : -1 16 let s:t_Co = has('gui_running') ? -1 : (&t_Co ?? 0)
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 Normal guifg=#ffd700 guibg=#000087 gui=NONE cterm=NONE 21 hi Normal guifg=#ffd700 guibg=#000087 gui=NONE cterm=NONE
581 " Color: bgDiffT #C6C6C6 251 grey 581 " Color: bgDiffT #C6C6C6 251 grey
582 " Color: fgDiffW #FFFFFF 231 white 582 " Color: fgDiffW #FFFFFF 231 white
583 " Color: fgDiffB #000000 16 black 583 " Color: fgDiffB #000000 16 black
584 " Color: bgDiffC8 #5F87AF 67 darkblue 584 " Color: bgDiffC8 #5F87AF 67 darkblue
585 " Color: bgDiffD8 #AF5FAF 133 darkmagenta 585 " Color: bgDiffD8 #AF5FAF 133 darkmagenta
586 " vim: et ts=2 sw=2 586 " vim: et ts=8 sw=2 sts=2