Adding color functions for future usage.

This commit is contained in:
Daniel Baumann 2008-09-04 10:05:50 +02:00
parent 3c48eb2a5a
commit b785db39a2
1 changed files with 39 additions and 0 deletions

39
functions/color.sh Executable file
View File

@ -0,0 +1,39 @@
#!/bin/sh
# color.sh - define color values
# Copyright (C) 2006-2008 Daniel Baumann <daniel@debian.org>
#
# 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=""