2023-03-18 00:08:59 +11:00
# FreeScout Themes Module
2023-03-19 23:24:30 +11:00
Change the colour scheme of [FreeScout ](https://github.com/freescout-helpdesk/freescout "FreeScout" )
< img src = "Public/img/freescout-themes-module-256x256.png" width = "192" height = "192" style = "border-radius: 1em;" / >
## Screenshot

2023-03-18 00:08:59 +11:00
## To Do
2023-04-20 21:47:32 +10:00
* [Add ability to configure a custom theme ](https://github.com/avenjamin/freescout-Themes-Module/issues/3 )
* [Add compatibility with the FreeScout Dark Mode Module ](https://github.com/avenjamin/freescout-Themes-Module/issues/4 )
* [Not all UI elements have been included yet ](https://github.com/avenjamin/freescout-Themes-Module/issues/5 )
2023-03-19 23:24:30 +11:00
* ~~Create icon for the module~~
2023-03-18 00:08:59 +11:00
## Install
1. Navigate to your Modules folder e.g. `cd /var/www/html/Modules`
2. Run `git clone https://github.com/avenjamin/freescout-Themes-Module.git Themes`
3. Run `chown -R www-data:www-data Themes` (or whichever user:group your webserver uses)
4. Activate the Module in the FreeScout Manage > Modules menu.
## Update
1. Navigate to the Unassigned Count Module folder e.g. `cd /var/www/html/Modules/Themes`
2. Run `git pull`
2023-04-24 22:00:30 +10:00
3. Run `chown -R www-data:www-data .` (or whichever user:group your webserver uses)
2023-03-18 00:08:59 +11:00
4. Enjoy the update!
## Known Issues
2023-04-20 21:47:32 +10:00
* [Active theme colour button in Settings doesn't show the colour ](https://github.com/avenjamin/freescout-Themes-Module/issues/6 )
2023-03-18 00:08:59 +11:00
2023-03-18 00:51:34 +11:00
< a href = "https://www.buymeacoffee.com/benperry" target = "_blank" > < img src = "https://cdn.buymeacoffee.com/buttons/default-orange.png" alt = "Buy Me A Coffee" height = "41" width = "174" > < / a >