Skip to content

Commit 9d3dad5

Browse files
committed
feat(site): add mistralai, qwen, z-ai, minimax, moonshotai colors
1 parent 57c383a commit 9d3dad5

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

site/script.js

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ const colors = {
66
google: 'hsla(134, 51%, 42%, .8)', // Google green
77
anthropic: 'hsla(15, 52%, 58%, .8)', // Anthropic orange
88
'x-ai': 'hsla(270, 70%, 50%, .8)', // X-AI purple
9-
deepseek: 'hsla(214, 61%, 44%, .8)' // DeepSeek blue
9+
deepseek: 'hsla(214, 61%, 44%, .8)', // DeepSeek blue
10+
mistralai: 'hsla(26, 100%, 50%, .8)', // Mistral orange
11+
qwen: 'hsla(23, 82%, 31%, .8)', // Qwen brown
12+
'z-ai': 'hsla(213, 79%, 31%, .8)', // Z-AI blue
13+
minimax: 'hsla(343, 63%, 32%, .8)', // Minimax pink
14+
moonshotai: 'hsla(212, 97%, 29%, .8)' // Moonshot blue
1015
},
1116
grid: 'hsla(240, 5%, 89%, 1)', // zinc-200-ish
1217
axis: 'hsla(240, 5%, 26%, 1)', // zinc-700-ish
@@ -18,7 +23,12 @@ const colors = {
1823
google: 'hsla(134, 65%, 60%, .8)', // brighter Google green for dark mode
1924
anthropic: 'hsla(15, 64%, 70%, .8)', // more saturated Anthropic orange
2025
'x-ai': 'hsla(270, 80%, 70%, .8)', // brighter X-AI purple for dark mode
21-
deepseek: 'hsla(214, 75%, 65%, .8)' // brighter DeepSeek blue for dark mode
26+
deepseek: 'hsla(214, 75%, 65%, .8)', // brighter DeepSeek blue for dark mode
27+
mistralai: 'hsla(26, 100%, 68%, .8)', // brighter Mistral orange for dark mode
28+
qwen: 'hsla(23, 94%, 49%, .8)', // brighter Qwen brown for dark mode
29+
'z-ai': 'hsla(213, 91%, 49%, .8)', // brighter Z-AI blue for dark mode
30+
minimax: 'hsla(343, 75%, 50%, .8)', // brighter Minimax pink for dark mode
31+
moonshotai: 'hsla(212, 100%, 47%, .8)' // brighter Moonshot blue for dark mode
2232
},
2333
grid: 'hsla(240, 5%, 26%, 1)', // zinc-700-ish
2434
axis: 'hsla(240, 6%, 90%, 1)', // near-white text

0 commit comments

Comments
 (0)