mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-15 08:21:03 -04:00
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:
parent
68e89c6fbf
commit
29b5a14f55
3 changed files with 6 additions and 6 deletions
4
config.c
4
config.c
|
|
@ -36,8 +36,8 @@ static const uint32_t default_bright[] = {
|
|||
0xbfebbf,
|
||||
0xf0dfaf,
|
||||
0x8cd0d3,
|
||||
0xdc8cc3,
|
||||
0x93e0e3,
|
||||
0xfcace3,
|
||||
0xb3ffff,
|
||||
0xffffff,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue