mirror of
https://github.com/powerline/powerline.git
synced 2025-04-08 19:25:04 +02:00
Add powerline-lint support for new local themes
This commit is contained in:
parent
58d5d6b078
commit
19da7b28a0
@ -478,6 +478,14 @@ main_spec = (Spec(
|
|||||||
rewrite=theme_spec(),
|
rewrite=theme_spec(),
|
||||||
),
|
),
|
||||||
).optional(),
|
).optional(),
|
||||||
|
shell=Spec(
|
||||||
|
colorscheme=colorscheme_spec(),
|
||||||
|
theme=theme_spec(),
|
||||||
|
local_themes=Spec(
|
||||||
|
continuation=theme_spec(),
|
||||||
|
select=theme_spec(),
|
||||||
|
),
|
||||||
|
).optional(),
|
||||||
).unknown_spec(check_ext,
|
).unknown_spec(check_ext,
|
||||||
Spec(
|
Spec(
|
||||||
colorscheme=colorscheme_spec(),
|
colorscheme=colorscheme_spec(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user