From 3fb5a7053fb5fb0c345e95dd0816594e179b7a1f Mon Sep 17 00:00:00 2001 From: Alekhine51 Date: Tue, 8 Dec 2020 22:43:37 -0500 Subject: [PATCH] Added a sentence to colors.md clarifying that the truecolor environment variable has to be created by the user. (#1928) --- runtime/help/colors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/runtime/help/colors.md b/runtime/help/colors.md index 9ebb8689..bc64c75e 100644 --- a/runtime/help/colors.md +++ b/runtime/help/colors.md @@ -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.