diff --git a/plugin/contents/ui/dancer.html b/plugin/contents/ui/dancer.html
index 5e8dd88..1776dfc 100644
--- a/plugin/contents/ui/dancer.html
+++ b/plugin/contents/ui/dancer.html
@@ -1309,7 +1309,7 @@ const mwPoints = [];
ra: (Math.atan2(ey, ex) / DEG + 360) % 360,
dec: Math.asin(ez) / DEG,
size: 26 + rand() * 55,
- alpha: bright * (0.012 + rand() * 0.03),
+ alpha: bright * (0.04 + rand() * 0.075),
});
}
})();