From ecf541dd676c4dab5ea63c7dc1c8390f53b3d588 Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Mon, 17 Feb 2020 20:03:42 -0500 Subject: [PATCH] right --- terminal.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.