aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.h
diff options
context:
space:
mode:
authorGravatar Anselm R Garbe <anselm@garbe.us>2010-07-24 12:09:14 +0100
committerGravatar Anselm R Garbe <anselm@garbe.us>2010-07-24 12:09:14 +0100
commit10e49a0505a250fc78c41842d93eb2a0abaf4c93 (patch)
treeaf9f4d60b382a279fae457aca96fa0b17e158146 /config.h
parent9e8f5f1348e3a38d5c0d90bddcf40c9c03caa098 (diff)
applied Devin J Pohly's st color info patches, thanks Devin!
Diffstat (limited to 'config.h')
-rw-r--r--config.h22
1 files changed, 15 insertions, 7 deletions
diff --git a/config.h b/config.h
index 0b0b36d..aee8057 100644
--- a/config.h
+++ b/config.h
@@ -7,13 +7,21 @@
/* Terminal colors */
static const char *colorname[] = {
"black",
- "red",
- "green",
- "yellow",
- "blue",
- "magenta",
- "cyan",
- "white",
+ "#CC0000",
+ "#4E9A06",
+ "#C4A000",
+ "#3465A4",
+ "#75507B",
+ "#06989A",
+ "#888a85",
+ "#555753",
+ "#EF2929",
+ "#8AE234",
+ "#FCE94F",
+ "#729FCF",
+ "#AD7FA8",
+ "#34E2E2",
+ "#EEEEEC"
};
/* Default colors (colorname index) */