Colors may now be overridden using the "colorfile" option.
This commit is contained in:
parent
4da9ae7c25
commit
dc459535a7
8 changed files with 238 additions and 34 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue