Skip to content

laborb/redmine-theme-flat

Repository files navigation

Flat Theme for Redmine

Flat screenshot

About

A modern, flat design theme for Redmine built with Sass. This fork includes improvements and bugfixes.

Requirements

  • Redmine 3.x - 5.x
  • For development: Node.js and npm

Installation

For Production Use

  1. 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
  2. Open Redmine in a browser and go to: Administration → Settings → Display → Theme

  3. Select "Flat" from the dropdown and save

For Development

See DEVELOPMENT.md for detailed development setup instructions.

Quick start:

./dev.sh start

Customization

The theme is built with Sass, making customization easy.

  • Colors are defined in sass/application.scss
  • Edit .scss files in the sass/ directory
  • Compile with npm run compile or use watch mode: npm run watch

Build Process

# Install dependencies
npm install

# Watch for changes (auto-compile)
npm run watch

# Compile once
npm run compile

Notes and Specifics

  • Theme uses Sass for stylesheets - edit .scss files, not .css files directly
  • Compiled CSS is in stylesheets/application.css
  • Modern flat design optimized for readability
  • Responsive design for mobile devices

Known Issues

  • None currently

Troubleshooting

See DEVELOPMENT.md for detailed troubleshooting.

License

WTFPL

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors