Fixed a small bug in ostd::ConsoleColors
This commit is contained in:
parent
2416d2bc15
commit
1c7e2a974b
1 changed files with 9 additions and 9 deletions
|
|
@ -30,7 +30,7 @@ namespace ostd
|
|||
inline static const tConsoleColor BrightRed { "brightred", { 255, 70, 70, 255 }, false};
|
||||
inline static const tConsoleColor Green { "green", { 0, 255, 0, 255 }, false};
|
||||
inline static const tConsoleColor BrightGreen { "brightgreen", { 70, 255, 70, 255 }, false};
|
||||
inline static const tConsoleColor Blue { "blue", { 0, 255, 0, 255 }, false};
|
||||
inline static const tConsoleColor Blue { "blue", { 0, 0, 255, 255 }, false};
|
||||
inline static const tConsoleColor BrightBlue { "brightblue", { 70, 70, 255, 255 }, false};
|
||||
inline static const tConsoleColor Magenta { "magenta", { 255, 0, 255, 255 }, false};
|
||||
inline static const tConsoleColor BrightMagenta { "brightmagenta", { 255, 120, 255, 255 }, false};
|
||||
|
|
|
|||
Loading…
Reference in a new issue