summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Gates <tim.gates@iress.com>2020-09-14 05:53:56 +1000
committerTim Gates <tim.gates@iress.com>2020-09-14 05:53:56 +1000
commitaef0db1398f771fe94ddb5c1e4f6a72fb387ca3c (patch)
tree6ad539d9ffc0c858d6ad6c86b49cdf3b4130d27b
parent919ea7533a4214ec9a829f8e3d1711439fb0e12c (diff)
docs: Fix simple typo, foregound -> foreground
There is a small typo in pywal/sequences.py. Should read `foreground` rather than `foregound`.
-rw-r--r--pywal/sequences.py2
1 files changed, 1 insertions, 1 deletions
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"),