diff options
| author | Tim Gates <tim.gates@iress.com> | 2020-09-14 05:53:56 +1000 |
|---|---|---|
| committer | Tim Gates <tim.gates@iress.com> | 2020-09-14 05:53:56 +1000 |
| commit | aef0db1398f771fe94ddb5c1e4f6a72fb387ca3c (patch) | |
| tree | 6ad539d9ffc0c858d6ad6c86b49cdf3b4130d27b | |
| parent | 919ea7533a4214ec9a829f8e3d1711439fb0e12c (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.py | 2 |
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"), |
