We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beb34a7 commit f6fb5dbCopy full SHA for f6fb5db
2 files changed
.vitepress/theme/components/global/ColorsPalette.vue
@@ -22,6 +22,7 @@ const colors = [
22
'slate',
23
'stone',
24
'neutral',
25
+ 'zinc',
26
'light',
27
'dark',
28
]
.vitepress/theme/data/colors.ts
@@ -274,6 +274,16 @@ export const colors = [
274
'bg-neutral-700',
275
'bg-neutral-800',
276
'bg-neutral-900',
277
+ 'bg-zinc-50',
278
+ 'bg-zinc-100',
279
+ 'bg-zinc-200',
280
+ 'bg-zinc-300',
281
+ 'bg-zinc-400',
282
+ 'bg-zinc-500',
283
+ 'bg-zinc-600',
284
+ 'bg-zinc-700',
285
+ 'bg-zinc-800',
286
+ 'bg-zinc-900',
287
'bg-gray-50',
288
'bg-gray-100',
289
'bg-gray-200',
0 commit comments