mirror of
https://github.com/PancakeTAS/lsfg-vk.git
synced 2025-10-30 07:01:10 +00:00
fix: use a readable log color
This commit is contained in:
parent
bc5a63b8b7
commit
929c0e6fa6
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ namespace Log {
|
|||
const std::string_view WHITE = "\033[1;37m";
|
||||
const std::string_view YELLOW = "\033[1;33m";
|
||||
const std::string_view RED = "\033[1;31m";
|
||||
const std::string_view GRAY = "\033[1;30m";
|
||||
const std::string_view GRAY = "\033[1;90m";
|
||||
const std::string_view RESET = "\033[0m";
|
||||
|
||||
template<typename... Args>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue