freescout-Themes-Module/README.md
2023-04-24 22:00:30 +10:00

31 lines
1.5 KiB
Markdown

# FreeScout Themes Module
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
![FreeScout Themes Settings](Public/img/FreeScout-Themes-Settings.png)
## To Do
* [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)
* ~~Create icon for the module~~
## 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`
3. Run `chown -R www-data:www-data .` (or whichever user:group your webserver uses)
4. Enjoy the update!
## Known Issues
* [Active theme colour button in Settings doesn't show the colour](https://github.com/avenjamin/freescout-Themes-Module/issues/6)
<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>