Module colors

Source
Expand description

Elements of the compositor whose color can be changed.

Structs§

Colorable
An element of the GUI whose color can be changed.

Constants§

ATTENTION_REQUESTED_BACKGROUND_COLOR
The title background color of a window that has requested attention.
BACKGROUND_COLOR
The background color of the desktop.
BAR_BACKGROUND_COLOR
The background color of the bar.
BAR_STATUS_TEXT_COLOR
The color of the status text in the bar.
BORDER_COLOR
The color of the border between windows.
CAPTURED_FOCUSED_TITLE_BACKGROUND_COLOR
The title background color of a focused window that might be captured.
CAPTURED_UNFOCUSED_TITLE_BACKGROUND_COLOR
The title background color of an unfocused window that might be captured.
FOCUSED_INACTIVE_TITLE_BACKGROUND_COLOR
The title background color of an unfocused window that was the last focused window in its container.
FOCUSED_INACTIVE_TITLE_TEXT_COLOR
The title text color of an unfocused window that was the last focused window in its container.
FOCUSED_TITLE_BACKGROUND_COLOR
The title background color of a focused window.
FOCUSED_TITLE_TEXT_COLOR
The title text color of a focused window.
HIGHLIGHT_COLOR
Color used to highlight parts of the UI.
SEPARATOR_COLOR
The color of the 1px separator below window titles.
UNFOCUSED_TITLE_BACKGROUND_COLOR
The title background color of an unfocused window.
UNFOCUSED_TITLE_TEXT_COLOR
The title text color of an unfocused window.

Functions§

get_color
Gets the color of GUI element.
set_color
Sets the color of GUI element.