This Plugin adds the gray theme to OpenProject which provides an alternative to the default OpenProject theme. The theme can be activated in the account settings for each individual user.
The OpenProject Gray-Theme plugin requires the OpenProject Core 5.x version.
For OpenProject Gray-Theme plugin you need to add the following line to the Gemfile.plugins
of OpenProject:
gem "openproject-themes-gray", git: "https://github.com/z3n0wl/openproject-themes-gray.git"
Afterwards, run:
bundle install
Remove the line
gem "openproject-themes-gray", git: "https://github.com/z3n0wl/openproject-themes-gray.git"
from the file Gemfile.plugins
and run:
bundle install
Please not that this leaves plugin data in the database. Currently, we do not support full uninstall of the plugin.
If you find any bugs, you can create a bug ticket at
https://github.com/z3n0wl/openproject-themes-gray
To contribute, you can create pull request on the official repository at
https://github.com/z3n0wl/openproject-themes-gray
Copyright (C) 2016 Michele Saporito
This plugin is licensed under the GNU GPL v3. See doc/COPYRIGHT.md and doc/GPL.txt for details.