Themes » History » Revision 4
Revision 3 (Mischa The Evil, 2008-12-13 02:29) → Revision 4/19 (Mischa The Evil, 2008-12-13 03:00)
h1. Themes As of version @0.6.0@ (r818), Redmine provides basic support for themes. Redmine themes can override stylesheets only (like @application.css@). h2. Installing a theme 1. First, copy the theme-directory into @../public/themes/@. This would result in a directory-path to @application.css@ like: <pre> ../public/themes/<themename>/stylesheets/application.css</pre> 2. You now may need to restart Redmine so that it shows Now [[HowTo_create_a_custom_Redmine_theme#Applying-the-theme|apply]] the newly installed theme in the list of available themes. theme. 2. Go 3. Restart Redmine You should now be able to "Administration -> Settings" see and select your newly created the theme in the "Theme" drop-down list. Save your settings. Redmine should now be displayed using the selected theme. themes-list in 'Admin -> Settings'. h2. Theme list * [[ThemeDefault|Default theme]] - the default Redmine theme (included). * [[ThemeAlternate|Alternate theme]] - a derivative of the default theme including issuelist-colouring based on issue's priority (included). * [[ThemeClassic|Classic theme]] - the more classic-looking redmine theme (included). * [[ThemeBasecamp|Basecamp theme]] - a Redmine-port of 37signals® Basecamp® theme. * [[ThemeAlternateRTL|RTL-mod of Alternate theme]] - a RTL-version of the [[ThemeAlternate|Alternate theme]] (also a dependency of this theme). * [[ThemeSqueejee|Squeejee theme]] - a dark-theme showing Redmine's theme-capabilities. h2. Creating custom themes See the [[HowTo_create_a_custom_Redmine_theme|Howto]] about creating a custom Redmine theme.