2016-10-29 07:33:32 +08:00
|
|
|
private const bbbBlack:uint = 0x2A2D33;
|
2016-12-09 00:15:56 +08:00
|
|
|
|
2016-10-29 07:33:32 +08:00
|
|
|
private const bbbBlue:uint = 0x299AD5;
|
2016-12-09 00:15:56 +08:00
|
|
|
|
2016-10-29 07:33:32 +08:00
|
|
|
private const bbbGreen:uint = 0x4DC0A2;
|
2016-12-09 00:15:56 +08:00
|
|
|
|
2016-10-29 07:33:32 +08:00
|
|
|
private const bbbRed:uint = 0xF0615F;
|
2016-12-09 00:15:56 +08:00
|
|
|
|
2016-10-29 07:33:32 +08:00
|
|
|
private const bbbDarkGrey:uint = 0x353B42;
|
2016-12-09 00:15:56 +08:00
|
|
|
|
2016-10-29 07:33:32 +08:00
|
|
|
private const bbbGrey:uint = 0x8B9AA8;
|
2016-12-09 00:15:56 +08:00
|
|
|
|
|
|
|
private const bbbWhite:uint = 0xF3F6F9;
|
2016-12-15 17:40:56 +08:00
|
|
|
|
|
|
|
// Color names are guessed using http://chir.ag/projects/name-that-color/
|
|
|
|
|
|
|
|
private const regentGrey:uint = 0x8A9AA7;
|
|
|
|
|
|
|
|
private const athensGrey:uint = 0xF1F3F7;
|
2016-12-15 19:10:53 +08:00
|
|
|
|
|
|
|
private const tuna:uint = 0x353A42;
|