From eef0ab28ef692ec6df80a72b6bcbada80939cc0f Mon Sep 17 00:00:00 2001 From: Samuel FORESTIER Date: Sat, 31 Aug 2024 11:30:20 +0200 Subject: [PATCH] [DOC] Fixes `entries_color` example documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fcf93d4..a5ebd4e 100644 --- a/README.md +++ b/README.md @@ -260,7 +260,7 @@ Below stand further descriptions for each available (default) option : // Use this option to specify a custom color for entries (logo won't be affected). // Value should be a string suitable for inclusion in the ANSI/ECMA-48 escape code for setting graphical rendition // - // For instance "5;31;47" would result in yellow text blinking on white background. + // For instance "5;31;47" would result in red text blinking on white background. // See for more information. "entries_color": "", // Set this option to `false` to force Archey to use its own colors palettes.