From 83b3efc9de98b118992748d50e71c0825aa6d12c Mon Sep 17 00:00:00 2001 From: Dmitry Maluka Date: Sun, 20 Dec 2020 06:35:57 +0100 Subject: [PATCH] Document undocumented colorscheme groups (#1939) --- runtime/help/colors.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/runtime/help/colors.md b/runtime/help/colors.md index bc64c75e..e340f495 100644 --- a/runtime/help/colors.md +++ b/runtime/help/colors.md @@ -176,6 +176,7 @@ Here is a list of the colorscheme groups that you can use: * underlined * error * todo +* selection (Color of the text selection) * statusline (Color of the statusline) * tabbar (Color of the tabbar that lists open files) * indent-char (Color of the character which indicates tabs if the option is @@ -183,11 +184,17 @@ Here is a list of the colorscheme groups that you can use: * line-number * gutter-error * gutter-warning +* diff-added +* diff-modified +* diff-deleted * cursor-line * current-line-number * color-column * ignore +* scrollbar * divider (Color of the divider between vertical splits) +* message (Color of messages in the bottom line of the screen) +* error-message (Color of error messages in the bottom line of the screen) Colorschemes must be placed in the `~/.config/micro/colorschemes` directory to be used.