fix: eliminate diagonal banding in live theme ambient gradient (#1298)
the 135-degree gradient with only 7 color stops and a brightness-oscillating
animation created visible diagonal strips (color banding), especially in
dark/low-contrast weather palettes.
three fixes:
- increase gradient interpolation from 7 to 16 stops
- add SVG fractalNoise dither filter (soft-light blend) on the gradient layer
- remove brightness(1.08) from breathing animation (amplified banding)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
authored by