Skip to content

Commit 9bc8670

Browse files
chore(ai): daily update — theme (2026-05-22)
Automated daily refresh by GitHub Copilot (GitHub Models API). - theme: aesthetic & color palette updated based on current design trends - timeline: new AI milestones appended if any significant events detected
1 parent c2452eb commit 9bc8670

1 file changed

Lines changed: 20 additions & 20 deletions

File tree

src/theme.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
2-
"lastUpdated": "2026-05-21",
2+
"lastUpdated": "2026-05-22",
33
"palette": {
4-
"background": "#0a0b14",
5-
"surface": "#121624",
6-
"surfaceAlt": "#1a1f33",
7-
"primary": "#5c7aff",
8-
"primaryLight": "#8fa5ff",
9-
"secondary": "#4ad4c6",
10-
"accent": "#ff6f91",
11-
"accentWarm": "#ff935c",
12-
"text": "#f5f8fc",
13-
"textMuted": "#c6cad4",
14-
"textSubtle": "#8b8f9c",
15-
"border": "#273046",
16-
"glow": "rgba(92, 122, 255, 0.35)"
4+
"background": "#0b0d14",
5+
"surface": "#121420",
6+
"surfaceAlt": "#1a1c28",
7+
"primary": "#7265f6",
8+
"primaryLight": "#a59dfb",
9+
"secondary": "#3bc7d4",
10+
"accent": "#ff75d1",
11+
"accentWarm": "#ff8f5c",
12+
"text": "#f4f5fb",
13+
"textMuted": "#c7cad6",
14+
"textSubtle": "#8b8fa1",
15+
"border": "#2b2d3c",
16+
"glow": "rgba(114, 101, 246, 0.6)"
1717
},
1818
"typography": {
19-
"fontFamily": "Space Grotesk",
19+
"fontFamily": "Inter",
2020
"codeFontFamily": "Fira Code",
2121
"headingWeight": "700",
2222
"bodyWeight": "400"
@@ -27,12 +27,12 @@
2727
"cardBlur": "24px",
2828
"shadowIntensity": "medium",
2929
"animationSpeed": "0.5s",
30-
"glowRadius": "60px"
30+
"glowRadius": "72px"
3131
},
3232
"gradient": {
33-
"hero": "linear-gradient(135deg, #5c7aff 0%, #4ad4c6 50%, #ff6f91 100%)",
34-
"timeline": "linear-gradient(180deg, #121624 0%, #5c7aff 50%, #4ad4c6 100%)",
35-
"text": "linear-gradient(90deg, #ff935c 0%, #ff6f91 50%, #5c7aff 100%)"
33+
"hero": "linear-gradient(135deg, #7265f6 0%, #3bc7d4 50%, #ff8f5c 100%)",
34+
"timeline": "linear-gradient(180deg, #ff75d1 0%, #7265f6 50%, #3bc7d4 100%)",
35+
"text": "linear-gradient(90deg, #ff8f5c 0%, #ff75d1 50%, #7265f6 100%)"
3636
},
37-
"trendNote": "May 2026 sees a resurgence of vibrant, futuristic glassmorphism aesthetics paired with vivid gradients, subtly animated hover states, and glowing accent elements. AI-themed interfaces embrace bold contrasts and fluid typography to evoke innovation and trust."
37+
"trendNote": "In May 2026, AI-themed websites are leveraging glassmorphism with bold, luminous colors like neon purples, blues, and pinks. Designs emphasize high-contrast text, smooth gradients, and glowing visual effects to evoke a futuristic, tech-forward aesthetic that feels both cutting-edge and approachable."
3838
}

0 commit comments

Comments
 (0)