#!/bin/bash
exec rxvt \
	+sb \
	-bg \#102030 \
	-fg \#f0e0d0 \
	-fn fixed $*
