#!/bin/sh # color.sh - define color values # Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it # under certain conditions; see COPYING for details. set -e NO_COLOR="" UNDERSCORE="" BLINK="" BLACK="" DARK_GRAY="" RED="" LIGHT_RED="" GREEN="" LIGHT_GREEN="" BROWN="" YELLOW="" BLUE="" LIGHT_BLUE="" PURPLE="" LIGHT_PURPLE="" CYAN="" LIGHT_CYAN="" GRAY="" WHITE=""