Skip to content

Commit 59eb553

Browse files
committed
feat: update colors for vendors
1 parent 60dfc32 commit 59eb553

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

script.js

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ const colors = {
33
light: {
44
vendors: {
55
openai: 'hsla(0, 0%, 25%, .8)', // near-black accent
6-
google: 'hsla(217, 89%, 61%, .8)', // Google blue
6+
google: 'hsla(134, 51%, 42%, .8)', // Google green
77
anthropic: 'hsla(15, 52%, 58%, .8)', // Anthropic orange
8-
'x-ai': 'hsla(270, 70%, 50%, .8)' // X-AI purple
8+
'x-ai': 'hsla(270, 70%, 50%, .8)', // X-AI purple
9+
deepseek: 'hsla(214, 61%, 44%, .8)' // DeepSeek blue
910
},
1011
grid: 'hsla(240, 5%, 89%, 1)', // zinc-200-ish
1112
axis: 'hsla(240, 5%, 26%, 1)', // zinc-700-ish
@@ -14,9 +15,10 @@ const colors = {
1415
dark: {
1516
vendors: {
1617
openai: 'hsla(0, 0%, 50%, .8)', // brighter neutral for contrast
17-
google: 'hsla(217, 96%, 74%, .8)', // more saturated Google blue
18+
google: 'hsla(134, 65%, 60%, .8)', // brighter Google green for dark mode
1819
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
20+
'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
2022
},
2123
grid: 'hsla(240, 5%, 26%, 1)', // zinc-700-ish
2224
axis: 'hsla(240, 6%, 90%, 1)', // near-white text

0 commit comments

Comments
 (0)