Etto48 / HexPatch

HexPatch: a binary patcher and editor written in Rust with terminal user interface (TUI).
https://etto48.github.io/HexPatch/
MIT License
161 stars 7 forks source link

Feature/light theme #109

Closed Etto48 closed 2 months ago

Etto48 commented 2 months ago

References:

108

Description: Added a light theme (too see the change you might have to delete the current settings.json file or at least the "color" object), changed how the settings are deserialized to allow for a smoother upgrade to newer versions, fixed a typo in the color settings that made useless a specific setting: "help_description" was called "hep_description". The old key should be removed or renamed in your settings.json.