aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordylan araps <[email protected]>2017-08-26 09:19:32 +1000
committerdylan araps <[email protected]>2017-08-26 09:19:32 +1000
commit4744eee3394d0b1ee71d1d1fc81b99be51785fef (patch)
tree1f2106fcc11e1b226e94fc7589204658b5d8bdeb
parentMerge pull request #88 from adamsdarlingtower/master (diff)
downloadpywal-4744eee3394d0b1ee71d1d1fc81b99be51785fef.tar.xz
pywal-4744eee3394d0b1ee71d1d1fc81b99be51785fef.zip
sequences: Remove color 66.
-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