summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 4925d1b..6fe7848 100644
--- a/config.h
+++ b/config.h
@@ -122,8 +122,8 @@ static const char *colorname[] = {
/* special colors */
[256] = "#040404", /* background */
- [257] = "#e3e3e3", /* foreground */
- [258] = "#e3e3e3", /* cursor */
+ [257] = "#FFFFFF", /* foreground */
+ [258] = "#FFFFFF", /* cursor */
};