From e7e5dcee9b8cfa3a69ad892ea275a60884b36aef Mon Sep 17 00:00:00 2001 From: zichun Date: Fri, 8 May 2026 14:39:46 +0800 Subject: [PATCH] chore(usr): add prototype shell design tokens --- frontend/src/styles/tokens.css | 13 +++++++++++++ 1 file changed, 13 insertions(+), 0 deletions(-) diff --git a/frontend/src/styles/tokens.css b/frontend/src/styles/tokens.css index bc8a542..cbd142b 100644 --- a/frontend/src/styles/tokens.css +++ b/frontend/src/styles/tokens.css @@ -40,4 +40,17 @@ --color-table-row-fg: #000000; --color-table-header-bg: #f5f5f5; --color-table-header-fg: rgba(0, 0, 0, 0.85); /* = #000000D9 */ + + /* === 3. Prototype shell tokens === */ + --color-topbar-bg: #1f1f23; + --color-toolbar-bg: #2c2f36; + --color-toolbar-text: #e6e7ea; + --color-tab-active: #1e84e6; + --color-tab-text: #9aa0a8; + --color-field-bg-edit: #eaf3fe; + --color-field-label-req: #f04848; + --color-table-border: #e3e6eb; + --color-table-row-alt: #f7f8fa; + --color-filterbar-bg: #ffffff; + --color-nav-overlay-bg: #2b3137; } -- libgit2 0.22.2