summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rwxr-xr-xthemes/dist/output.wasmbin65641 -> 65641 bytes
-rw-r--r--themes/main.cpp2
2 files changed, 1 insertions, 1 deletions
diff --git a/themes/dist/output.wasm b/themes/dist/output.wasm
index 202295c..329cc80 100755
--- a/themes/dist/output.wasm
+++ b/themes/dist/output.wasm
Binary files differ
diff --git a/themes/main.cpp b/themes/main.cpp
index 54d303d..2d63e00 100644
--- a/themes/main.cpp
+++ b/themes/main.cpp
@@ -115,7 +115,7 @@ EM_BOOL selectAutumn(int eventType, const EmscriptenMouseEvent* mouseEvent, void
// -- Autumn theme
void AutumnTheme::load(Renderer2d* renderer) {
- renderer->clearColor = Vector4(252, 210, 153, 125).toNormalizedColor();
+ renderer->clearColor = Vector4(252, 210, 153, 255).toNormalizedColor();
auto lr = tree.load(renderer);
leafParticles.load(renderer, &lr);
}