diff options
-rw-r--r-- | config.def.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h index 7be4681..1e1e456 100644 --- a/config.def.h +++ b/config.def.h @@ -97,10 +97,10 @@ unsigned int tabspaces = 8; static const char *colorname[] = { /* 8 normal colors */ "black", - "red3", + "#ff0055", "green3", "yellow3", - "blue2", + "#00aaff", "magenta3", "cyan3", "gray90", |