configure full color palette in foot.ini

Allow the use of numeric keys in [colors] to configure the full set of
256 colors in the palette. Fixes #489
This commit is contained in:
Ryan Farley 2021-05-08 02:18:45 -05:00
parent 63572e4223
commit 3b089b4203
4 changed files with 28 additions and 4 deletions

View file

@ -41,6 +41,8 @@
* Dedicated bell section in config, supporting multiple actions and
a new `command` action to run an arbitrary command.
(https://codeberg.org/dnkl/foot/pulls/483)
* Support for setting the full 256 color palette in foot.ini
(https://codeberg.org/dnkl/foot/issues/489)
### Changed