Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Nitrino/flatly_light_redmine

Flatly light redmine theme
https://github.com/Nitrino/flatly_light_redmine

redmine theme

Last synced: 19 days ago
JSON representation

Flatly light redmine theme

Awesome Lists containing this project

README

        

# 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
![](https://raw.githubusercontent.com/Nitrino/flatly_light_redmine/master/screenshots/screen_1.png)

![](https://raw.githubusercontent.com/Nitrino/flatly_light_redmine/master/screenshots/screen_2.png)

![](https://raw.githubusercontent.com/Nitrino/flatly_light_redmine/master/screenshots/screen_3.png)

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

![](https://raw.githubusercontent.com/Nitrino/flatly_light_redmine/master/screenshots/screen_4.png)

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