Remove unused BRIGHT_COLORS constant from ConsoleColors

This commit is contained in:
netkas 2024-10-28 15:28:34 -04:00
parent d6e94ce52e
commit e5b0bb6012

View file

@ -61,15 +61,4 @@
self::LIGHT_GRAY,
self::WHITE
];
/**
* A list of random usable bright colors
*/
public const BRIGHT_COLORS = [
self::LIGHT_BLUE,
self::LIGHT_GREEN,
self::LIGHT_CYAN,
self::LIGHT_RED,
self::LIGHT_PURPLE,
];
}