We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a22c79 commit 749034cCopy full SHA for 749034c
src/Color.php
@@ -36,6 +36,13 @@ class Color
36
const BG_LIGHT_GRAY = "\033[47m";
37
const GRAY = "\033[0;90m";
38
const LIGHT_YELLOW = "\033[1;93m";
39
+ const BG_DARK_GRAY = "\e[100m";
40
+ const BG_LIGHT_RED = "\e[101m";
41
+ const BG_LIGHT_GREEN = "\e[102m";
42
+ const BG_LIGHT_YELLOW = "\e[103m";
43
+ const BG_LIGHT_BLUE = "\e[104m";
44
+ const BG_LIGHT_MAGENTA = "\e[105m";
45
+ const BG_LIGHT_CYAN = "\e[106m";
46
const BG_WHITE = "\e[107m";
47
48
0 commit comments