Colors and Font Guidelines: Difference between revisions
Jump to navigation
Jump to search
Henri Vikki (talk | contribs) (Images.) |
Henri Vikki (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
[[Category:Developing_Qt::Guidelines]] | [[Category:Developing_Qt::Guidelines]] | ||
Bellow you can find our recommended color palette, textured backgrounds and the fonts that will ensure consistency between your app's GUI and the other many example apps' GUIs published in the Qt website. There are also examples of how to use each of them. | Bellow you can find our recommended color palette, textured backgrounds and the fonts that will ensure consistency between your app's GUI and the other many example apps' GUIs published in the Qt website. There are also examples of how to use each of them. |
Latest revision as of 11:00, 30 March 2015
Bellow you can find our recommended color palette, textured backgrounds and the fonts that will ensure consistency between your app's GUI and the other many example apps' GUIs published in the Qt website. There are also examples of how to use each of them.
Recommended Color Palette
We recommend:
- Use primarily the grays
- Use the other colors only to accent a particular feature/item in your demo/app
- Avoid using gradients, especially multi color gradients, use solid colors instead
- Avoid detailed and colored textured backgrounds or use one of our 3 suggestions
- Avoid aliased/jaggy graphics
Gray palette
Color palette
Red | Yellow |
HEX #b40000 | HEX #e0c31e |
RGB 180, 0, 0 | RGB 224, 195, 30 |
Textured backgrounds
Coming soon.
Recommended fonts and font sizes
In addition to the above recommendations, we also suggest a few simple guidelines regarding text and headers:
- Use a sans-serif system font at 24 pt, Bold, for headers
- Use a sans-serif system font at 14 pt, Regular, for body text
- Use at least 8 pixel margin around text elements