Removed black/grey colors for black background terminals

This commit is contained in:
netkas 2024-10-29 00:42:33 -04:00
parent 83066f5315
commit 4cc5a8450d

View file

@ -4,10 +4,6 @@
enum ConsoleColors : string enum ConsoleColors : string
{ {
case BLACK = "0;30";
case DARK_GRAY = "1;30";
case BLUE = "0;34"; case BLUE = "0;34";
case LIGHT_BLUE = "1;34"; case LIGHT_BLUE = "1;34";
@ -44,8 +40,6 @@
* @var array * @var array
*/ */
public const ALL = [ public const ALL = [
self::BLACK,
self::DARK_GRAY,
self::BLUE, self::BLUE,
self::LIGHT_BLUE, self::LIGHT_BLUE,
self::GREEN, self::GREEN,