https://github.com/fraoustin/redmine_dark
add dark theme for redmine
https://github.com/fraoustin/redmine_dark
redmine redmine-plugin redmine-theme
Last synced: 8 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 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-29T18:10:58.000Z (11 months ago)
- Last Synced: 2025-07-29T20:59:44.092Z (11 months ago)
- Topics: redmine, redmine-plugin, redmine-theme
- Language: CSS
- Homepage:
- Size: 369 KB
- Stars: 39
- Watchers: 3
- Forks: 11
- 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 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/
```
if you have a problem, you can test this
```
RAILS_ENV=production bundle exec rake assets:precompile
```
## 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.
## Authors
Frédéric Aoustin
Main contributors:
- Ilia Lenskii