Terminal.setColorHighlightRgba

Sets the background color for text which is highlighted. If NULL, highlighted text (which is usually highlighted because it is selected) will be drawn with foreground and background colors reversed.

class Terminal
void
setColorHighlightRgba

Parameters

highlightBackground RGBA

the new color to use for highlighted text, or NULL. [allow-none] Since 0.28

Meta