From 1c4092b0808948ba0e9cb97bfe9aafe030c98b68 Mon Sep 17 00:00:00 2001 From: Alexey Yerin Date: Sun, 28 Nov 2021 16:52:24 +0300 Subject: senpai.5: fix color code in example 3 is yellow, not green. The person who wrote this should really fix their color scheme. --- doc/senpai.5.scd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/senpai.5.scd b/doc/senpai.5.scd index 38b9556..e75513d 100644 --- a/doc/senpai.5.scd +++ b/doc/senpai.5.scd @@ -142,7 +142,7 @@ pane-widths { ``` colors { - prompt 3 # green + prompt 2 # green } ``` -- cgit v1.2.3