diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2017-06-29 12:25:59 +1000 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2017-06-29 12:25:59 +1000 |
| commit | a56d0facff42c3fadae879d423530c83c1c1c929 (patch) | |
| tree | 749c3027ef7d9207d4406838df651aae8fbdce24 | |
| parent | ede63852249617b71a37887de9969a5022170e5e (diff) | |
tests: Update tests to support the new json config files.
| -rwxr-xr-x | pywal/set_colors.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/set_colors.py b/pywal/set_colors.py index b5da855..da88e45 100755 --- a/pywal/set_colors.py +++ b/pywal/set_colors.py @@ -47,7 +47,7 @@ def send_sequences(colors, vte): sequences.append(set_special(11, colors["special"]["background"])) 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(14, colors["background"])) |
