mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-06-18 15:46:38 +02: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
|
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."""
|
"""Convert a hex color to a special sequence."""
|
||||||
alpha = util.Color.alpha_num
|
alpha = util.Color.alpha_num
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user