diff options
| author | Dylan Araps <[email protected]> | 2017-06-29 12:25:59 +1000 |
|---|---|---|
| committer | Dylan Araps <[email protected]> | 2017-06-29 12:25:59 +1000 |
| commit | a56d0facff42c3fadae879d423530c83c1c1c929 (patch) | |
| tree | 749c3027ef7d9207d4406838df651aae8fbdce24 | |
| parent | tests: Update tests to support the new json config files. (diff) | |
| download | pywal-a56d0facff42c3fadae879d423530c83c1c1c929.tar.xz pywal-a56d0facff42c3fadae879d423530c83c1c1c929.zip | |
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"])) |