mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-06-25 03:51:34 +02:00
sequences: Fixed extra white space in iterm2
This commit is contained in:
parent
9af91045c2
commit
55116a4834
@ -30,11 +30,9 @@ def set_color(index, color):
|
|||||||
|
|
||||||
def set_iterm_tab_color(color):
|
def set_iterm_tab_color(color):
|
||||||
"""Set iTerm2 tab/window color"""
|
"""Set iTerm2 tab/window color"""
|
||||||
return """
|
return ("\033]6;1;bg;red;brightness;%s\a"
|
||||||
\033]6;1;bg;red;brightness;%s\a
|
"\033]6;1;bg;green;brightness;%s\a"
|
||||||
\033]6;1;bg;green;brightness;%s\a
|
"\033]6;1;bg;blue;brightness;%s\a") % (*util.hex_to_rgb(color),)
|
||||||
\033]6;1;bg;blue;brightness;%s\a
|
|
||||||
""" % (*util.hex_to_rgb(color),)
|
|
||||||
|
|
||||||
|
|
||||||
def create_sequences(colors):
|
def create_sequences(colors):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user