• Stars
    star
    317
  • Rank 131,418 (Top 3 %)
  • Language
    CSS
  • License
    MIT License
  • Created about 10 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

  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