updated chat client colors and panel sizes

This commit is contained in:
Storme-bit
2026-04-13 03:54:35 -07:00
parent 045da0d7f4
commit 4fd7f9824b

View File

@@ -2,19 +2,19 @@
:root { :root {
--bg-base: #0f1117; --bg-base: #0f1117;
--bg-surface: #1a1d27; --bg-surface: #0e0d0d;
--bg-elevated: #222536; --bg-elevated: #222536;
--border: #2e3150; --border: #2e3150;
--accent: #6c63ff; --accent: #3d3a79;
--accent-hover: #574fd6; --accent-hover: #574fd6;
--text-primary: #e8e8f0; --text-primary: #e8e8f0;
--text-secondary: #8b8fa8; --text-secondary: #8b8fa8;
--text-muted: #555870; --text-muted: #555870;
--bubble-user: #6c63ff; --bubble-user: #4742a8;
--bubble-ai: #222536; --bubble-ai: #20264d;
--sidebar-width: 280px; --sidebar-width: 180px;
--panel-width: 260px; --panel-width: 200px;
--header-height: 56px; --header-height: 40px;
--radius-sm: 6px; --radius-sm: 6px;
--radius-md: 8px; --radius-md: 8px;
--radius-lg: 12px; --radius-lg: 12px;