Skip to content

Commit 749034c

Browse files
committed
Add missing backgrounds according to #1
1 parent 6a22c79 commit 749034c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Color.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ class Color
3636
const BG_LIGHT_GRAY = "\033[47m";
3737
const GRAY = "\033[0;90m";
3838
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";
3946
const BG_WHITE = "\e[107m";
4047

4148

0 commit comments

Comments
 (0)