Wiki

Clone wiki

mcpatcher / Text_Colors

Custom text colors

Text colors can be customized in assets/minecraft/mcpatcher/color.properties. The default vanilla colors are shown below.

Chat colors

To change the colors shown by the section symbol (ยง) + letter, set these properties:

text.code.0=000000
text.code.1=0000aa
text.code.2=00aa00
text.code.3=00aaaa
text.code.4=aa0000
text.code.5=aa00aa
text.code.6=ffaa00
text.code.7=aaaaaa
text.code.8=555555
text.code.9=5555ff
text.code.10=55ff55
text.code.11=55ffff
text.code.12=ff5555
text.code.13=ff55ff
text.code.14=ffff55
text.code.15=ffffff
text.code.16=000000
text.code.17=00002a
text.code.18=002a00
text.code.19=002a2a
text.code.20=2a0000
text.code.21=2a002a
text.code.22=2a2a00
text.code.23=2a2a2a
text.code.24=151515
text.code.25=15153f
text.code.26=153f15
text.code.27=153f3f
text.code.28=3f1515
text.code.29=3f153f
text.code.30=3f3f15
text.code.31=3f3f3f

Miscellaneous text colors

Experience bar, boss health meter, and signs.

# color of exp level text
text.xpbar=80ff20

# color of "Boss Health" text
text.boss=ff00ff

# color of sign text
text.sign=000000

Any other RGB value

Any text color can be replaced by any other color, regardless of context.

text.<old RGB value>=<new RGB value>

Updated