comparison runtime/colors/README.txt @ 13857:e751b5c9dff3

Update runtime files. commit https://github.com/vim/vim/commit/85eee130f44a2201d88ca2aeff0af3b11dd75fa9 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 6 17:57:30 2018 +0200 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Sun, 06 May 2018 18:00:08 +0200
parents cad480bac9e1
children 17c4178f26ea
comparison
equal deleted inserted replaced
13856:54b8c9c42b24 13857:e751b5c9dff3
71 Search for "highlight_init". 71 Search for "highlight_init".
72 72
73 If you think you have a color scheme that is good enough to be used by others, 73 If you think you have a color scheme that is good enough to be used by others,
74 please check the following items: 74 please check the following items:
75 75
76 - Source the tools/check_colors.vim script to check for common mistakes. 76 - Source the $VIMRUNTIME/colors/tools/check_colors.vim script to check for
77 common mistakes.
77 - Does it work in a color terminal as well as in the GUI? 78 - Does it work in a color terminal as well as in the GUI?
78 - Is "g:colors_name" set to a meaningful value? In case of doubt you can do 79 - Is "g:colors_name" set to a meaningful value? In case of doubt you can do
79 it this way: 80 it this way:
80 let g:colors_name = expand('<sfile>:t:r') 81 let g:colors_name = expand('<sfile>:t:r')
81 - Is 'background' either used or appropriately set to "light" or "dark"? 82 - Is 'background' either used or appropriately set to "light" or "dark"?