X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=runtime%2Fhelp%2Fcolors.md;h=e340f49544f8f99110d91cae927694b9e77594ff;hb=54c23cae72d7237bc898a59f79aad0acffdf0ffe;hp=7186cdfecd26d1c7b490d2b128e26de7ffd0176d;hpb=d7ab44253fac55ab83eda2847749fcc29ad16f37;p=micro.git diff --git a/runtime/help/colors.md b/runtime/help/colors.md index 7186cdfe..e340f495 100644 --- a/runtime/help/colors.md +++ b/runtime/help/colors.md @@ -8,7 +8,7 @@ This help page aims to cover two aspects of micro's syntax highlighting engine: ## Colorschemes -To change your colorscheme, press CtrlE in micro to bring up the command +To change your colorscheme, press Ctrl-e in micro to bring up the command prompt, and type: ``` @@ -87,7 +87,8 @@ These may vary widely based on the 16 colors selected for your terminal. True color requires your terminal to support it. This means that the environment variable `COLORTERM` should have the value `truecolor`, `24bit`, or `24-bit`. In addition, to enable true color in micro, the environment -variable `MICRO_TRUECOLOR` must be set to 1. +variable `MICRO_TRUECOLOR` must be set to 1. Note that you have to create +and set this variable yourself. * `solarized-tc`: this is the solarized colorscheme for true color. * `atom-dark-tc`: this colorscheme is based off of Atom's "dark" colorscheme. @@ -175,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 @@ -182,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.