mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-02 01:40:13 -05:00
config: change default 'regular0' color
0x222222 appears to be more visible against the default background (0x111111) than 0x000000.
This commit is contained in:
parent
b2ca984ccb
commit
68e89c6fbf
2 changed files with 2 additions and 2 deletions
2
config.c
2
config.c
|
|
@ -20,7 +20,7 @@ static const uint32_t default_foreground = 0xdcdccc;
|
||||||
static const uint32_t default_background = 0x111111;
|
static const uint32_t default_background = 0x111111;
|
||||||
|
|
||||||
static const uint32_t default_regular[] = {
|
static const uint32_t default_regular[] = {
|
||||||
0x000000,
|
0x222222,
|
||||||
0xcc9393,
|
0xcc9393,
|
||||||
0x7f9f7f,
|
0x7f9f7f,
|
||||||
0xd0bf8f,
|
0xd0bf8f,
|
||||||
|
|
|
||||||
2
footrc
2
footrc
|
|
@ -12,7 +12,7 @@
|
||||||
[colors]
|
[colors]
|
||||||
# foreground=dcdccc
|
# foreground=dcdccc
|
||||||
# background=111111
|
# background=111111
|
||||||
# regular0=000000
|
# regular0=222222
|
||||||
# regular1=cc9393
|
# regular1=cc9393
|
||||||
# regular2=7f9f7f
|
# regular2=7f9f7f
|
||||||
# regular3=d0bf8f
|
# regular3=d0bf8f
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue