Skip to content

Commit f6fb5db

Browse files
committed
feat: add new color zinc
1 parent beb34a7 commit f6fb5db

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

.vitepress/theme/components/global/ColorsPalette.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const colors = [
2222
'slate',
2323
'stone',
2424
'neutral',
25+
'zinc',
2526
'light',
2627
'dark',
2728
]

.vitepress/theme/data/colors.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,16 @@ export const colors = [
274274
'bg-neutral-700',
275275
'bg-neutral-800',
276276
'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',
277287
'bg-gray-50',
278288
'bg-gray-100',
279289
'bg-gray-200',

0 commit comments

Comments
 (0)