mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-06-19 08:06:38 +02:00
tests: Update tests to support the new json config files.
This commit is contained in:
parent
ede6385224
commit
a56d0facff
@ -47,7 +47,7 @@ def send_sequences(colors, vte):
|
|||||||
sequences.append(set_special(11, colors["special"]["background"]))
|
sequences.append(set_special(11, colors["special"]["background"]))
|
||||||
sequences.append(set_special(12, colors["special"]["cursor"]))
|
sequences.append(set_special(12, colors["special"]["cursor"]))
|
||||||
|
|
||||||
# TODO: Figure out what these change.
|
# Figure out what these change.
|
||||||
# sequences.append(set_special(13, colors["foreground"]))
|
# sequences.append(set_special(13, colors["foreground"]))
|
||||||
# sequences.append(set_special(14, colors["background"]))
|
# sequences.append(set_special(14, colors["background"]))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user