diff --git a/main.cpp b/main.cpp index d9725ca..fe27f92 100644 --- a/main.cpp +++ b/main.cpp @@ -194,7 +194,7 @@ int main() { sf::Text text; text.setFont(font); text.setCharacterSize(30); - text.setFillColor(VALUES[size_t(Value::LIGHT_LIGHT)]); + text.setFillColor(VALUES[size_t(Value::LIGHT_DARK)]); while(window.isOpen()) { Render(screen, document->Render());