mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-07 16:44:04 +01:00
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:
parent
919ea7533a
commit
aef0db1398
@ -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"),
|
||||
|
Loading…
Reference in New Issue
Block a user