We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e19bc9f commit 4e9b3edCopy full SHA for 4e9b3ed
src/configs/site.ts
@@ -25,6 +25,10 @@ export default {
25
name: 'LeetCode Dark',
26
icon: 'bi:moon-fill',
27
},
28
+ google: {
29
+ name: 'Google',
30
+ icon: 'bi:sun-fill',
31
+ },
32
33
plugins: {
34
counterAnalytics: {
theme.config.cjs
@@ -196,5 +196,13 @@ module.exports = {
196
tertiary: themeColors.light['tertiary'],
197
}, false)
198
199
+ {
200
+ name: 'google',
201
+ extend: siteTheme({
202
+ primary: '#db2028',
203
+ secondary: themeColors.light['secondary'],
204
+ tertiary: themeColors.light['tertiary'],
205
+ }, false)
206
207
]
208
}
0 commit comments