mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-02-10 07:19:31 +01:00
sequences: Remove color 66.
This commit is contained in:
parent
93258bdcd8
commit
4744eee339
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user