diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 22 |
1 files changed, 15 insertions, 7 deletions
@@ -7,13 +7,21 @@ | |||
7 | /* Terminal colors */ | 7 | /* Terminal colors */ |
8 | static const char *colorname[] = { | 8 | static const char *colorname[] = { |
9 | "black", | 9 | "black", |
10 | "red", | 10 | "#CC0000", |
11 | "green", | 11 | "#4E9A06", |
12 | "yellow", | 12 | "#C4A000", |
13 | "blue", | 13 | "#3465A4", |
14 | "magenta", | 14 | "#75507B", |
15 | "cyan", | 15 | "#06989A", |
16 | "white", | 16 | "#888a85", |
17 | "#555753", | ||
18 | "#EF2929", | ||
19 | "#8AE234", | ||
20 | "#FCE94F", | ||
21 | "#729FCF", | ||
22 | "#AD7FA8", | ||
23 | "#34E2E2", | ||
24 | "#EEEEEC" | ||
17 | }; | 25 | }; |
18 | 26 | ||
19 | /* Default colors (colorname index) */ | 27 | /* Default colors (colorname index) */ |