Minimal and flat design theme for Redmine.
Projects | Editor |
---|---|
Issue | Settings |
---|---|
Mobile | Menu |
---|---|
- Minimal and flat design
- Modern color scheme by Flat UI & Espresso
- Flexible (resolution-independent) icon by IcoMoon
- Expandable tree view of the project list
- Favicon (Redmine 2.5 or later)
- Responsive layout (Redmine 3.2 or later)
- Download zip file from release page
- Extract zip file, and move to
public/themes/minimalflat
at Redmine directory - Open Redmine page, and go to Administration > Settings > Display
- Enable the minimalflat2 from Theme, and save settings
Setup the development environment.
$ git clone https://github.com/akabekobeko/redmine-theme-minimalflat2.git redmine-theme-minimalflat2
$ cd redmine-theme-minimalflat2
$ cd npm i
npm build
command transpile the SCSS file and output the CSS file.
$ npm run build
Start SCSS file monitoring with the npm watch
command. It will automatically Transpile when it detects a change.
$ npm watch
Stop is Ctrl + C .
docker compose up -d
- Access to http://localhost:8080/ on web browser
- Sign in to Redmine as an administrator
- Select
mytheme
as the theme from the administration screen.
Stop is docker compose stop
.
Library | Author | License |
---|---|---|
IcoMoon - Free | Keyamoon | GPL/CC BY 4.0 |
Entypo | Daniel Bruce | CC BY-SA 4.0 |
bymathias/normalize.styl | Mathias Brouilly | MIT |
This theme supports only to the latest version of Redmine. For Redmine, the composition of HTML and CSS is big changed for each minor version. Therefore it is difficult to support to multiple versions at the same time.
Please use the old version when you need past Redmine support.