diff --git a/pywal/sequences.py b/pywal/sequences.py index e7047b8..8b81323 100644 --- a/pywal/sequences.py +++ b/pywal/sequences.py @@ -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"),