From 92c5b947c9f9b31df166ff11c248cfab9e397ca5 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 14 Jan 2026 18:22:18 +0000 Subject: [PATCH] fix: Restore original orange-400 highlight color for dark theme Update dark theme highlight to match original text-orange-400 color (27 96% 61%) for backward compatibility with existing appearance. --- src/index.css | 2 +- src/lib/themes/builtin/dark.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.css b/src/index.css index 9550c3f..082b16b 100644 --- a/src/index.css +++ b/src/index.css @@ -127,7 +127,7 @@ --live: 0 72% 51%; /* UI highlight (active user, self-references) */ - --highlight: 38 92% 55%; + --highlight: 27 96% 61%; /* Syntax highlighting */ --syntax-comment: 215 20.2% 70%; diff --git a/src/lib/themes/builtin/dark.ts b/src/lib/themes/builtin/dark.ts index 39ef1e3..24f002c 100644 --- a/src/lib/themes/builtin/dark.ts +++ b/src/lib/themes/builtin/dark.ts @@ -48,7 +48,7 @@ export const darkTheme: Theme = { live: "0 72% 51%", // Red for live indicator // UI highlight (active user, self-references) - highlight: "38 92% 55%", // Warm amber + highlight: "27 96% 61%", // orange-400 (original color) }, syntax: {