mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-01-10 07:58:12 +01:00
colors: Fix transparency in urxvt. Closes #154
This commit is contained in:
parent
bba85dc406
commit
aadb470931
@ -61,8 +61,8 @@ def create_sequences(colors):
|
|||||||
# \033[8m # Conceal text.
|
# \033[8m # Conceal text.
|
||||||
# \033]708;#000000\033\\ # Garbage sequence.
|
# \033]708;#000000\033\\ # Garbage sequence.
|
||||||
# \033[u # Restore cursor position.
|
# \033[u # Restore cursor position.
|
||||||
sequences.extend(["\033[s\033[1000H\033[8m\033]708;%s\234\033[u" %
|
sequences.extend(["\033[s\033[1000H\033[8m%s\033[u" %
|
||||||
colors['special']['background'],
|
set_special(708, colors['special']['background']),
|
||||||
set_special(13, colors["special"]["cursor"], "l")])
|
set_special(13, colors["special"]["cursor"], "l")])
|
||||||
|
|
||||||
if OS == "Darwin":
|
if OS == "Darwin":
|
||||||
|
Loading…
Reference in New Issue
Block a user