Skip to content

Latest commit

 

History

History
executable file
·
35 lines (20 loc) · 687 Bytes

README.md

File metadata and controls

executable file
·
35 lines (20 loc) · 687 Bytes

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

with default theme

custom-field

with RTmaterial Theme, redmine_indicator plugin

custom-field

License

This plugin is released under the GPLv2.