Document undocumented colorscheme groups (#1939)

This commit is contained in:
Dmitry Maluka 2020-12-20 06:35:57 +01:00 committed by GitHub
parent c13acf6b19
commit 83b3efc9de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -176,6 +176,7 @@ Here is a list of the colorscheme groups that you can use:
* underlined * underlined
* error * error
* todo * todo
* selection (Color of the text selection)
* statusline (Color of the statusline) * statusline (Color of the statusline)
* tabbar (Color of the tabbar that lists open files) * tabbar (Color of the tabbar that lists open files)
* indent-char (Color of the character which indicates tabs if the option is * 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 * line-number
* gutter-error * gutter-error
* gutter-warning * gutter-warning
* diff-added
* diff-modified
* diff-deleted
* cursor-line * cursor-line
* current-line-number * current-line-number
* color-column * color-column
* ignore * ignore
* scrollbar
* divider (Color of the divider between vertical splits) * 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 Colorschemes must be placed in the `~/.config/micro/colorschemes` directory to
be used. be used.