A modern, flat design theme for Redmine built with Sass. This fork includes improvements and bugfixes.
- Original repository: tsi/redmine-theme-flat
- Fork repository: laborb/redmine-theme-flat
- Documentation: DEVELOPMENT.md
- Redmine 3.x - 5.x
- For development: Node.js and npm
-
Download or clone this repository to your Redmine themes directory:
cd redmine/public/themes/ git clone https://github.com/laborb/redmine-theme-flat.git flat -
Open Redmine in a browser and go to: Administration → Settings → Display → Theme
-
Select "Flat" from the dropdown and save
See DEVELOPMENT.md for detailed development setup instructions.
Quick start:
./dev.sh startThe theme is built with Sass, making customization easy.
- Colors are defined in
sass/application.scss - Edit
.scssfiles in thesass/directory - Compile with
npm run compileor use watch mode:npm run watch
# Install dependencies
npm install
# Watch for changes (auto-compile)
npm run watch
# Compile once
npm run compile- Theme uses Sass for stylesheets - edit
.scssfiles, not.cssfiles directly - Compiled CSS is in
stylesheets/application.css - Modern flat design optimized for readability
- Responsive design for mobile devices
- None currently
See DEVELOPMENT.md for detailed troubleshooting.
