diff options
author | Alexey Yerin <yyp@disroot.org> | 2021-11-28 16:52:24 +0300 |
---|---|---|
committer | Hubert Hirtz <hubert@hirtz.pm> | 2021-11-29 08:43:19 +0100 |
commit | 1c4092b0808948ba0e9cb97bfe9aafe030c98b68 (patch) | |
tree | 514a324b2a6a850137810e4332a904963d4bc9ad | |
parent | senpai.5: remove mention of no-tls (diff) |
senpai.5: fix color code in example
3 is yellow, not green. The person who wrote this should really fix
their color scheme.
-rw-r--r-- | doc/senpai.5.scd | 2 |
1 files changed, 1 insertions, 1 deletions
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 } ``` |