From aef0db1398f771fe94ddb5c1e4f6a72fb387ca3c Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Mon, 14 Sep 2020 05:53:56 +1000 Subject: [PATCH] docs: Fix simple typo, foregound -> foreground There is a small typo in pywal/sequences.py. Should read `foreground` rather than `foregound`. --- pywal/sequences.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pywal/sequences.py b/pywal/sequences.py index e7047b8..8b81323 100644 --- a/pywal/sequences.py +++ b/pywal/sequences.py @@ -45,7 +45,7 @@ def create_sequences(colors, vte_fix=False): # Special colors. # Source: https://goo.gl/KcoQgP - # 10 = foreground, 11 = background, 12 = cursor foregound + # 10 = foreground, 11 = background, 12 = cursor foreground # 13 = mouse foreground, 708 = background border color. sequences.extend([ set_special(10, colors["special"]["foreground"], "g"),