Ubuntu.Components.Themes.PaletteValues
Color values used for a given widget state. More...
Import Statement: | import Ubuntu.Components.Themes 1.3 |
Inherits: |
Properties
- activity : color
- activityText : color
- background : color
- backgroundSecondaryText : color
- backgroundTertiaryText : color
- backgroundText : color
- base : color
- baseText : color
- field : color
- fieldText : color
- focus : color
- focusText : color
- foreground : color
- foregroundText : color
- negative : color
- negativeText : color
- overlay : color
- overlaySecondaryText : color
- overlayText : color
- position : color
- positionText : color
- positive : color
- positiveText : color
- raised : color
- raisedSecondaryText : color
- raisedText : color
- selection : color
- selectionText : color
Detailed Description
Property Documentation
activity : color |
Colour applied to the activity colors. Typical example is progress indication, activity indication.
This QML property was introduced in Ubuntu.Components.Themes 1.3.
activityText : color |
Color applied to elements placed on top of the activity color.
This QML property was introduced in Ubuntu.Components.Themes 1.3.
background : color |
Color applied to the background of the application.
backgroundSecondaryText : color |
Color applied to secondary content on the background color.
This QML property was introduced in Ubuntu.Components.Themes 1.3.
backgroundTertiaryText : color |
Color applied to tertiary content on the background color.
This QML property was introduced in Ubuntu.Components.Themes 1.3.
backgroundText : color |
Color applied to elements placed on top of the background color. Typically used for labels and images.
base : color |
Color applied to the background of widgets.
baseText : color |
Color applied to elements placed on top of the base color. Typically used for labels and images.
field : color |
Colour applied to the background of text input fields.
fieldText : color |
Color applied to elements placed on top of the field color. Typically used for labels and images.
focus : color |
Color applied for the focus frame drawn around the active focus component if it was focused using keyboard navigation.
focusText : color |
Color applied to elements placed on top of the focus color.
foreground : color |
Color applied to widgets on top of the base colour.
foregroundText : color |
Color applied to elements placed on top of the foreground color. Typically used for labels and images.
negative : color |
Colour applied to the negative actions.
This QML property was introduced in Ubuntu.Components.Themes 1.3.
negativeText : color |
Color applied to elements placed on top of the negative color.
This QML property was introduced in Ubuntu.Components.Themes 1.3.
overlay : color |
Color applied to the background of widgets floating over other widgets. For example popovers, menus, dialogs.
overlaySecondaryText : color |
Color applied to secondary elements placed on top of the overlay color.
This QML property was introduced in Ubuntu.Components.Themes 1.3.
overlayText : color |
Color applied to elements placed on top of the overlay color. Typically used for labels and images.
position : color |
Color applied to navigation elements' background.
positionText : color |
Color applied to navigation elements to indicate current position.
positive : color |
Colour applied to the positive actions.
This QML property was introduced in Ubuntu.Components.Themes 1.3.
positiveText : color |
Color applied to elements placed on top of the positive color.
This QML property was introduced in Ubuntu.Components.Themes 1.3.
raised : color |
Color applied to widgets on top of any layer, background or base.
This QML property was introduced in Ubuntu.Components.Themes 1.3.
raisedSecondaryText : color |
Color applied to seconday elements placed on top of the raised color.
This QML property was introduced in Ubuntu.Components.Themes 1.3.
raisedText : color |
Color applied to elements placed on top of the raised color.
This QML property was introduced in Ubuntu.Components.Themes 1.3.
selection : color |
Color applied to selected text background in editable components.
selectionText : color |
Color applied to elements placed on top of the selection color.
This QML property was introduced in Ubuntu.Components.Themes 1.3.