= Theme = [[TOC]] Sahana Eden supports custom Themes as part of it's overall [DeveloperGuidelines/Templates Templates] system. This allows customisation of: * Homepage * Layout * CSS To create a new theme: 1. Create a new folder to hold the theme elements: {{{/static/themes/}}} * subfolders: {{{/static/themes//css}}}, {{{/static/themes//img}}} 1. If not already using a template create one: {{{/private/templates/}}} 1. Create these files in your templates folder: * {{{/private/templates//__init__.py}}} - this can be empty but must be present. * {{{/private/templates//css.cfg}}} - list of CSS fiels to use in Debug mode, or be compressed together for the normal non-debug mode by the Build script.