mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-02-10 15:29:47 +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])
|
sequences = [set_color(index, colors["colors"]["color%s" % index])
|
||||||
for index in range(16)]
|
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.
|
# Special colors.
|
||||||
# Source: https://goo.gl/KcoQgP
|
# Source: https://goo.gl/KcoQgP
|
||||||
# 10 = foreground, 11 = background, 12 = cursor foregound
|
# 10 = foreground, 11 = background, 12 = cursor foregound
|
||||||
|
Loading…
Reference in New Issue
Block a user