mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 07:00:04 +08:00
8 lines
359 B
Plaintext
8 lines
359 B
Plaintext
Execute ( SpaceVim statusline theme ):
|
|
let g:_spacevim_built_in_themes = map(split(globpath('.', 'autoload/SpaceVim/mapping/guide/theme/*.vim'), "\n"), 'fnamemodify(v:val, ":t:r")')
|
|
for theme in g:_spacevim_built_in_themes
|
|
Log 'testing theme: ' . theme
|
|
AssertEqual len(call('SpaceVim#mapping#guide#theme#' . theme . '#palette', [])), 9
|
|
endfor
|
|
|