config: make ‘starlight’ the default color theme

Closes #1321
This commit is contained in:
Daniel Eklöf 2023-07-14 10:11:30 +02:00
parent f53e7f7478
commit efc619b0af
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 27 additions and 23 deletions

View file

@ -63,6 +63,9 @@
### Changed
* Default color theme is now
[starlight](https://github.com/CosmicToast/starlight)
([#1321][1321]).
* Minimum required meson version is now 0.59 ([#1371][1371]).
* `Control+Shift+u` is now bound to `unicode-input` instead of
`show-urls-launch`, to follow the convention established in GTK and
@ -99,6 +102,7 @@
selected, or when the cell has the `reverse` (SGR 7) attribute set
([#1347][1347]).
[1321]: https://codeberg.org/dnkl/foot/issues/1321
[1371]: https://codeberg.org/dnkl/foot/pulls/1371
[1183]: https://codeberg.org/dnkl/foot/issues/1183
[1360]: https://codeberg.org/dnkl/foot/issues/1360