diff options
| author | Aaron Eikenberry <aeikenberry@gmail.com> | 2017-08-02 23:20:51 -0500 |
|---|---|---|
| committer | Aaron Eikenberry <aeikenberry@gmail.com> | 2017-08-02 23:20:51 -0500 |
| commit | 648ff3c4f0480a5ef528cd3118e9bc4fee393e7e (patch) | |
| tree | b4b97b9b1c83d982480982b075ba8fc42c194f52 /pywal/sequences.py | |
| parent | 6a4c7de6510e914b029a36461e2777633eb69060 (diff) | |
| parent | 8a0b380eb548766e30c6e6d1818bbcbbef84c19a (diff) | |
Merge branch 'master' of github.com:dylanaraps/pywal
* 'master' of github.com:dylanaraps/pywal:
version: bump
tests: Fix test
colors: fix print
colors: Create comment color based on bg.
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", |
