Skip to content

Commit 1504c3d

Browse files
committed
improve colors
1 parent 4c3bc9a commit 1504c3d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/app/conf/2024/utils.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
export const eventsColors: Record<string, string> = {
22
Breaks: "#7DAA5E",
3-
"Keynote Sessions": "#8A9CBF",
3+
"Keynote Sessions": "#7e66cc",
44
"Lightning Talks": "#1a5b77",
55
"Session Presentations": "#5c2e75",
66
Workshops: "#4b5fc0",
77
Unconference: "#7e66cc",
88
"API Platform": "#4e6e82",
99
Backend: "#36C1A0",
1010
"Breaks & Special Events": "#7DAA5E",
11-
"Defies Categorization": "#CCCC2A",
12-
"Developer Experience": "#9AC5B9",
13-
"Federation and Composite Schemas": "#CCC74E",
14-
"GraphQL Clients": "#C39ADC",
15-
"GraphQL in Production": "#CC9646",
11+
"Defies Categorization": "#894545",
12+
"Developer Experience": "#6fc9af",
13+
"Federation and Composite Schemas": "#cbc749",
14+
"GraphQL Clients": "#ca78fc",
15+
"GraphQL in Production": "#e4981f",
1616
"GraphQL Security": "#CC6BB0",
1717
"GraphQL Spec": "#6B73CC",
1818
Scaling: "#8D8D8D",

0 commit comments

Comments
 (0)