diff --git a/src/settings.cpp b/src/settings.cpp index 04c50abd..2dd8cba3 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -27,7 +27,7 @@ math::Vec windowSize = math::Vec(1024, 720); math::Vec windowPos = math::Vec(NAN, NAN); bool invertZoom = false; float pixelRatio = 0.0; -std::string uiTheme = "default"; +std::string uiTheme = "dark"; float cableOpacity = 0.5; float cableTension = 1.0; float rackBrightness = 1.0;