Themes » History » Revision 1
    Revision 1/21
      | Next »
    
    Mischa The Evil, 2008-12-12 23:54 
    Initial version
    
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. Now apply the newly installed theme.
3. Restart Redmine
You should now be able to see and select the theme in the themes-list in 'Admin -> Settings'.
Theme list¶
- Default theme - the default Redmine theme (included).
 - Alternate theme - a derivative of the default theme including issuelist-colouring based on issue's priority (included).
 - Classic theme - the more classic-looking redmine theme (included).
 - Basecamp theme - a Redmine-port of 37signals "Basecamp" theme.
 - RTL-mod of Alternate theme - a RTL-version of the Alternate theme (also a dependency of this theme).
 - Squeejee theme - a dark-theme showing Redmine's theme-capabilities.
 
Creating custom themes¶
See the Howto about creating a custom Redmine theme.
Updated by Mischa The Evil almost 17 years ago · 1 revisions