]> git.lizzy.rs Git - micro.git/commitdiff
Added a sentence to colors.md clarifying that the truecolor environment variable...
authorAlekhine51 <dangilleran7@protonmail.com>
Wed, 9 Dec 2020 03:43:37 +0000 (22:43 -0500)
committerGitHub <noreply@github.com>
Wed, 9 Dec 2020 03:43:37 +0000 (22:43 -0500)
runtime/help/colors.md

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