From 7af5b32b3f2e5041a9e4d97b03bbc7d7b97c84b0 Mon Sep 17 00:00:00 2001 From: Rene Fichtmueller Date: Thu, 9 Apr 2026 21:20:43 +0200 Subject: [PATCH] ui: redesign LLM panel for light theme readability MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace hard-coded purple/green colors with theme CSS variables. Dark code blocks (#1e1e1e bg), orange accent for active borders/badges, dark green for status text, amber for warnings β€” all readable on white. --- packages/dashboard/index.html | 163 +++++++++++++++++----------------- 1 file changed, 83 insertions(+), 80 deletions(-) diff --git a/packages/dashboard/index.html b/packages/dashboard/index.html index 2796668..4a46004 100644 --- a/packages/dashboard/index.html +++ b/packages/dashboard/index.html @@ -1208,94 +1208,99 @@