Skip to content

Commit 96f143a

Browse files
committed
Add new colors
1 parent 36e2ba6 commit 96f143a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/app/conf/2025/utils.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ export const eventsColors: Record<string, string> = {
1818
"GraphQL Security": "#CC6BB0",
1919
"GraphQL Spec": "#6B73CC",
2020
Scaling: "#8D8D8D",
21+
Frontend: "violet",
22+
Documentation: "salmon",
23+
"Schema Evolution": "thistle",
24+
Security: "cornflowerblue",
25+
"Case studies": "#894545",
26+
"Federation and distributed systems": "#FC8251",
2127
}
2228

2329
export function getEventTitle(

0 commit comments

Comments
 (0)