mirror of
https://gitee.com/openharmony/third_party_spirv-tools
synced 2024-11-23 23:39:40 +00:00
Windows: Increase intensity of blue text
This commit is contained in:
parent
4fe8e389a7
commit
0167758727
@ -80,7 +80,10 @@ clr::yellow::operator const char*() {
|
||||
}
|
||||
|
||||
clr::blue::operator const char*() {
|
||||
SetConsoleForegroundColor(FOREGROUND_BLUE);
|
||||
// Blue all by itself is hard to see against a black background (the
|
||||
// default on command shell), or a medium blue background (the default
|
||||
// on PowerShell). So increase its intensity.
|
||||
SetConsoleForegroundColor(FOREGROUND_BLUE | FOREGROUND_INTENSITY);
|
||||
return "";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user