mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-04-10 07:27:23 +02:00
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:
@@ -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%;
|
||||
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user