🎨(front) update cunningham theme tokens

Regenerate theme tokens from cunningham configuration.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Nathan Panchout
2026-01-28 17:50:00 +01:00
parent a5117e385e
commit 3fbd87145e
5 changed files with 10 additions and 11 deletions

View File

@@ -46,17 +46,17 @@ function deepMerge(target: any, source: any): any {
const themesImages = {
anct: {
favicon: "/assets/anct_favicon.png",
logo: "/assets/anct_logo_beta.svg",
logo: "/assets/acal_full_logotype_vector.svg",
"logo-icon": "/assets/anct_logo-icon.svg",
},
dark: {
favicon: "/assets/favicon.png",
logo: "/assets/logo_beta.svg",
logo: "/assets/cal_full_logotype_vector.svg",
"logo-icon": "/assets/logo-icon_beta.svg",
},
default: {
favicon: "/assets/favicon.png",
logo: "/assets/logo_beta.svg",
logo: "/assets/cal_full_logotype_vector.svg",
"logo-icon": "/assets/logo-icon_beta.svg",
},
};