Skip to content

Commit aaff31c

Browse files
Merge remote-tracking branch 'upstream/master' into signer-backend-revoke
2 parents 85c80e3 + 942d480 commit aaff31c

29 files changed

Lines changed: 475 additions & 359 deletions

File tree

web/design-tokens/colors.css

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -74,20 +74,26 @@
7474
--custos-purple-500: #8b5cf6;
7575
--custos-purple-700: #6d28d9;
7676

77+
--custos-orange-50: #fff3e0;
78+
--custos-orange-100: #ffe0b2;
79+
--custos-orange-400: #ffa726;
80+
--custos-orange-500: #fe8c00;
81+
--custos-orange-700: #b35f00;
82+
7783
--custos-white: #ffffff;
7884

79-
--custos-primary: var(--custos-blue-500);
85+
--custos-primary: var(--custos-orange-500);
8086
--custos-primary-foreground: var(--custos-white);
81-
--custos-action: var(--custos-blue-500);
87+
--custos-action: var(--custos-orange-500);
8288
--custos-error: var(--custos-red-600);
8389
--custos-success: var(--custos-green-600);
8490
--custos-warning: #f59e0b;
8591

8692
/* Brand semantic — distinct from --primary; reserved for active states,
8793
links, brand wordmark, progress bar default fill. */
88-
--brand: var(--custos-blue-500);
94+
--brand: var(--custos-orange-500);
8995
--brand-foreground: #ffffff;
90-
--brand-tint: var(--custos-blue-50);
96+
--brand-tint: var(--custos-orange-50);
9197

9298
/* Semantic tone tokens — paired bg/fg used by pills, chips, banners. */
9399
--banner-error-bg: var(--custos-red-50);
@@ -131,8 +137,8 @@
131137
--muted: var(--custos-gray-100);
132138
/* Pinned to gray-600 — gray-500 on bg-muted is 4.28:1 and fails WCAG AA. */
133139
--muted-foreground: var(--custos-gray-600);
134-
--accent: var(--custos-blue-50);
135-
--accent-foreground: var(--custos-blue-700);
140+
--accent: var(--custos-gray-100);
141+
--accent-foreground: var(--custos-gray-900);
136142
--destructive: var(--custos-red-600);
137143
--destructive-foreground: var(--custos-white);
138144
--border: var(--custos-gray-200);
@@ -172,14 +178,14 @@
172178
--card-foreground: var(--custos-gray-50);
173179
--popover: var(--custos-gray-800);
174180
--popover-foreground: var(--custos-gray-50);
175-
--primary: var(--custos-blue-400);
176-
--primary-foreground: var(--custos-gray-900);
181+
--primary: var(--custos-gray-700);
182+
--primary-foreground: var(--custos-gray-50);
177183
--secondary: var(--custos-gray-800);
178184
--secondary-foreground: var(--custos-gray-50);
179185
--muted: var(--custos-gray-800);
180186
--muted-foreground: var(--custos-gray-300);
181-
--accent: var(--custos-blue-800);
182-
--accent-foreground: var(--custos-blue-100);
187+
--accent: var(--custos-gray-700);
188+
--accent-foreground: var(--custos-gray-50);
183189
--destructive: var(--custos-red-500);
184190
--destructive-foreground: var(--custos-white);
185191
--border: var(--custos-gray-700);
@@ -197,9 +203,9 @@
197203
--sidebar-border: var(--custos-gray-700);
198204
--sidebar-ring: var(--custos-blue-400);
199205

200-
--brand: var(--custos-blue-400);
206+
--brand: var(--custos-orange-400);
201207
--brand-foreground: #ffffff;
202-
--brand-tint: rgba(77, 134, 201, 0.22);
208+
--brand-tint: rgba(254, 140, 0, 0.22);
203209

204210
--muted-2: var(--custos-gray-700);
205211
--border-strong: var(--custos-gray-600);

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"lucide-react": "^1.16.0",
3434
"msw": "^2.14.6",
3535
"next": "15.5.18",
36-
"next-auth": "5.0.0-beta.31",
36+
"next-auth": "5.0.0-beta.32",
3737
"next-themes": "^0.4.6",
3838
"react": "19.2.4",
3939
"react-dom": "19.2.4",

0 commit comments

Comments
 (0)