From 9e8628411dd07838e8bc896cbfb5cdf982328840 Mon Sep 17 00:00:00 2001 From: vini Date: Sun, 19 Jul 2026 21:43:31 -0300 Subject: [PATCH] Nudge day sky toward pastel blue-gray Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_015HtPHsTnDcLVSCiF5FGHZj --- plugin/contents/ui/dancer.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin/contents/ui/dancer.html b/plugin/contents/ui/dancer.html index d37dff4..ad51caf 100644 --- a/plugin/contents/ui/dancer.html +++ b/plugin/contents/ui/dancer.html @@ -1141,11 +1141,11 @@ body.chuva #sunChuvaFace { opacity: 1; transition: opacity 5s ease; } opacity: 0; transition: opacity 12s ease; background: linear-gradient(to bottom, - #676074 0%, - #837a88 26%, - #a3939f 44%, - #bfaeb0 60%, - #d3c0ab 66%, + #5f6480 0%, + #798095 26%, + #97a0b2 44%, + #b3bcc9 60%, + #cfc9bc 66%, #5a7d4a 66.1%, #3e5c35 82%, #2a4126 100%); @@ -1167,7 +1167,7 @@ body.dia:not(.balada):not(.chuva) #meteorLayer { opacity: 0; } transition: opacity 12s ease; filter: blur(26px); background: radial-gradient(ellipse, - rgba(232,226,232,0.95) 0%, rgba(198,186,200,0.55) 55%, transparent 78%); + rgba(228,230,240,0.95) 0%, rgba(188,194,210,0.55) 55%, transparent 78%); will-change: transform, opacity; } .cloud-a { width: 62vh; height: 14vh; top: 10%; left: 8%;