colors: change default 'bright0' from 000000 -> 666666

This commit is contained in:
Daniel Eklöf 2019-08-23 19:42:14 +02:00
parent 7026f60717
commit 990eacdad4
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 3 additions and 3 deletions

View file

@ -31,7 +31,7 @@ static const uint32_t default_regular[] = {
};
static const uint32_t default_bright[] = {
0x000000,
0x666666,
0xdca3a3,
0xbfebbf,
0xf0dfaf,