A Redmine 6.x theme.
- Left sidebar,
- Colored trackers links,
- Jira-inspired priority icons,
- Customizable with SCSS.
- Redmine 6.x : use either the latest stable release (1.6.5), or use the
redmine-6.xbranch of this repository. - Redmine 5.x : use either the latest stable release (1.5.3), or use the
redmine-5.xbranch of this repository.
To install this theme :
- download the lastest stable release and decompress the archive to your Redmine's
themesfolder, - rename the folder
opale-1.6.5toopale, - go to
Redmine > Administration > Settings > Display, selectOpalefrom the theme's list and save the settings.
If you wish to customize this theme to your needs, it is recommended that you use Custom Opale Redmine Theme Builder.
You will be able to override the Sass variables defined in src/sass/_variables.scss with the !default flag, add a logo and/or a favicon, and eventually add any custom Sass style rules you want.
With Redmine 6.x, upon initial installation, depending on your server setup, it might occur that the theme appears to be broken because the assets were not loaded
This happens because the assets of the theme have not been precompiled properly by Redmine.
Usually simply restarting the server should fix that.
If not, run the command bundle exec rake assets:precompile RAILS_ENV=production.
If deploying to a sub-uri, set the relative URL root as follows: bundle exec rake assets:precompile RAILS_ENV=production RAILS_RELATIVE_URL_ROOT=/sub-uri.
If you still experience issues with missing assets in the browser, try removing the public/assets directory before re-running the precompile: ̀bundle exec rake assets:clobber RAILS_ENV=production.
This theme also features a new look for Redmine Backlogs plugin.
To install it, simply copy stylesheets from opale/plugins/redmine_backlogs and overwrite files in {redmine}/plugins/redmine_backlogs/assets/stylesheets.
Then restart Redmine.
Bug reports and Pull requests are welcome. Please read more about contributing.
Opale Redmine Theme is licensed under the GNU Affero General Public License v3.0 or later, the text of which can be found in LICENSE.
Licensing of included components:
- Normalize.css : MIT License,
- Bootstrap Mixins : MIT License,
- Tabler Icons: MIT License.
All unmodified files from these projects retain their original copyright and license notices: see the relevant individual source files in src/sass/vendor/
