From 4744eee3394d0b1ee71d1d1fc81b99be51785fef Mon Sep 17 00:00:00 2001 From: dylan araps Date: Sat, 26 Aug 2017 09:19:32 +1000 Subject: sequences: Remove color 66. --- pywal/sequences.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'pywal/sequences.py') 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 -- cgit v1.2.3