Altered version of the Flatly Light Redmine theme distributed by Nitrino (https://github.com/Nitrino/flatly_light_redmine) and icons from Excedalogic in the Metro Redmine theme (https://github.com/excedalogic/metro_redmine)
- Download the theme
- Unzip it into your Redmine theme directory (e.g.
../public/themes/
) - Restart Redmine to make the new installed theme available in your theme list (optional)
- Select it from the "Theme" dropdown box list by visiting the administration area:
"Administration / Settings / Display"
- Save your changes in order to display the
redlight
theme
To activate the static sidebar set var activeStaticSidebar = true
in javascripts/theme.js
file
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new pull Request
Thanks to Nitrino and Excedalogic for their inspiring themes