Skip to content

Commit

Permalink
[DOC] Fixes entries_color example documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
HorlogeSkynet committed Sep 29, 2024
1 parent 26af175 commit eef0ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://wiki.bash-hackers.org/scripting/terminalcodes> for more information.
"entries_color": "",
// Set this option to `false` to force Archey to use its own colors palettes.
Expand Down

0 comments on commit eef0ab2

Please sign in to comment.