mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-10-31 14:10:08 +00:00
Add some special colors
This commit is contained in:
parent
8644b209b8
commit
af046e4161
@ -27,6 +27,7 @@ class ColorCommand extends \chat\system\command\AbstractCommand {
|
|||||||
'black' => 0x000000,
|
'black' => 0x000000,
|
||||||
'blanchedalmond' => 0xFFEBCD,
|
'blanchedalmond' => 0xFFEBCD,
|
||||||
'blue' => 0x0000FF,
|
'blue' => 0x0000FF,
|
||||||
|
'bluescreenblue' => 0x0000AA,
|
||||||
'blueviolet' => 0x8A2BE2,
|
'blueviolet' => 0x8A2BE2,
|
||||||
'brown' => 0xA52A2A,
|
'brown' => 0xA52A2A,
|
||||||
'burlywood' => 0xDEB887,
|
'burlywood' => 0xDEB887,
|
||||||
@ -141,6 +142,7 @@ class ColorCommand extends \chat\system\command\AbstractCommand {
|
|||||||
'rosybrown' => 0xBC8F8F,
|
'rosybrown' => 0xBC8F8F,
|
||||||
'royalblue' => 0x4169E1,
|
'royalblue' => 0x4169E1,
|
||||||
'saddlebrown' => 0x8B4513,
|
'saddlebrown' => 0x8B4513,
|
||||||
|
'sadwin' => 0x2067B2,
|
||||||
'salmon' => 0xFA8072,
|
'salmon' => 0xFA8072,
|
||||||
'sandybrown' => 0xF4A460,
|
'sandybrown' => 0xF4A460,
|
||||||
'seagreen' => 0x2E8B57,
|
'seagreen' => 0x2E8B57,
|
||||||
|
Loading…
Reference in New Issue
Block a user