ugh dub sux

This commit is contained in:
Adam D. Ruppe 2020-03-30 15:47:07 -04:00
parent 7873768fd1
commit 6d3a12213b
1 changed files with 1 additions and 1 deletions

View File

@ -1048,7 +1048,7 @@ struct Terminal {
bool hasDefaultDarkBackground() {
version(Win32Console) {
return !(defaultBackgroundColor & 0xf);
} version(TerminalDirectToEmulator) {
} else version(TerminalDirectToEmulator) {
return integratedTerminalEmulatorConfiguration.defaultBackground.g < 100;
} else {
// FIXME: there is probably a better way to do this