comparison runtime/colors/README.txt @ 22565:17c4178f26ea

Update runtime files. Commit: https://github.com/vim/vim/commit/4f4d51a942cc2c6b3e936ee0f93f00c2d000065c Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 11 13:57:40 2020 +0200 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Sun, 11 Oct 2020 14:00:05 +0200
parents e751b5c9dff3
children 92c424550367
comparison
equal deleted inserted replaced
22564:2e79e579dd52 22565:17c4178f26ea
65 65
66 You can use ":highlight" to find out the current colors. Exception: the 66 You can use ":highlight" to find out the current colors. Exception: the
67 ctermfg and ctermbg values are numbers, which are only valid for the current 67 ctermfg and ctermbg values are numbers, which are only valid for the current
68 terminal. Use the color names instead. See ":help cterm-colors". 68 terminal. Use the color names instead. See ":help cterm-colors".
69 69
70 The default color settings can be found in the source file src/syntax.c. 70 The default color settings can be found in the source file src/highlight.c.
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