UbuntuColors QML Type
Singleton defining the Ubuntu color palette. More...
Import Statement: | import Ubuntu.Components 1.3 |
Inherits: |
Properties
- ash : color
- blue : color
- graphite : color
- green : color
- inkstone : color
- jet : color
- lightBlue : color
- lightGreen : color
- lightRed : color
- orange : color
- porcelain : color
- purple : color
- red : color
- silk : color
- slate : color
Detailed Description
Each color of the Ubuntu color palette is accesible from it. For more information on how to appropriately use the colors according to the context, please refer to the Ubuntu brand guidelines.
Example of use:
Rectangle { color: UbuntuColors.orange }
Property Documentation
[read-only] ash : color |
Ash. Recommended for subtitles and other tertiary content.
This property was introduced in Ubuntu.Components 1.3.
[read-only] blue : color |
Blue. Recommended for text selection and text cursor for Ambiance theme.
This property was introduced in Ubuntu.Components 1.1.
[read-only] graphite : color |
Graphite. Recommended for coloring dark themes' background.
This property was introduced in Ubuntu.Components 1.3.
[read-only] green : color |
Green. Recommended for positive action buttons for Ambiance theme.
This property was introduced in Ubuntu.Components 1.1.
[read-only] inkstone : color |
Inkstone. Recommended for foreground colors in dark themes.
This property was introduced in Ubuntu.Components 1.3.
[read-only] jet : color |
Jet. Recommended for content coloring.
This property was introduced in Ubuntu.Components 1.3.
[read-only] lightBlue : color |
Blue. Recommended for text selection and text cursor for SuruDark theme.
This property was introduced in Ubuntu.Components 1.3.
[read-only] lightGreen : color |
Green. Recommended for positive action buttons for SuruDark theme.
This property was introduced in Ubuntu.Components 1.3.
[read-only] lightRed : color |
Red. Recommended for negative and irreversible action buttons, errors and alerts.
This property was introduced in Ubuntu.Components 1.3.
[read-only] orange : color |
Orange. Recommended for branded elements, display progress and intensity, textual links on light backgrounds.
[read-only] porcelain : color |
Porcelain. Recommended for foregrounds.
This property was introduced in Ubuntu.Components 1.3.
[read-only] purple : color |
Purple. Recommended for proper nouns in list items.
This property was introduced in Ubuntu.Components 1.1.
[read-only] red : color |
Red. Recommended for negative and irreversible action buttons, errors and alerts.
This property was introduced in Ubuntu.Components 1.1.
[read-only] silk : color |
Silk. Recommended for neutral action buttons and secondary text.
This property was introduced in Ubuntu.Components 1.3.
[read-only] slate : color |
Slate. Recommended for text and action icons.
This property was introduced in Ubuntu.Components 1.3.