ref: 90483ea4245e8085728f1fb953019fcb30e9f53b
dir: /util/theme/
#!/bin/rc
if(~ $#* 0){
echo 'Usage: theme [ls|set theme]'
}
comm=$1
switch($comm){
case 'ls'
lc $home/lib/themes/rio/
case 'set'
theme=$2
cat $home/lib/themes/rio/$theme > /dev/theme
grep softscreen /dev/vgactl >> /dev/vgactl
}