Commit e7e5dcee9b8cfa3a69ad892ea275a60884b36aef
1 parent
6976b820
chore(usr): add prototype shell design tokens
Showing
1 changed file
with
13 additions
and
0 deletions
frontend/src/styles/tokens.css
| @@ -40,4 +40,17 @@ | @@ -40,4 +40,17 @@ | ||
| 40 | --color-table-row-fg: #000000; | 40 | --color-table-row-fg: #000000; |
| 41 | --color-table-header-bg: #f5f5f5; | 41 | --color-table-header-bg: #f5f5f5; |
| 42 | --color-table-header-fg: rgba(0, 0, 0, 0.85); /* = #000000D9 */ | 42 | --color-table-header-fg: rgba(0, 0, 0, 0.85); /* = #000000D9 */ |
| 43 | + | ||
| 44 | + /* === 3. Prototype shell tokens === */ | ||
| 45 | + --color-topbar-bg: #1f1f23; | ||
| 46 | + --color-toolbar-bg: #2c2f36; | ||
| 47 | + --color-toolbar-text: #e6e7ea; | ||
| 48 | + --color-tab-active: #1e84e6; | ||
| 49 | + --color-tab-text: #9aa0a8; | ||
| 50 | + --color-field-bg-edit: #eaf3fe; | ||
| 51 | + --color-field-label-req: #f04848; | ||
| 52 | + --color-table-border: #e3e6eb; | ||
| 53 | + --color-table-row-alt: #f7f8fa; | ||
| 54 | + --color-filterbar-bg: #ffffff; | ||
| 55 | + --color-nav-overlay-bg: #2b3137; | ||
| 43 | } | 56 | } |