Set the foreground color of characters in the log widget.
Parameters:
colorName (str, optional) – The name of the color to set. Default is ‘White’. Should be a valid color name
recognized by QtGui.QColorConstants. If the provided color name is not found,
it defaults to QtGui.QColorConstants.White.