mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-29 03:13:47 +01:00
general: fix linting
This commit is contained in:
parent
78582215a0
commit
c358944262
@ -65,7 +65,7 @@ def create_sequences(colors):
|
||||
# \033[8m # Conceal text.
|
||||
# \033]708;#000000\007 # Garbage sequence.
|
||||
# \0338 # Restore cursor position.
|
||||
sequences.append(f"\0337\033[1000H\033[8m\033]708;%s\007\0338" %
|
||||
sequences.append("\0337\033[1000H\033[8m\033]708;%s\007\0338" %
|
||||
colors['special']['background'])
|
||||
|
||||
return "".join(sequences)
|
||||
|
Loading…
Reference in New Issue
Block a user