diff options
| author | dylan araps <dylan.araps@gmail.com> | 2017-08-26 09:19:32 +1000 |
|---|---|---|
| committer | dylan araps <dylan.araps@gmail.com> | 2017-08-26 09:19:32 +1000 |
| commit | 4744eee3394d0b1ee71d1d1fc81b99be51785fef (patch) | |
| tree | 1f2106fcc11e1b226e94fc7589204658b5d8bdeb /pywal/sequences.py | |
| parent | 93258bdcd8a776a298147e973e156c4488995c8c (diff) | |
sequences: Remove color 66.
Diffstat (limited to 'pywal/sequences.py')
| -rw-r--r-- | pywal/sequences.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pywal/sequences.py b/pywal/sequences.py index 28fec1d..937b852 100644 --- a/pywal/sequences.py +++ b/pywal/sequences.py @@ -45,10 +45,6 @@ def create_sequences(colors, vte): sequences = [set_color(index, colors["colors"]["color%s" % index]) for index in range(16)] - # Set a blank color that isn't affected by bold highlighting. - # Used in wal.vim's airline theme. - sequences.append(set_color(66, colors["special"]["background"])) - # Special colors. # Source: https://goo.gl/KcoQgP # 10 = foreground, 11 = background, 12 = cursor foregound |
