This commit is contained in:
Adam D. Ruppe 2020-02-17 20:03:42 -05:00
parent c911434c8b
commit ecf541dd67
1 changed files with 1 additions and 1 deletions

View File

@ -967,7 +967,7 @@ struct Terminal {
bool hasDefaultDarkBackground() {
version(Win32Console) {
return !(defaultBackgroundColor & 0xf0);
return !(defaultBackgroundColor & 0xf);
} else {
// FIXME: there is probably a better way to do this
// but like idk how reliable it is.