mirror of
https://gh.llkk.cc/https://github.com/bigmax1018/freescout-Themes-Module-main.git
synced 2025-10-03 16:51:00 +08:00
freescout themes
.github | ||
Config | ||
Console | ||
Database | ||
Entities | ||
Http | ||
Providers | ||
Public | ||
Resources | ||
Tests | ||
.gitattributes | ||
.gitignore | ||
composer.json | ||
LICENSE | ||
module.json | ||
README.md | ||
start.php |
FreeScout Themes Module
Change the colour scheme of FreeScout

Screenshot
To Do
- 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
Install
- 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.
Update
- 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!