mirror of
https://github.com/powerline/powerline.git
synced 2025-07-22 21:35:14 +02:00
parent
f495c49aa1
commit
2f17510db8
@ -98,7 +98,7 @@ class Colorscheme(object):
|
|||||||
|
|
||||||
break
|
break
|
||||||
else:
|
else:
|
||||||
raise KeyError('Highlighting groups not found in colorscheme: ' + ', '.join(groups))
|
raise KeyError('Highlighting groups not found in colorscheme: ' + ', '.join(hl_iter(groups)))
|
||||||
|
|
||||||
if gradient_level is None:
|
if gradient_level is None:
|
||||||
pick_color = self.colors.__getitem__
|
pick_color = self.colors.__getitem__
|
||||||
|
Loading…
x
Reference in New Issue
Block a user