ThemeInfo

Information about the color palette of widgets.

Members

Variables

background
Color!ubyte background;

Widget background.

backgroundHolder
Color!ubyte backgroundHolder;

The background color of the widget when the cursor is hovered over it.

isRoundedCorners
bool isRoundedCorners;

A drawing option that indicates whether corners should be rounded.

line
Color!ubyte line;

The color of the lines of the widget.

progress
Color!ubyte progress;

The color of the progressive line of the widget.

radiusRounded
float radiusRounded;

corner radius.

text
Color!ubyte text;

The color of the text of the widget.

title
Color!ubyte title;

Widget title color.

Meta