From e53837f89b9b38fa9551f1c5da49e51c5b4c8e60 Mon Sep 17 00:00:00 2001 From: "Evgeny @ SimpleX Chat" <259188159+evgeny-simplex@users.noreply.github.com> Date: Tue, 2 Jun 2026 21:33:17 +0000 Subject: [PATCH] dark mode colors --- website/src/js/channel-preview.jsc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/js/channel-preview.jsc b/website/src/js/channel-preview.jsc index 4ae0cd8bdc..7fbbbf60d4 100644 --- a/website/src/js/channel-preview.jsc +++ b/website/src/js/channel-preview.jsc @@ -43,8 +43,8 @@ const STYLE = ` --sp-text-secondary: #B3AFAE; --sp-text-muted: #B3AFAE; --sp-text-small: #aaa; - --sp-bubble: #262627; - --sp-quote: #373739; + --sp-bubble: #071C46; + --sp-quote: #1B325C; --sp-border: #3A3A3C; --sp-link: #70F0F9; --sp-link-hover: #66D9E2;