config: change default 'regular0' color

0x222222 appears to be more visible against the default
background (0x111111) than 0x000000.
This commit is contained in:
Daniel Eklöf 2019-09-21 12:01:29 +02:00
parent b2ca984ccb
commit 68e89c6fbf
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 2 additions and 2 deletions

View file

@ -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,

2
footrc
View file

@ -12,7 +12,7 @@
[colors]
# foreground=dcdccc
# background=111111
# regular0=000000
# regular0=222222
# regular1=cc9393
# regular2=7f9f7f
# regular3=d0bf8f