Skip to content

Commit 23ef384

Browse files
committed
docs: update colors
1 parent bfcb955 commit 23ef384

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/app.config.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
export default defineAppConfig({
2+
ui: {
3+
primary: 'green',
4+
gray: 'slate',
5+
},
26
elements: {
37
variables: {
48
light: {
59
background: '255 255 255',
610
foreground: 'var(--color-gray-700)',
711
},
812
dark: {
9-
background: 'var(--color-gray-900)',
13+
background: 'var(--color-gray-950)',
1014
foreground: 'var(--color-gray-200)',
1115
},
1216
},

0 commit comments

Comments
 (0)