style: increase sidebar vs chat panel background contrast

Darken --color-sidebar-bg to create more visual hierarchy between
the sidebar and main content area, inspired by animclaw's approach.

Light: #f5f5f4 → #ebebea (delta 15 from main-bg, was 5)
Dark:  #141413 → #0c0c0b (delta 10 from main-bg, was 2)
This commit is contained in:
kumarabhirup 2026-03-14 22:26:40 -07:00
parent ce40a9632f
commit 584d974f07
No known key found for this signature in database
GPG Key ID: DB7CA2289CAB0167

View File

@ -12,7 +12,7 @@
/* Background / Surface */
--color-bg: #f5f5f4;
--color-surface: #ffffff;
--color-sidebar-bg: #f5f5f4;
--color-sidebar-bg: #ebebea;
--color-main-bg: #fafaf9;
--color-surface-hover: #ececea;
--color-surface-raised: #ffffff;
@ -102,7 +102,7 @@
/* Background / Surface */
--color-bg: #0c0c0b;
--color-surface: #161615;
--color-sidebar-bg: #141413;
--color-sidebar-bg: #0c0c0b;
--color-main-bg: #161615;
--color-surface-hover: #1e1e1c;
--color-surface-raised: #1a1a18;