diff --git a/config.c b/config.c index 71e0ce1f..a0ca7f82 100644 --- a/config.c +++ b/config.c @@ -36,8 +36,8 @@ static const uint32_t default_bright[] = { 0xbfebbf, 0xf0dfaf, 0x8cd0d3, - 0xdc8cc3, - 0x93e0e3, + 0xfcace3, + 0xb3ffff, 0xffffff, }; diff --git a/doc/foot.5.scd b/doc/foot.5.scd index 36a4bfb9..c0e53165 100644 --- a/doc/foot.5.scd +++ b/doc/foot.5.scd @@ -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* diff --git a/footrc b/footrc index 871020bb..9a686e5f 100644 --- a/footrc +++ b/footrc @@ -25,7 +25,7 @@ # bright2=bfebbf # bright3=f0dfaf # bright4=8cd0d3 -# bright5=dc8cc3 -# bright6=93e0e3 +# bright5=fcace3 +# bright6=b3ffff # bright7=ffffff # alpha=1.0