comparison runtime/colors/README.txt @ 13049:0d23a49da746 v8.0.1400

patch 8.0.1400: color scheme check script shows up as color scheme commit https://github.com/vim/vim/commit/8ee2d36e216756e712a3a9122ce1e1203378a9c8 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 17 16:11:09 2017 +0100 patch 8.0.1400: color scheme check script shows up as color scheme Problem: Color scheme check script shows up as color scheme. Solution: Move it to the "tools" subdirectory. (closes https://github.com/vim/vim/issues/2457)
author Christian Brabandt <cb@256bit.org>
date Sun, 17 Dec 2017 16:15:04 +0100
parents e265f0b93bb4
children cad480bac9e1
comparison
equal deleted inserted replaced
13048:9da136b1cfb5 13049:0d23a49da746
62 Search for "highlight_init". 62 Search for "highlight_init".
63 63
64 If you think you have a color scheme that is good enough to be used by others, 64 If you think you have a color scheme that is good enough to be used by others,
65 please check the following items: 65 please check the following items:
66 66
67 - Source the check_colors.vim script to check for common mistakes. 67 - Source the tools/check_colors.vim script to check for common mistakes.
68 - Does it work in a color terminal as well as in the GUI? 68 - Does it work in a color terminal as well as in the GUI?
69 - Is "g:colors_name" set to a meaningful value? In case of doubt you can do 69 - Is "g:colors_name" set to a meaningful value? In case of doubt you can do
70 it this way: 70 it this way:
71 let g:colors_name = expand('<sfile>:t:r') 71 let g:colors_name = expand('<sfile>:t:r')
72 - Is 'background' either used or appropriately set to "light" or "dark"? 72 - Is 'background' either used or appropriately set to "light" or "dark"?