docs: Fix simple typo, foregound -> foreground

There is a small typo in pywal/sequences.py.

Should read `foreground` rather than `foregound`.
This commit is contained in:
Tim Gates 2020-09-14 05:53:56 +10:00
parent 919ea7533a
commit aef0db1398
No known key found for this signature in database
GPG Key ID: AE3BE0D53823CF05

View File

@ -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"),