ref: ee16926c2c31a31875a29ca3d34daa1a42772ec6
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
}