#!/bin/sh
#
# getColorScheme - Used to determine what X Resource file to use
#

# The default on Linux is now gray to match the GNOME and KDE desktops.
# Older versions of Linux use blue

echo gray

