comparison runtime/colors/koehler.vim @ 30085:ebed259f919f

Update runtime files Commit: https://github.com/vim/vim/commit/0daafaa7d99ef500f76b1b12f5fe8153e2fcaea0 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 4 17:45:43 2022 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sun, 04 Sep 2022 19:00:05 +0200
parents f00c56ee8118
children 2a36aec80c9e
comparison
equal deleted inserted replaced
30084:f4a27718e608 30085:ebed259f919f
1 " Name: koehler 1 " Name: koehler
2 " Author: original author Ron Aaron <ron@ronware.org> 2 " Author: original author Ron Aaron <ron@ronware.org>
3 " Maintainer: original maintainer Ron Aaron <ron@ronware.org> 3 " Maintainer: original maintainer Ron Aaron <ron@ronware.org>
4 " Website: https://www.github.com/vim/colorschemes 4 " Website: https://www.github.com/vim/colorschemes
5 " License: Same as Vim 5 " License: Same as Vim
6 " Last Updated: Tue 23 Aug 2022 16:50:39 MSK 6 " Last Updated: Fri 02 Sep 2022 09:23:56 MSK
7 7
8 " Generated by Colortemplate v2.2.0 8 " Generated by Colortemplate v2.2.0
9 9
10 set background=dark 10 set background=dark
11 11
47 hi! link Typedef Type 47 hi! link Typedef Type
48 hi! link lCursor Cursor 48 hi! link lCursor Cursor
49 hi! link CurSearch Search 49 hi! link CurSearch Search
50 hi! link CursorLineFold CursorLine 50 hi! link CursorLineFold CursorLine
51 hi! link CursorLineSign CursorLine 51 hi! link CursorLineSign CursorLine
52 hi! link MessageWindow Pmenu
53 hi! link PopupNotification Todo
52 54
53 if (has('termguicolors') && &termguicolors) || has('gui_running') 55 if (has('termguicolors') && &termguicolors) || has('gui_running')
54 let g:terminal_ansi_colors = ['#000000', '#cd0000', '#00cd00', '#cdcd00', '#0000ee', '#cd00cd', '#00cdcd', '#e5e5e5', '#7f7f7f', '#ff0000', '#00ff00', '#ffff00', '#5c5cff', '#ff00ff', '#00ffff', '#ffffff'] 56 let g:terminal_ansi_colors = ['#000000', '#cd0000', '#00cd00', '#cdcd00', '#0000ee', '#cd00cd', '#00cdcd', '#e5e5e5', '#7f7f7f', '#ff0000', '#00ff00', '#ffff00', '#5c5cff', '#ff00ff', '#00ffff', '#ffffff']
55 endif 57 endif
56 hi Normal guifg=#ffffff guibg=#000000 gui=NONE cterm=NONE 58 hi Normal guifg=#ffffff guibg=#000000 gui=NONE cterm=NONE