Removed black/grey colors for black background terminals
This commit is contained in:
parent
83066f5315
commit
4cc5a8450d
1 changed files with 0 additions and 6 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue