Change the colour scheme of FreeScout
- Add ability to configure a custom theme
- Add compatibility with the FreeScout Dark Mode Module
- Not all UI elements have been included yet
Create icon for the module
- Navigate to your Modules folder e.g.
cd /var/www/html/Modules
- Run
git clone https://github.com/avenjamin/freescout-Themes-Module.git Themes
- Run
chown -R www-data:www-data Themes
(or whichever user:group your webserver uses) - Activate the Module in the FreeScout Manage > Modules menu.
- Navigate to the Unassigned Count Module folder e.g.
cd /var/www/html/Modules/Themes
- Run
git pull
- Run
chown -R www-data:www-data .
(or whichever user:group your webserver uses) - Enjoy the update!