PaletteValues QML Type

Color values used for a given widget state. More...

Import Statement: import Ubuntu.Components.Themes .
Inherits:

QtObject

Properties

Detailed Description

Property Documentation

background : color

Color applied to the background of the application.


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 backgrouhnd of text input fields.


fieldText : color

Color applied to elements placed on top of the field color. Typically used for labels and images.


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.


overlay : color

Color applied to the background of widgets floating over other widgets. For example: popovers, Toolbar.


overlayText : color

Color applied to elements placed on top of the overlay color. Typically used for labels and images.


selection : color

Color applied to selected text in editable components.