Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 7cc9ab8

Browse files
authored
Merge pull request #550 from timgates42/bugfix_typo_foreground
docs: Fix simple typo, foregound -> foreground
2 parents 3647d33 + aef0db1 commit 7cc9ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pywal/sequences.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def create_sequences(colors, vte_fix=False):
4545

4646
# Special colors.
4747
# Source: https://goo.gl/KcoQgP
48-
# 10 = foreground, 11 = background, 12 = cursor foregound
48+
# 10 = foreground, 11 = background, 12 = cursor foreground
4949
# 13 = mouse foreground, 708 = background border color.
5050
sequences.extend([
5151
set_special(10, colors["special"]["foreground"], "g"),

0 commit comments

Comments
 (0)