Skip to content

akabekobeko/redmine-theme-minimalflat2

Repository files navigation

minimalflat2

Redmine

Minimal and flat design theme for Redmine.

Screenshot

Projects Editor
Projects Editor
Issue Settings
Issue Settings
Mobile Menu
For mobile Menu

Features

  • 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)

Installation

  1. Download zip file from release page
  2. Extract zip file, and move to public/themes/minimalflat at Redmine directory
  3. Open Redmine page, and go to Administration > Settings > Display
  4. Enable the minimalflat2 from Theme, and save settings

Development

Setup the development environment.

$ git clone https://github.com/akabekobeko/redmine-theme-minimalflat2.git redmine-theme-minimalflat2
$ cd redmine-theme-minimalflat2
$ cd npm i

Build CSS

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

  1. docker compose up -d
  2. Access to http://localhost:8080/ on web browser
  3. Sign in to Redmine as an administrator
  4. Select mytheme as the theme from the administration screen.

Stop is docker compose stop.

Libraries

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

Support policy

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.

ChangeLog

License