mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-01-10 16:08:11 +01:00
sequences: This is it, my magnum opus
This commit is contained in:
parent
d0c6798d9e
commit
69ad38997d
@ -64,7 +64,7 @@ def create_sequences(colors):
|
|||||||
# \033[8m # Conceal text.
|
# \033[8m # Conceal text.
|
||||||
# \033]708;#000000\007 # Garbage sequence.
|
# \033]708;#000000\007 # Garbage sequence.
|
||||||
# \0338 i # Restore cursor position.
|
# \0338 i # Restore cursor position.
|
||||||
sequences.append(f"\0337\033[8m\033]708;{colors['special']['background']}\007\0338")
|
sequences.append(f"\0337\033[1000H\033[8m\033]708;{colors['special']['background']}\007\0338")
|
||||||
|
|
||||||
return "".join(sequences)
|
return "".join(sequences)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user