Merge pull request #550 from timgates42/bugfix_typo_foreground

docs: Fix simple typo, foregound -> foreground
This commit is contained in:
dylan 2020-09-13 22:55:31 +03:00 committed by GitHub
commit 7cc9ab837f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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