summaryrefslogtreecommitdiff
path: root/pywal/sequences.py
diff options
context:
space:
mode:
Diffstat (limited to 'pywal/sequences.py')
-rw-r--r--pywal/sequences.py4
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