Color guide: Difference between revisions
m fixes |
redo the guide: add examples, make the examples visual, and fix spelling |
||
| (One intermediate revision by the same user not shown) | |||
| Line 2: | Line 2: | ||
== Gold Rank == | == Gold Rank == | ||
This is the guide and info for color codes (available when reaching gold rank | This is the guide and info for color codes (available when reaching [[Ranks#Gold Rank ⁎|gold rank]] at 70h). | ||
To use color code ingame, simply type & and then the number or letter you wish for the color | To use color code ingame, simply type <code>&</code> and then the number or letter you wish for the color. The numbers go from 0-9 and letters go from a-f (hex). | ||
&0 = | {| class="wikitable" | ||
|+ | |||
&1 | !code | ||
!color | |||
&2 | !example | ||
|- | |||
&3 | |<code>&0</code> | ||
|Black | |||
&4 | |<span style="color:#000000">Sphinx of black quartz, judge my vow!</span> | ||
|- | |||
&5 | |<code>&1</code> | ||
|Dark Blue | |||
&6 = | |<span style="color:#0000AA">Sphinx of black quartz, judge my vow!</span> | ||
&7 = | |- | ||
|<code>&2</code> | |||
&8 = | |Dark Green | ||
|<span style="color:#00AA00">Sphinx of black quartz, judge my vow!</span> | |||
&9 = | |- | ||
|<code>&3</code> | |||
&a = | |Dark Aqua | ||
|<span style="color:#00AAAA">Sphinx of black quartz, judge my vow!</span> | |||
&b = | |- | ||
|<code>&4</code> | |||
&c = | |Dark Red | ||
|<span style="color:#AA0000">Sphinx of black quartz, judge my vow!</span> | |||
&d = | |- | ||
|<code>&5</code> | |||
&e = | |Dark Purple | ||
|<span style="color:#AA00AA">Sphinx of black quartz, judge my vow!</span> | |||
&f = | |- | ||
|<code>&6</code> | |||
You can use Multiple color codes in | |Gold | ||
|<span style="color:#FFAA00">Sphinx of black quartz, judge my vow!</span> | |||
|- | |||
|<code>&7</code> | |||
|Gray | |||
|<span style="color:#AAAAAA">Sphinx of black quartz, judge my vow!</span> | |||
|- | |||
|<code>&8</code> | |||
|Dark Grey | |||
|<span style="color:#555555">Sphinx of black quartz, judge my vow!</span> | |||
|- | |||
|<code>&9</code> | |||
|Blue | |||
|<span style="color:#5555FF">Sphinx of black quartz, judge my vow!</span> | |||
|- | |||
|<code>&a</code> | |||
|Green | |||
|<span style="color:#55FF55">Sphinx of black quartz, judge my vow!</span> | |||
|- | |||
|<code>&b</code> | |||
|Aqua | |||
|<span style="color:#55FFFF">Sphinx of black quartz, judge my vow!</span> | |||
|- | |||
|<code>&c</code> | |||
|Red | |||
|<span style="color:#FF5555">Sphinx of black quartz, judge my vow!</span> | |||
|- | |||
|<code>&d</code> | |||
|Light Purple | |||
|<span style="color:#FF55FF">Sphinx of black quartz, judge my vow!</span> | |||
|- | |||
|<code>&e</code> | |||
|Yellow | |||
|<span style="color:#FFFF55">Sphinx of black quartz, judge my vow!</span> | |||
|- | |||
|<code>&f</code> | |||
|White | |||
|<span style="color:#FFFFFF">Sphinx of black quartz, judge my vow!</span> | |||
|} | |||
You can use Multiple color codes in one sentence. For example <code>&1 This &2 Is &7 Fun &b To &1 DO!</code> results in <code><span style="color:#0000AA">This</span> <span style="color:#00AA00">Is</span> <span style="color:#AAAAAA">Fun</span> <span style="color:#55FFFF">To</span> <span style="color:#0000AA">DO!</span></code>. Note that the space isn't needed, just here for visibility. Also do note that the color code begins at the <code>&</code> sign, but doesn't end after one word. That means <code>&2 Black Pink Blue</code> results in <code><span style="color:#00AA00">Black Pink Blue</span></code>. | |||
== Emerald Rank == | == Emerald Rank == | ||
At Emerald rank, you obtain the next part of | At Emerald rank, you obtain the next part of the color code formatting. This allows you to make words bold, underlined, italic, or strikethrough. You can use the <code>&</code> sign again and then the following: | ||
&m | {| class="wikitable" | ||
|+ | |||
!code | |||
!effect | |||
|- | |||
|<code>&n</code> | |||
|Underline | |||
|- | |||
|<code>&l</code> | |||
|Bold | |||
|- | |||
|<code>&o</code> | |||
|Italic | |||
|- | |||
|<code>&m</code> | |||
|Strikethrough | |||
|} | |||
You can use the formatting with the color code so <code>&4&lHaj</code> results in <code><span style="color:#AA0000;font-weight:bold">Haj</span></code>. | |||
== Diamond Rank == | == Diamond Rank == | ||
At diamond rank you obtain the final part of | At diamond rank you obtain the final part of color code: Hex and the final formatting, you can use <code>&k</code> for hashing of your word. This causes all the words their letters to be replaced super quickly and the words cannot be read (do note people can still read it from the discord as discord doesn't work with the formatting). | ||
you can also now use hex or hexadecimal colorcoding, to use this you must do & and then the hexadecimal of the specific color, for example | you can also now use hex or hexadecimal colorcoding, to use this you must do & and then the hexadecimal of the specific color, for example | ||
ӒAB Hello will result in | <code>ӒAB Hello</code> will result in <code><span style="color:#1234AB">Hello</span></code>. | ||
[https://www.birdflop.com/resources/rgb/ Here] is a link to an hexadecimal editor | [https://www.birdflop.com/resources/rgb/ Here] is a link to an hexadecimal editor so you can type something and change how many hexadecimals you want. Do note that as a hexadecimal color takes up 7 spaces (<code>#</code> included) you may face some limitations if you use too many on sentences that are quite long. | ||
[[Category:Guides]] | [[Category:Guides]] | ||
Latest revision as of 19:12, 9 August 2026
This is the ColorCode Guide made by
kleedje30. Have fun and be silly.
Gold Rank
This is the guide and info for color codes (available when reaching gold rank at 70h).
To use color code ingame, simply type & and then the number or letter you wish for the color. The numbers go from 0-9 and letters go from a-f (hex).
| code | color | example |
|---|---|---|
&0
|
Black | Sphinx of black quartz, judge my vow! |
&1
|
Dark Blue | Sphinx of black quartz, judge my vow! |
&2
|
Dark Green | Sphinx of black quartz, judge my vow! |
&3
|
Dark Aqua | Sphinx of black quartz, judge my vow! |
&4
|
Dark Red | Sphinx of black quartz, judge my vow! |
&5
|
Dark Purple | Sphinx of black quartz, judge my vow! |
&6
|
Gold | Sphinx of black quartz, judge my vow! |
&7
|
Gray | Sphinx of black quartz, judge my vow! |
&8
|
Dark Grey | Sphinx of black quartz, judge my vow! |
&9
|
Blue | Sphinx of black quartz, judge my vow! |
&a
|
Green | Sphinx of black quartz, judge my vow! |
&b
|
Aqua | Sphinx of black quartz, judge my vow! |
&c
|
Red | Sphinx of black quartz, judge my vow! |
&d
|
Light Purple | Sphinx of black quartz, judge my vow! |
&e
|
Yellow | Sphinx of black quartz, judge my vow! |
&f
|
White | Sphinx of black quartz, judge my vow! |
You can use Multiple color codes in one sentence. For example &1 This &2 Is &7 Fun &b To &1 DO! results in This Is Fun To DO!. Note that the space isn't needed, just here for visibility. Also do note that the color code begins at the & sign, but doesn't end after one word. That means &2 Black Pink Blue results in Black Pink Blue.
Emerald Rank
At Emerald rank, you obtain the next part of the color code formatting. This allows you to make words bold, underlined, italic, or strikethrough. You can use the & sign again and then the following:
| code | effect |
|---|---|
&n
|
Underline |
&l
|
Bold |
&o
|
Italic |
&m
|
Strikethrough |
You can use the formatting with the color code so &4&lHaj results in Haj.
Diamond Rank
At diamond rank you obtain the final part of color code: Hex and the final formatting, you can use &k for hashing of your word. This causes all the words their letters to be replaced super quickly and the words cannot be read (do note people can still read it from the discord as discord doesn't work with the formatting).
you can also now use hex or hexadecimal colorcoding, to use this you must do & and then the hexadecimal of the specific color, for example
ӒAB Hello will result in Hello.
Here is a link to an hexadecimal editor so you can type something and change how many hexadecimals you want. Do note that as a hexadecimal color takes up 7 spaces (# included) you may face some limitations if you use too many on sentences that are quite long.