Skip to content

For Developers: Openroast Color Palette

int3ll3ct edited this page Apr 2, 2017 · 1 revision

In order to keep our color palette uniform across all of the Openroast applications, please follow the color guidelines outlined below.

Main Colors

  • White: #fff
  • Blue: #2aa1d3
  • Green: #8ab71b
  • Red: #ee4e10
  • Yellow: #f0b017
  • Dark Gray: #23252b
  • Medium Gray: #2e3138
  • Light Gray: #444953

Darkened Colors

All web based colors should be darkened at 15% via css. See example below:

background-color: darken($blue, 15%)

Qt does not allow the darken css tag, and therefore the actual color values need to be entered.

  • Blue: #047bad
  • Green: #649100
  • Yellow: #ca8a00

Welcome to the docs! If you come across any issues, please feel free to submit a pull request or add an issue to our issue tracker so we can be sure our documentation is up-to-date and accurate.

Clone this wiki locally