From 5ce49318b97fdfd33ba4d1532d88f7c88b2836f4 Mon Sep 17 00:00:00 2001 From: John Yeates Date: Fri, 14 Jun 2024 14:06:54 +0100 Subject: [PATCH] Add hex colours to colour attribute docs This brings the docs into line with the lazygit docs. --- docs/Config.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/Config.md b/docs/Config.md index e111bb6ed..0d8e665b7 100644 --- a/docs/Config.md +++ b/docs/Config.md @@ -102,6 +102,8 @@ stats: For color attributes you can choose an array of attributes (with max one color attribute) The available attributes are: +**Colors** + - default - black - red @@ -111,9 +113,15 @@ The available attributes are: - magenta - cyan - white +- '#ff00ff' + +**Modifiers** + - bold +- default - reverse # useful for high-contrast - underline +- strikethrough ## Custom Commands