aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordylan <[email protected]>2020-09-13 22:55:31 +0300
committerGitHub <[email protected]>2020-09-13 22:55:31 +0300
commit7cc9ab837f2372580b47b8e75be67d2c6a72ffdd (patch)
tree911003247ed0fec7bf0f6499b9475c9a7578ba46
parentMerge pull request #546 from ryuta69/fix_longline_for_flake8 (diff)
parentdocs: Fix simple typo, foregound -> foreground (diff)
downloadpywal-7cc9ab837f2372580b47b8e75be67d2c6a72ffdd.tar.xz
pywal-7cc9ab837f2372580b47b8e75be67d2c6a72ffdd.zip
Merge pull request #550 from timgates42/bugfix_typo_foreground
docs: Fix simple typo, foregound -> foreground
-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"),