mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2025-01-10 00:30:09 +00:00
Adding predefined oxford color
This commit is contained in:
parent
d2f6e3c88a
commit
1ffd7c7828
@ -33,7 +33,8 @@ class Color extends \wcf\system\chat\commands\AbstractCommand {
|
||||
'royalblue' => 0x4169E1,
|
||||
'aquamarine' => 0x7FFFD4,
|
||||
'cyan' => 0x00FFFF,
|
||||
'magenta' => 0x00FFFF
|
||||
'magenta' => 0x00FFFF,
|
||||
'oxford' => 0xF02D // looks like green
|
||||
);
|
||||
|
||||
public function __construct(\wcf\system\chat\commands\CommandHandler $commandHandler) {
|
||||
|
Loading…
Reference in New Issue
Block a user