mirror of
https://github.com/powerline/powerline.git
synced 2025-04-08 19:25:04 +02:00
parent
ea3c939320
commit
79e44dd2a0
@ -28,7 +28,7 @@ class ShellPowerline(Powerline):
|
||||
|
||||
def load_theme_config(self, name):
|
||||
r = super(ShellPowerline, self).load_theme_config(name)
|
||||
if name in self.theme_option:
|
||||
if self.theme_option and name in self.theme_option:
|
||||
mergedicts(r, self.theme_option[name])
|
||||
return r
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user