mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-03-13 14:48:29 +01:00
sequences: Fix foreground color on mac
This commit is contained in:
parent
bb95b278b1
commit
7f49f95439
@ -7,7 +7,7 @@ from .settings import CACHE_DIR, OS
|
||||
from . import util
|
||||
|
||||
|
||||
def set_special(index, color, iterm_name="g"):
|
||||
def set_special(index, color, iterm_name="h"):
|
||||
"""Convert a hex color to a special sequence."""
|
||||
alpha = util.Color.alpha_num
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user