config: change default bright5 and bright 6 colors

They where previously identical to the corresponding 'regular'
colors. Now, we've done a saturated add with 0x202020 (which seems to
be roughly the difference between the other regular and bright
colors).
This commit is contained in:
Daniel Eklöf 2019-09-21 12:09:50 +02:00
parent 68e89c6fbf
commit 29b5a14f55
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 6 additions and 6 deletions

View file

@ -36,8 +36,8 @@ static const uint32_t default_bright[] = {
0xbfebbf,
0xf0dfaf,
0x8cd0d3,
0xdc8cc3,
0x93e0e3,
0xfcace3,
0xb3ffff,
0xffffff,
};