mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-02-18 03:01:03 +01: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
|
||||
|
||||
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:
|
||||
return "\033]%s;[%s]%s\007" % (index, alpha, color)
|
||||
|
Loading…
Reference in New Issue
Block a user