ref: 7928cce0d64467156919d499c8918871908c8ce0
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
}