about summary refs log tree commit diff stats
path: root/080display.cc
diff options
context:
space:
mode:
Diffstat (limited to '080display.cc')
-rw-r--r--080display.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/080display.cc b/080display.cc
index 295f86b4..6bf8e51d 100644
--- a/080display.cc
+++ b/080display.cc
@@ -116,7 +116,7 @@ case PRINT_CHARACTER_TO_DISPLAY: {
   int height = (h >= 0) ? h : 0;
   int width = (w >= 0) ? w : 0;
   int c = ingredients.at(0).at(0);
-  int color = TB_BLACK;
+  int color = TB_WHITE;
   if (SIZE(ingredients) > 1) {
     color = ingredients.at(1).at(0);
   }