Update color groups documentation (#3203)

This commit is contained in:
Dmytro Maluka 2024-03-25 21:06:06 +01:00 committed by GitHub
parent 20bf7096b8
commit 839e86849e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -195,6 +195,9 @@ Here is a list of the colorscheme groups that you can use:
* message (Color of messages in the bottom line of the screen)
* error-message (Color of error messages in the bottom line of the screen)
* match-brace (Color of matching brackets when `matchbracestyle` is set to `highlight`)
* hlsearch (Color of highlighted search results when `hlsearch` is enabled)
* tab-error (Color of tab vs space errors when `hltaberrors` is enabled)
* trailingws (Color of trailing whitespaces when `hltrailingws` is enabled)
Colorschemes must be placed in the `~/.config/micro/colorschemes` directory to
be used.