diff --git a/terminal.d b/terminal.d index 031bd2e..7db0217 100644 --- a/terminal.d +++ b/terminal.d @@ -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.