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