🎨Available Colors

In IRC (Internet Relay Chat), color codes are used to customize the appearance of text messages, allowing users to apply different colors to their chat messages.

Below is a list of available colors that can be used to change the text color in your IRC messages.

{
    white: '0',
    black: '1',
    blue: '2',
    green: '3',
    red: '4',
    brown: '5',
    purple: '6',
    orange: '7',
    yellow: '8',
    light_green: '9',
    cyan: '10',
    light_cyan: '11',
    light_blue: '12',
    pink: '13',
    grey: '14',
    light_grey: '15',
}

Last updated