dhunt84971 / CalendarNotes

Electron app - Calendar based daily notes (journal) stored in a MySQL or SQLite DB.
http://calendarnotes.org
MIT License
3 stars 1 forks source link

Allow themes to be read from a themes file #65

Open dhunt84971 opened 2 years ago

dhunt84971 commented 2 years ago

Instead of having the Themes hardcoded into the application, make it so the themes can be read from a themes file. This will provide for the ability to add new themes without having to release a new version of the application. This will also provide a repository for future in-application theme editing.