mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-02-18 03:01:03 +01:00
sequences: Fix extra arg
This commit is contained in:
parent
a3339b3c49
commit
7781234150
@ -45,7 +45,7 @@ def create_sequences(colors, vte):
|
||||
|
||||
# Set a blank color that isn't affected by bold highlighting.
|
||||
# Used in wal.vim's airline theme.
|
||||
sequences.append(set_color(66, colors["special"]["background"], "h"))
|
||||
sequences.append(set_color(66, colors["special"]["background"]))
|
||||
|
||||
# This escape sequence doesn"t work in VTE terminals.
|
||||
if not vte:
|
||||
|
Loading…
Reference in New Issue
Block a user