Function Theme.setColor

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

void setColor (
  const(String) name,
  const(String) type,
  const(Color) color
) nothrow @nogc;