#!/bin/sh

if [ -d "$HOME/.mutt/color.$TERM" ]; then
	echo "$TERM"
else
	echo default
fi
