https://github.com/dubas-pro/ext-light-theme
Pretty theme for EspoCRM adjusted by devs from devcrm.it. Theme created from the default EspoCRM theme.
https://github.com/dubas-pro/ext-light-theme
espocrm theme
Last synced: 3 months ago
JSON representation
Pretty theme for EspoCRM adjusted by devs from devcrm.it. Theme created from the default EspoCRM theme.
- Host: GitHub
- URL: https://github.com/dubas-pro/ext-light-theme
- Owner: dubas-pro
- License: gpl-3.0
- Created: 2020-09-05T18:03:49.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-11-07T14:06:40.000Z (7 months ago)
- Last Synced: 2025-11-30T10:28:30.710Z (7 months ago)
- Topics: espocrm, theme
- Language: JavaScript
- Homepage: https://devcrm.it/light-theme
- Size: 837 KB
- Stars: 9
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dubas Light Theme for EspoCRM
The theme developed by devcrm.it for EspoCRM is available for download as an extension to EspoCRM at .
This repository is for comments only, and we do not provide any warranty for the theme or installer. You install this theme at your own risk, and we do not offer additional free support.
## Requirements
EspoCRM in version higher than 7.1.0.
For older versions of EspoCRM please check [download page](https://devcrm.it/light-theme).
If you have version 5.9.X of EspoCRM, you can download extension with theme from our website
## Getting started
1. Open our website and download installer;
2. Login to your EspoCRM as admin;
3. Go to admin section and open extensions page;
4. Choose installer from you computer and start installation process;
5. Choose new theme in your user preferences.
## Development
To build a full instance, run:
```bash
make full
```
## Building extension package
To build extension package run the following command:
```bash
make package
```
## Troubleshoting
When encountering any problems, try to run the following commands:
```bash
make clean;
make full;
```
## Support
All information about our services can be checked on our website .
## License
Please see [License File](LICENSE) for more information.