mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-25 09:23:08 +01: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):
|
||||
"""Set iTerm2 tab/window color"""
|
||||
return """
|
||||
\033]6;1;bg;red;brightness;%s\a
|
||||
\033]6;1;bg;green;brightness;%s\a
|
||||
\033]6;1;bg;blue;brightness;%s\a
|
||||
""" % (*util.hex_to_rgb(color),)
|
||||
return ("\033]6;1;bg;red;brightness;%s\a"
|
||||
"\033]6;1;bg;green;brightness;%s\a"
|
||||
"\033]6;1;bg;blue;brightness;%s\a") % (*util.hex_to_rgb(color),)
|
||||
|
||||
|
||||
def create_sequences(colors):
|
||||
|
Loading…
Reference in New Issue
Block a user