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

Commit aef0db1

Browse files
committed
docs: Fix simple typo, foregound -> foreground
There is a small typo in pywal/sequences.py. Should read `foreground` rather than `foregound`.
1 parent 919ea75 commit aef0db1

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)