summaryrefslogtreecommitdiff
path: root/pywal
diff options
context:
space:
mode:
authordylan araps <dylan.araps@gmail.com>2017-08-26 09:19:32 +1000
committerdylan araps <dylan.araps@gmail.com>2017-08-26 09:19:32 +1000
commit4744eee3394d0b1ee71d1d1fc81b99be51785fef (patch)
tree1f2106fcc11e1b226e94fc7589204658b5d8bdeb /pywal
parent93258bdcd8a776a298147e973e156c4488995c8c (diff)
sequences: Remove color 66.
Diffstat (limited to 'pywal')
-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