termonad v4.2.0.0 Release Notes

    • Add new options highlightFgColour and highlightBgColour for setting the color of highlighted text #190. Thanks @zanculmarktum!

    • 🔧 Termonad creates a configuration file in ~/.config/termonad/termonad.yaml for use with the Preferences editor. This is only used if you don't have a termonad.hs file.

      The configuration file loading code has been updated to be more robust in loading configurations that are missing fields. This means that if you update Termonad from an old version, your preferences will still be able to be loaded in most cases #191. Thanks again @jecaro!

    • Added an example of how to setup a PaperColour color scheme. Thanks @craigem! #193