Commit 62a051a2 authored by M4rk9696's avatar M4rk9696

cli: Load theme from OMF_CONFIG #554

parent 823b6a79
function omf.theme.set -a target_theme
if not test -d $OMF_PATH/themes/$target_theme
if not test -d $OMF_PATH/themes/$target_theme -o -d $OMF_CONFIG/themes/$target_theme
return $OMF_INVALID_ARG
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment