set_color_highlight_foreground


Description:

public void set_color_highlight_foreground (RGBA? highlight_foreground)

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:

this

a Terminal

highlight_foreground

the new color to use for highlighted text, or null