Fix #627
This commit is contained in:
parent
05c475e6ca
commit
4acc692a94
@ -792,6 +792,9 @@ class Boss:
|
|||||||
for k, v in spec.items():
|
for k, v in spec.items():
|
||||||
if hasattr(self.opts, k):
|
if hasattr(self.opts, k):
|
||||||
setattr(self.opts, k, color_from_int(v))
|
setattr(self.opts, k, color_from_int(v))
|
||||||
patch_global_colors(spec)
|
|
||||||
for tm in self.all_tab_managers:
|
for tm in self.all_tab_managers:
|
||||||
tm.tab_bar.patch_colors(spec)
|
tm.tab_bar.patch_colors(spec)
|
||||||
|
if not configured:
|
||||||
|
spec = spec.copy()
|
||||||
|
spec.pop('background', None)
|
||||||
|
patch_global_colors(spec)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user