From 017703dab21d49457d26609286bb0d1cb15a6604 Mon Sep 17 00:00:00 2001 From: Gigi Date: Tue, 14 Oct 2025 16:31:55 +0200 Subject: [PATCH] fix: use consistent yellow color (#fde047) for default highlight settings --- src/components/Settings.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Settings.tsx b/src/components/Settings.tsx index c7f3e5cc..c157d57f 100644 --- a/src/components/Settings.tsx +++ b/src/components/Settings.tsx @@ -23,10 +23,10 @@ const DEFAULT_SETTINGS: UserSettings = { readingFont: 'source-serif-4', fontSize: 21, highlightStyle: 'marker', - highlightColor: '#ffff00', + highlightColor: '#fde047', highlightColorNostrverse: '#9333ea', highlightColorFriends: '#f97316', - highlightColorMine: '#ffff00', + highlightColorMine: '#fde047', defaultHighlightVisibilityNostrverse: true, defaultHighlightVisibilityFriends: true, defaultHighlightVisibilityMine: true,