Project

General

Profile

Actions

Themes » History » Revision 4

« Previous | Revision 4/16 (diff) | Next »
Mischa The Evil, 2008-12-13 03:00
Reworked "installing a theme" a bit to remove link to apply-section of the theme howto


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

Creating custom themes

See the Howto about creating a custom Redmine theme.

Updated by Mischa The Evil over 15 years ago · 4 revisions