Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.13 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.13 KB

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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request