added missing pallete changes

Py3
idziubenko 3 years ago
parent 7f6eb54c6e
commit bef3cd5ac1

@ -302,7 +302,7 @@ class SpanPalette:
# self.lowBright.items())
#python 3.9+ only
self.colorMap = self.normalBright.items() | self.highBright.items() | self.lowBright.items()
self.colorMap = self.normalBright | self.highBright | self.lowBright
self.brightMap = {self.NORMAL_BRIGHT: {},
self.HIGH_BRIGHT: self.mapHighNormal,
self.LOW_BRIGHT: self.mapLowNormal}

Loading…
Cancel
Save