diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2017-08-02 13:18:05 +1000 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2017-08-02 13:18:05 +1000 |
| commit | 29d7c93779d6bc60422934277fdb0811ee9489ea (patch) | |
| tree | edfedbd563b385fb48ea55f94fa410e4ad149a48 /pywal/sequences.py | |
| parent | 2b220aec72c0550e00b7f5c5bf062e1418e3dfcc (diff) | |
version: bump
Diffstat (limited to 'pywal/sequences.py')
| -rw-r--r-- | pywal/sequences.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/sequences.py b/pywal/sequences.py index c254de0..b94bd93 100644 --- a/pywal/sequences.py +++ b/pywal/sequences.py @@ -29,7 +29,7 @@ def set_color(index, color): def set_iterm_tab_color(color): - """Set iTerm2 window color""" + """Set iTerm2 tab/window color""" red, green, blue = util.hex_to_rgb(color) return [ f"\033]6;1;bg;red;brightness;{red}\a", |
