Theme.setColor

Sets the theme's Color to color at name in node_type. Does nothing if the theme does not have node_type.

struct Theme
@nogc nothrow
void
setColor
(
in String name
,
in String node_type
,
in Color color
)

Meta