Skip to content

Latest commit

 

History

History
77 lines (69 loc) · 2.87 KB

DarkColors.md

File metadata and controls

77 lines (69 loc) · 2.87 KB

Dark Colors

Returns the color of the provided text in black.

Parameter Type Description
str string The string to return in black color.

Returns {string}

Returns the color of the provided text in red.

Parameter Type Description
str string The string to return in red color.

Returns {string}

Returns the color of the provided text in green.

Parameter Type Description
str string The string to return in green color.

Returns {string}

Returns the color of the provided text in yellow.

Parameter Type Description
str string The string to return in yellow color.

Returns {string}

Returns the color of the provided text in blue.

Parameter Type Description
str string The string to return in blue color.

Returns {string}

Returns the color of the provided text in magenta.

Parameter Type Description
str string The string to return in magenta color.

Returns {string}

Returns the color of the provided text in cyan.

Parameter Type Description
str string The string to return in cyan color.

Returns {string}

Returns the color of the provided text in white.

Parameter Type Description
str string The string to return in white color.

Returns {string}

Returns the color of the provided text in gray.

Parameter Type Description
str string The string to return in gray color.

Returns {string}

Other Colors To Check Out