Tekton-Theme is a custom app for Frappe that enhances the theme switcher functionality by providing additional themes. As of now, it includes one theme called 'Tekton Blue'.
To install the Tekton-Theme custom app, follow the steps below:
- Make sure you have Frappe installed and set up in your environment.
- Clone the Tekton-Theme repository from GitHub into the
apps
directory of your Frappe instance:
cd /path/to/frappe-bench
bench get-app tekton_theme https://github.com/vineyrawat/Tekton-Theme.git
- Install the app using the Frappe Bench:
cd /path/to/frappe-bench
bench --site your-site-name install-app tekton_theme
- After successful installation, restart your Frappe instance to apply the changes.
As of now, the Tekton-Theme custom app provides the following theme:
- Tekton Blue
Once you have installed the Tekton-Theme custom app, you can access the theme switcher in your Frappe instance and select 'Tekton Blue' from the list of available themes. The selected theme will be applied to your Frappe application.
Please note that more themes may be added in future updates of the Tekton-Theme app.
If you have ideas for additional themes or improvements to the Tekton-Theme app, we welcome contributions. Feel free to fork the repository, make changes, and submit a pull request.
This Frappe custom app is licensed under the MIT License. Feel free to use, modify, and distribute it as per the terms of the license.
For any issues, questions, or support related to the Tekton-Theme app, you can create an issue on the GitHub repository or contact the maintainers directly.
Thank you for using Tekton-Theme for Frappe! We hope you enjoy the extra theme options it provides for your application.