From 2047c5944060aeb3d9cfbb2e9baa613611bcbec9 Mon Sep 17 00:00:00 2001 From: = Date: Sun, 11 Oct 2020 12:28:44 +0100 Subject: [PATCH] update colors --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index e494ca6..483835b 100644 --- a/config.h +++ b/config.h @@ -107,8 +107,8 @@ static const char *colorname[] = { /* more colors can be added after 255 to use with DefaultXX */ - [256] = "#3f3f3f", /* background */ - [257] = "#6a6a6a", /* foreground */ + [256] = "#1a1a1a", /* background */ + [257] = "#999999", /* foreground */ };