summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrafa_99 <rafa99@protonmail.com>2020-02-20 16:30:52 +0000
committerrafa_99 <rafa99@protonmail.com>2020-02-20 16:30:52 +0000
commit6e9700fa336052f2003a432335f3ac6dd753cd58 (patch)
tree145de7ae47f16294206cba8bf9f3b8c0e06601ee
parent6d58577593473b224973cd93c8dc1644eee49e0d (diff)
Updated White Color
-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 */
};