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.
This commit is contained in:
Claude
2026-01-14 18:22:18 +00:00
parent 3777366b87
commit 92c5b947c9
2 changed files with 2 additions and 2 deletions

View File

@@ -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%;

View File

@@ -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: {