mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-05-20 16:20:53 +02:00
sequences: Fix incorrect macOS sequence.
This commit is contained in:
parent
554a95f14d
commit
16c4b699b1
@ -13,7 +13,7 @@ def set_special(index, color, iterm_name="h"):
|
|||||||
alpha = util.Color.alpha_num
|
alpha = util.Color.alpha_num
|
||||||
|
|
||||||
if OS == "Darwin":
|
if OS == "Darwin":
|
||||||
return "\033[P%s%s\033\\" % (iterm_name, color.strip("#"))
|
return "\033]P%s%s\033\\" % (iterm_name, color.strip("#"))
|
||||||
|
|
||||||
if index in [11, 708] and alpha != 100:
|
if index in [11, 708] and alpha != 100:
|
||||||
return "\033]%s;[%s]%s\007" % (index, alpha, color)
|
return "\033]%s;[%s]%s\007" % (index, alpha, color)
|
||||||
|
Loading…
Reference in New Issue
Block a user