mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-07-12 22:39:02 +00:00
ef3e356786
Links now use the flat accent colour and default avatars the same semi-transparent warm tint as dates and delivery ticks, instead of sampling the sunrise gradient by on-screen position. The sampling machinery did real work on every frame: link colour recomposed as items scrolled, and each default avatar rendered through an offscreen compositing layer to mask the gradient onto the icon. Both are gone — links are a plain span colour, avatars set their icon tint directly. Bubbles keep the position-sampled gradient (they can't be flat-tinted: the wallpaper pattern would show through and hurt text legibility). Non-SIMPLEX themes are unaffected.