summaryrefslogtreecommitdiff
path: root/pywal/sequences.py
diff options
context:
space:
mode:
authordylan <dylan.araps@gmail.com>2020-09-13 22:55:31 +0300
committerGitHub <noreply@github.com>2020-09-13 22:55:31 +0300
commit7cc9ab837f2372580b47b8e75be67d2c6a72ffdd (patch)
tree911003247ed0fec7bf0f6499b9475c9a7578ba46 /pywal/sequences.py
parent3647d3365bc295ad2bd960a852eb077a7ace5b13 (diff)
parentaef0db1398f771fe94ddb5c1e4f6a72fb387ca3c (diff)
Merge pull request #550 from timgates42/bugfix_typo_foreground
docs: Fix simple typo, foregound -> foreground
Diffstat (limited to 'pywal/sequences.py')
-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"),