16 lines
222 B
C
16 lines
222 B
C
|
|
struct color_factory
|
|
{
|
|
struct string* colors[20];
|
|
|
|
struct string* numeric;
|
|
|
|
struct string* string;
|
|
|
|
struct string* variable;
|
|
|
|
struct string* builtin;
|
|
|
|
struct string* reset;
|
|
};
|
|
|