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
- Host: GitHub
- URL: https://github.com/fraoustin/redmine_dark
- Owner: fraoustin
- License: gpl-2.0
- Created: 2022-06-25T09:33:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-05T13:31:51.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T02:10:38.614Z (9 months ago)
- Topics: redmine, redmine-plugin, redmine-theme
- Language: CSS
- Homepage:
- Size: 328 KB
- Stars: 23
- Watchers: 3
- Forks: 6
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-redmine - redmine_dark - Add dark theme for redmine (as plugin). (Plugins / Active Plugins)
README
# Redmine Tags Plugin
## Plugin installation
1. Copy the plugin directory into the vendor/plugins directory
2. Restart Redminewith 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)

with default theme

with RTmaterial Theme, redmine_indicator plugin

## License
This plugin is released under the GPLv2.