Skip to content

Commit 95cfbff

Browse files
committed
docs(darkmode): Add default props to metaThemeColor
1 parent cf31789 commit 95cfbff

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

config/defaultThemeConfig.js

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@ export const colorMode = {
22
enabled: true,
33
visible: true,
44
props: {
5-
modes: ['light', 'dark', 'system', 'sepia']
5+
modes: ['light', 'dark', 'system', 'sepia'],
6+
metaThemeColor: {
7+
light: '#f2f2f2',
8+
dark: '#232b32',
9+
sepia: '#d8c7a2'
10+
}
611
}
712
}
813

0 commit comments

Comments
 (0)