mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-22 05:33:45 -04:00
colors: change default 'bright0' from 000000 -> 666666
This commit is contained in:
parent
7026f60717
commit
990eacdad4
3 changed files with 3 additions and 3 deletions
2
config.c
2
config.c
|
|
@ -31,7 +31,7 @@ static const uint32_t default_regular[] = {
|
|||
};
|
||||
|
||||
static const uint32_t default_bright[] = {
|
||||
0x000000,
|
||||
0x666666,
|
||||
0xdca3a3,
|
||||
0xbfebbf,
|
||||
0xf0dfaf,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue