Method

VteTerminalset_color_highlight_foreground

Declaration [src]

void
vte_terminal_set_color_highlight_foreground (
  VteTerminal* terminal,
  const GdkRGBA* highlight_foreground
)

Description [src]

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

Parameters

highlight_foreground

Type: GdkRGBA

The new color to use for highlighted text, or NULL.

The argument can be NULL.
The data is owned by the caller of the function.