@@ -4,7 +4,8 @@ const colors = {
44 vendors : {
55 openai : 'hsla(0, 0%, 25%, .8)' , // near-black accent
66 google : 'hsla(217, 89%, 61%, .8)' , // Google blue
7- anthropic : 'hsla(15, 52%, 58%, .8)' // Anthropic orange
7+ anthropic : 'hsla(15, 52%, 58%, .8)' , // Anthropic orange
8+ 'x-ai' : 'hsla(270, 70%, 50%, .8)' // X-AI purple
89 } ,
910 grid : 'hsla(240, 5%, 89%, 1)' , // zinc-200-ish
1011 axis : 'hsla(240, 5%, 26%, 1)' , // zinc-700-ish
@@ -14,7 +15,8 @@ const colors = {
1415 vendors : {
1516 openai : 'hsla(0, 0%, 50%, .8)' , // brighter neutral for contrast
1617 google : 'hsla(217, 96%, 74%, .8)' , // more saturated Google blue
17- anthropic : 'hsla(15, 64%, 70%, .8)' // more saturated Anthropic orange
18+ anthropic : 'hsla(15, 64%, 70%, .8)' , // more saturated Anthropic orange
19+ 'x-ai' : 'hsla(270, 80%, 70%, .8)' // brighter X-AI purple for dark mode
1820 } ,
1921 grid : 'hsla(240, 5%, 26%, 1)' , // zinc-700-ish
2022 axis : 'hsla(240, 6%, 90%, 1)' , // near-white text
0 commit comments