flatly_light_redmine
flatly_light_redmine copied to clipboard
Flatly light redmine theme
Flatly light redmine theme
Modern and readability theme for Redmine.
Installation
- Download and unzip theme into your Redmine themes directory (e.g.
../public/themes/) - Restart Redmine to make the newly installed theme available in your theme list.
- Go to
"Administration / Settings / Display"and choose this theme in themes list. - Save your changes.
Screenshots



Enable static sidebar
To activate the static sidebar set var activeStaticSidebar = true in javascripts/theme.js file

Contributing
- 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