commit 1c4092b

Alexey Yerin  ·  2021-11-28 13:52:24 +0000 UTC
parent a8ff577
senpai.5: fix color code in example

3 is yellow, not green. The person who wrote this should really fix
their color scheme.
1 files changed,  +1, -1
+1, -1
1@@ -142,7 +142,7 @@ pane-widths {
2 
3 ```
4 colors {
5-    prompt 3 # green
6+    prompt 2 # green
7 }
8 ```
9