Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions packages/tailwindcss/src/compat/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default {
'950': 'oklch(13% 0.028 261.692)',
},
zinc: {
'50': 'oklch(98.5% 0 0)',
'50': 'oklch(98.5% none none)',
'100': 'oklch(96.7% 0.001 286.375)',
'200': 'oklch(92% 0.004 286.32)',
'300': 'oklch(87.1% 0.006 286.286)',
Expand All @@ -44,17 +44,17 @@ export default {
'950': 'oklch(14.1% 0.005 285.823)',
},
neutral: {
'50': 'oklch(98.5% 0 0)',
'100': 'oklch(97% 0 0)',
'200': 'oklch(92.2% 0 0)',
'300': 'oklch(87% 0 0)',
'400': 'oklch(70.8% 0 0)',
'500': 'oklch(55.6% 0 0)',
'600': 'oklch(43.9% 0 0)',
'700': 'oklch(37.1% 0 0)',
'800': 'oklch(26.9% 0 0)',
'900': 'oklch(20.5% 0 0)',
'950': 'oklch(14.5% 0 0)',
'50': 'oklch(98.5% none none)',
'100': 'oklch(97% none none)',
'200': 'oklch(92.2% none none)',
'300': 'oklch(87% none none)',
'400': 'oklch(70.8% none none)',
'500': 'oklch(55.6% none none)',
'600': 'oklch(43.9% none none)',
'700': 'oklch(37.1% none none)',
'800': 'oklch(26.9% none none)',
'900': 'oklch(20.5% none none)',
'950': 'oklch(14.5% none none)',
},
stone: {
'50': 'oklch(98.5% 0.001 106.423)',
Expand All @@ -70,7 +70,7 @@ export default {
'950': 'oklch(14.7% 0.004 49.25)',
},
mauve: {
'50': 'oklch(98.5% 0 0)',
'50': 'oklch(98.5% none none)',
'100': 'oklch(96% 0.003 325.6)',
'200': 'oklch(92.2% 0.005 325.62)',
'300': 'oklch(86.5% 0.012 325.68)',
Expand Down