Colors may now be overridden using the "colorfile" option.

This commit is contained in:
William Kendrick 2006-09-10 03:44:38 +00:00
parent 4da9ae7c25
commit dc459535a7
8 changed files with 238 additions and 34 deletions

View file

@ -28,6 +28,8 @@
*/
#ifndef COLORS_H
#define COLORS_H
/* What colors are available: */
@ -98,3 +100,8 @@ const char *const default_color_names[NUM_DEFAULT_COLORS] = {
gettext_noop("Tan!"),
gettext_noop("Beige!")
};
char colorfile[256];
#endif /* COLORS_H */