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

https://github.com/fraoustin/redmine_dark

add dark theme for redmine
https://github.com/fraoustin/redmine_dark

redmine redmine-plugin redmine-theme

Last synced: 5 months ago
JSON representation

add dark theme for redmine

Awesome Lists containing this project

README

        

# Redmine Tags Plugin

## Plugin installation

1. Copy the plugin directory into the vendor/plugins directory
2. Restart Redmine

with a Dockerfile

```
FROM redmine
WORKDIR /usr/src/redmine/plugins
RUN git clone https://github.com/fraoustin/redmine_dark.git
WORKDIR /usr/src/redmine/
```

## Usage

you can selected dark mode with click on "dark mode" top rigth (after connect)

![custom-field](screenshots/darkmode_selected.png "My page")

with default theme

![custom-field](screenshots/darkmode1.png "My page")

with RTmaterial Theme, redmine_indicator plugin

![custom-field](screenshots/darkmode2.png "My page")

## License

This plugin is released under the GPLv2.