]> git.lizzy.rs Git - micro.git/commitdiff
Document undocumented colorscheme groups (#1939)
authorDmitry Maluka <dmitrymaluka@gmail.com>
Sun, 20 Dec 2020 05:35:57 +0000 (06:35 +0100)
committerGitHub <noreply@github.com>
Sun, 20 Dec 2020 05:35:57 +0000 (00:35 -0500)
runtime/help/colors.md

index bc64c75ef97f58041d89ee7180cc0c367291b7a1..e340f49544f8f99110d91cae927694b9e77594ff 100644 (file)
@@ -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.