Themes » History » Revision 8
« Previous |
Revision 8/19
(diff)
| Next »
Mischa The Evil, 2009-07-27 02:15
Removed old theme-list and added text and link to new [[ThemeList]].
Themes¶
As of version 0.6.0
(r818), Redmine provides basic support for themes. Redmine themes can override stylesheets only (like application.css
).
Installing a theme¶
1. First, copy the theme-directory into ../public/themes/
. This would result in a directory-path to application.css
like:
../public/themes/<themename>/stylesheets/application.css
2. You now may need to restart Redmine so that it shows the newly installed theme in the list of available themes.
2. Go to "Administration -> Settings" and select your newly created theme in the "Theme" drop-down list. Save your settings.
Redmine should now be displayed using the selected theme.
Theme list¶
A full list of available Redmine themes can be found at the Redmine theme list.
Creating custom themes¶
See the "HowTo create a custom Redmine theme"-howto about creating a custom Redmine theme.
Updated by Mischa The Evil over 15 years ago · 8 revisions