I recently needed to make the backoffice have the darkmode functionality but I wanted to do it in such a way that it can be supported for all future versions of Prestashop and after a while I came up with the idea of implementing it using Dark Reader inside a simple and light module for Prestashop 1.7.x.x.
General features:
- Button in the main menu to toggle the version in dark or normal mode.
- Save the preference in the browser's localStorage to enable or disable the dark mode.
Installation
Upload module zip file from the back-office Module & Services menu tab. Module Manager area using the upload button. After the successful installation module menu, the link will appear in the left menu or in back-office area.
Any suggestions or comments are welcome