From 756a1dec2b0831082e35d46485a4400a07186130 Mon Sep 17 00:00:00 2001 From: zenchantlive Date: Thu, 26 Feb 2026 16:27:14 -0800 Subject: [PATCH] fix(theme): increase contrast in aurora theme surface layers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Make surface layers more distinct (0f0e0d → 1a1816 → 252320 → 302e2a → 3c3934) - Increase border visibility (18%, 35%, 55% opacity) - Ensure header, sidebar, main content are visually distinct --- src/components/graph/assignment-panel.tsx | 8 +++---- src/components/shared/unified-shell.tsx | 4 ++-- src/styles/themes/aurora.css | 26 +++++++++++------------ 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/src/components/graph/assignment-panel.tsx b/src/components/graph/assignment-panel.tsx index 5aea05f..055aa2b 100644 --- a/src/components/graph/assignment-panel.tsx +++ b/src/components/graph/assignment-panel.tsx @@ -508,15 +508,15 @@ export function AssignmentPanel({ selectedIssue, projectRoot, issues, epicId }: )} -
+
{!preAssignedCollapsed && (
@@ -542,7 +542,7 @@ export function AssignmentPanel({ selectedIssue, projectRoot, issues, epicId }: onClick={() => setSquadRosterCollapsed(!squadRosterCollapsed)} className="w-full px-4 py-3 border-b border-[var(--border-subtle)] bg-[var(--surface-tertiary)] flex items-center gap-2 hover:bg-[var(--surface-hover)] transition-colors" > - {squadRosterCollapsed ? : } + {squadRosterCollapsed ? : }

Squad Roster

{activeRoster.length} active diff --git a/src/components/shared/unified-shell.tsx b/src/components/shared/unified-shell.tsx index a109f8f..9db756b 100644 --- a/src/components/shared/unified-shell.tsx +++ b/src/components/shared/unified-shell.tsx @@ -201,8 +201,8 @@ export function UnifiedShell({ {/* THREAD DRAWER: Popup overlay when a task is selected */} {isChatOpen ? ( -
-
+
+