mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-02 01:40:13 -05: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,
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -65,13 +65,13 @@ in this order:
|
|||
ANSI color is being used. Default: _111111_.
|
||||
|
||||
*regular0*, *regular1* *..* *regular7*
|
||||
The eight basic ANSI colors. Default: _000000_, _cc9393_,
|
||||
The eight basic ANSI colors. Default: _222222_, _cc9393_,
|
||||
_7f9f7f_, _d0bf8f_, _6ca0a3_, _dc8cc3_, _93e0e3_ and _dcdccc_ (a
|
||||
variant of the _zenburn_ theme).
|
||||
|
||||
*bright0*, *bright1* *..* *bright7*
|
||||
The eight bright ANSI colors. Default: _666666_, _dca3a3_,
|
||||
_bfebbf_, _f0dfaf_, _8cd0d3_, _dc8cc3_, _93e0e3_ and _ffffff_ (a
|
||||
_bfebbf_, _f0dfaf_, _8cd0d3_, _fcace3_, _b3ffff_ and _ffffff_ (a
|
||||
variant of the _zenburn_ theme).
|
||||
|
||||
*alpha*
|
||||
|
|
|
|||
4
footrc
4
footrc
|
|
@ -25,7 +25,7 @@
|
|||
# bright2=bfebbf
|
||||
# bright3=f0dfaf
|
||||
# bright4=8cd0d3
|
||||
# bright5=dc8cc3
|
||||
# bright6=93e0e3
|
||||
# bright5=fcace3
|
||||
# bright6=b3ffff
|
||||
# bright7=ffffff
|
||||
# alpha=1.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue