HowTo create a custom Redmine theme » History » Revision 1
Revision 1/12
| Next »
Jean-Philippe Lang, 2007-10-10 19:36
HowTo create a custom Redmine theme¶
As of r818, Redmine offers basic support for themes.
Themes can override stylesheets only (application.css).
Creating a new theme¶
Create a directory in public/themes. The directory name will be used as the theme name.
Example:
public/themes/my_theme
Create your custom application.css
and put it in a subdirectory names stylesheets
:
public/themes/my_theme/stylesheets/application.css
Here is an example of a custom stylesheets that only override a few settings:
Applying the theme¶
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 your custom theme.
Updated by Jean-Philippe Lang about 17 years ago · 1 revisions