1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 22:20:06 +08:00
SpaceVim/test/color/theme.vader
2019-05-25 13:38:37 +08:00

8 lines
360 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', [])), 10
endfor