colors: change default 'bright0' from 000000 -> 666666

This commit is contained in:
Daniel Eklöf 2019-08-23 19:42:14 +02:00
parent 7026f60717
commit 990eacdad4
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 3 additions and 3 deletions

View file

@ -31,7 +31,7 @@ static const uint32_t default_regular[] = {
}; };
static const uint32_t default_bright[] = { static const uint32_t default_bright[] = {
0x000000, 0x666666,
0xdca3a3, 0xdca3a3,
0xbfebbf, 0xbfebbf,
0xf0dfaf, 0xf0dfaf,

View file

@ -70,7 +70,7 @@ in this order:
variant of the _zenburn_ theme). variant of the _zenburn_ theme).
*bright0*, *bright1* *..* *bright7* *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 _bfebbf_, _f0dfaf_, _8cd0d3_, _dc8cc3_, _93e0e3_ and _ffffff_ (a
variant of the _zenburn_ theme). variant of the _zenburn_ theme).

2
footrc
View file

@ -20,7 +20,7 @@
# regular5=dc8cc3 # regular5=dc8cc3
# regular6=93e0e3 # regular6=93e0e3
# regular7=dcdccc # regular7=dcdccc
# bright0=000000 # bright0=666666
# bright1=dca3a3 # bright1=dca3a3
# bright2=bfebbf # bright2=bfebbf
# bright3=f0dfaf # bright3=f0dfaf