mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-10 04:27:45 -05: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,
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ in this order:
|
|||
variant of the _zenburn_ theme).
|
||||
|
||||
*bright0*, *bright1* *..* *bright7*
|
||||
The eight bright ANSI colors. Default: _000000_, _dca3a3_,
|
||||
The eight bright ANSI colors. Default: _666666_, _dca3a3_,
|
||||
_bfebbf_, _f0dfaf_, _8cd0d3_, _dc8cc3_, _93e0e3_ and _ffffff_ (a
|
||||
variant of the _zenburn_ theme).
|
||||
|
||||
|
|
|
|||
2
footrc
2
footrc
|
|
@ -20,7 +20,7 @@
|
|||
# regular5=dc8cc3
|
||||
# regular6=93e0e3
|
||||
# regular7=dcdccc
|
||||
# bright0=000000
|
||||
# bright0=666666
|
||||
# bright1=dca3a3
|
||||
# bright2=bfebbf
|
||||
# bright3=f0dfaf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue