sequences: Fix foreground color on mac

This commit is contained in:
Dylan Araps 2017-07-31 14:44:25 +10:00
parent bb95b278b1
commit 7f49f95439

View File

@ -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