Themes » History » Version 7
Shane Pearlman, 2009-06-26 07:30
1 | 1 | Mischa The Evil | h1. Themes |
---|---|---|---|
2 | |||
3 | As of version @0.6.0@ (r818), Redmine provides basic support for themes. Redmine themes can override stylesheets only (like @application.css@). |
||
4 | |||
5 | h2. Installing a theme |
||
6 | |||
7 | 1. First, copy the theme-directory into @../public/themes/@. This would result in a directory-path to @application.css@ like: <pre> |
||
8 | ../public/themes/<themename>/stylesheets/application.css</pre> |
||
9 | |||
10 | 4 | Mischa The Evil | 2. You now may need to restart Redmine so that it shows the newly installed theme in the list of available themes. |
11 | 1 | Mischa The Evil | |
12 | 4 | Mischa The Evil | 2. Go to "Administration -> Settings" and select your newly created theme in the "Theme" drop-down list. Save your settings. |
13 | 1 | Mischa The Evil | |
14 | 4 | Mischa The Evil | Redmine should now be displayed using the selected theme. |
15 | 1 | Mischa The Evil | |
16 | h2. Theme list |
||
17 | |||
18 | * [[ThemeDefault|Default theme]] - the default Redmine theme (included). |
||
19 | * [[ThemeAlternate|Alternate theme]] - a derivative of the default theme including issuelist-colouring based on issue's priority (included). |
||
20 | * [[ThemeClassic|Classic theme]] - the more classic-looking redmine theme (included). |
||
21 | 2 | Mischa The Evil | * [[ThemeBasecamp|Basecamp theme]] - a Redmine-port of 37signals® Basecamp® theme. |
22 | 1 | Mischa The Evil | * [[ThemeSqueejee|Squeejee theme]] - a dark-theme showing Redmine's theme-capabilities. |
23 | 6 | Konstantin Zaitsev | * [[ThemeWatersky|Watersky theme]] - a blue theme based on Redmine Alternate theme. |
24 | 7 | Shane Pearlman | * [[ThemeSP|SP theme]] - a theme with a highly flexible project menu, condensed header, reworked issue controls and much much more. |
25 | 1 | Mischa The Evil | |
26 | h2. Creating custom themes |
||
27 | |||
28 | See the [[HowTo_create_a_custom_Redmine_theme|Howto]] about creating a custom Redmine theme. |