All Projects → mrliptontea → Purplemine2

mrliptontea / Purplemine2

Licence: mit
A free Redmine theme for modern browsers

Projects that are alternatives of or similar to Purplemine2

Typesettings
A Sass or Stylus toolkit that sets type in Ems based on modular scale, vertical rhythm, and responsive ratio based headlines.
Stars: ✭ 380 (-13.64%)
Mutual labels:  scss
Vue Material Dashboard
Vue Material Dashboard - Open Source Material Design Admin
Stars: ✭ 403 (-8.41%)
Mutual labels:  scss
Lineage wiki
Stars: ✭ 419 (-4.77%)
Mutual labels:  scss
Motherplate
A bare bones responsive SCSS boilerplate for web designers
Stars: ✭ 392 (-10.91%)
Mutual labels:  scss
Textarea Autosize
Vertically adjust a textarea based on user input without using a clone or ghost element.
Stars: ✭ 400 (-9.09%)
Mutual labels:  scss
Vvvebjs
Drag and drop website builder javascript library.
Stars: ✭ 4,609 (+947.5%)
Mutual labels:  scss
Hacktoberfest2019
Happy Hacktober! This is a beginner friendly repository made specifically for Hacktoberfest that helps you get your first PR.
Stars: ✭ 378 (-14.09%)
Mutual labels:  scss
Flight Manual.atom.io
📖 Documentation for Atom, generated by nanoc, hosted by GitHub Pages
Stars: ✭ 435 (-1.14%)
Mutual labels:  scss
React 2048 Game
🎮 A fancy 2048 game build with react, redux best practices.
Stars: ✭ 401 (-8.86%)
Mutual labels:  scss
Reflex
responsive flexbox grid with inline-block legacy support
Stars: ✭ 417 (-5.23%)
Mutual labels:  scss
Php Redmine Api
A simple PHP Redmine API client, Object Oriented
Stars: ✭ 392 (-10.91%)
Mutual labels:  redmine
Adminkit
🧰 AdminKit is a free & open source Bootstrap 5 Admin Template
Stars: ✭ 395 (-10.23%)
Mutual labels:  scss
Github Dark Theme
GitHub Dark Theme - Extension for Chrome, Firefox, and Microsoft Edge
Stars: ✭ 413 (-6.14%)
Mutual labels:  scss
Trunk
Build, bundle & ship your Rust WASM application to the web.
Stars: ✭ 378 (-14.09%)
Mutual labels:  scss
Mtslack
Customize your Slack experience with tweaks and themes. Includes the famous Material Themes as well as other popular themes such as Monokai Pro, Dracula, Atom One, GitHub, Solarized, Night Owl...
Stars: ✭ 427 (-2.95%)
Mutual labels:  scss
Repl
The Learning Hub for UoL's Online CS Students
Stars: ✭ 367 (-16.59%)
Mutual labels:  scss
Susy
Responsive layout toolkit for Sass
Stars: ✭ 3,922 (+791.36%)
Mutual labels:  scss
Hugo Theme Zzo
Make a blog with hugo zzo theme!
Stars: ✭ 438 (-0.45%)
Mutual labels:  scss
Carbon
A design system built by IBM
Stars: ✭ 5,005 (+1037.5%)
Mutual labels:  scss
Redmine knowledgebase
A knowledgebase plugin for Redmine
Stars: ✭ 416 (-5.45%)
Mutual labels:  redmine

PurpleMine 2

A free Redmine 3.0+ theme written in SCSS.

The MIT License JavaScript Style Guide Run linters Issues


Screenshot

It's written in SCSS. It uses normalize.css and benefits from some parts of Bootstrap like mixins, structure, and stuff.

Main features

  • Bigger, easier to read fonts,
  • Github-like wiki content look,
  • Sidebar moved to the left for better ergonomy,
  • Coloring trackers links (on lists, issue pages and even in the wiki content),
  • Jira-inspired priority icons,
  • Toggling sidebar visibility,
  • Easy to customize via variables.

How install it

To install PurpleMine, just download .zip and unpack it to your Redmine's public/themes folder.

Then go to Redmine > Administration > Settings > Display and select PurpleMine2 from the list and save the changes.

Plugins

This theme also features a new look for Redmine Backlogs plugin. To install it, simply copy stylesheets from PurpleMine2/plugins/redmine_backlogs and overwrite files in {redmine}/plugins/redmine_backlogs/assets/stylesheets and restart Redmine.

Also, Redmine Time Tracker and Redmine People plugins should look nice with PurpleMine.

How to customize it

If you want to customize PurpleMine to your needs, first, make sure that you have installed node.js and npm is available in your terminal.

Then, from the directory that contains PurpleMine run:

npm install

Now all the dependencies should be ready to use. Run one more command:

npm run watch

And now the grunt is watching for changes in files placed in src/ folder. Just change what you need, and it'll run Sass preprocessor automatically.

Regrettably, optional file include is not possible in Sass, so I would recommend creating a new file, e.g. src/sass/_custom-variables.scss and importing it a the beginning of the application.scss file. That way all the variables with the !default flag could be overridden.

The path src/sass/_custom-variables.scss is added to .gitignore so it should make upgrading PurpleMine with keeping your changes rather painless, given that the only thing you changed in PurpleMine's source was adding this one line with @import "custom-variables";.

If you need to customize styles for Redmine Backlogs remember to include your _custom-variables.scss in src/sass/plugins/redmine_backlogs/_common.scss.

Changelog

Changelog.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].