From 68e89c6fbfe654ab5a204a3de1beea253cd57f5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sat, 21 Sep 2019 12:01:29 +0200 Subject: [PATCH] config: change default 'regular0' color 0x222222 appears to be more visible against the default background (0x111111) than 0x000000. --- config.c | 2 +- footrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.c b/config.c index f2d42dab..71e0ce1f 100644 --- a/config.c +++ b/config.c @@ -20,7 +20,7 @@ static const uint32_t default_foreground = 0xdcdccc; static const uint32_t default_background = 0x111111; static const uint32_t default_regular[] = { - 0x000000, + 0x222222, 0xcc9393, 0x7f9f7f, 0xd0bf8f, diff --git a/footrc b/footrc index 3ff960ba..871020bb 100644 --- a/footrc +++ b/footrc @@ -12,7 +12,7 @@ [colors] # foreground=dcdccc # background=111111 -# regular0=000000 +# regular0=222222 # regular1=cc9393 # regular2=7f9f7f # regular3=d0bf8f