ref: c06532aff45008b70641fc406d7605ca5d467932
dir: /rc/theme/
#!/bin/rc
if(~ $#* 0){
echo 'Usage: theme [ls|set theme]'
}
comm=$1
switch($comm){
case 'ls'
lc $home/lib/themes/lola/
case 'set'
theme=$2
settheme < $home/lib/themes/lola/$2
}