Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Text Coloring

Jeaye edited this page Aug 17, 2013 · 6 revisions

Q^3's text coloring is a per-line state machine; once a color is set, the remaining text on that line will continue to be that color unless another color is set. To set colors, simply use a backslash and then the color id. For example, this input will show up as (note that saying \12 \13 \14 will just result in \14 being used):

\1This \2is \3a \4colorful \sentence. \15More \0and \11more \12 \13 \14 colors...

text_color_exampe

For a table of all supported colors, see the below reference. Note that, when entering these colors into the console, you will not visibly see the color change (or any changes) until you start typing the text you actually want colored. Furthermore, the color state is remembered within the console line, so to remove a color setting, you must either submit the line or backspace over the color command(s).

Example Name Value Alias
black Black (0,0,0) \0
white White (255,255,255) \1
red Red (255,0,0) \2
lime Lime (0,255,0) \3
blue Blue (0,0,255) \4
yellow Yellow (255,255,0) \5
cyan Cyan (0,255,255) \6
magenta Magenta (255,0,255) \7
silver Silver (192,192,192) \8
gray Gray (128,128,128) \9
maroon Maroon (128,0,0) \10
olive Olive (128,128,0) \11
green Green (0,128,0) \12
purple Purple (128,0,128) \13
teal Teal (0,128,128) \14
navy Navy (0,0,128) \15
Clone this wiki locally