File tree Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,18 @@ export default {
25
25
name : 'LeetCode Dark' ,
26
26
icon : 'bi:moon-fill' ,
27
27
} ,
28
+ google : {
29
+ name : 'Google' ,
30
+ icon : 'bi:sun-fill' ,
31
+ } ,
32
+ microsoft : {
33
+ name : 'Microsoft' ,
34
+ icon : 'bi:sun-fill' ,
35
+ } ,
36
+ twitter : {
37
+ name : 'Twitter' ,
38
+ icon : 'bi:sun-fill' ,
39
+ } ,
28
40
} ,
29
41
plugins : {
30
42
counterAnalytics : {
Original file line number Diff line number Diff line change @@ -196,5 +196,29 @@ module.exports = {
196
196
tertiary : themeColors . light [ 'tertiary' ] ,
197
197
} , false )
198
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
+ name : 'microsoft' ,
209
+ extend : siteTheme ( {
210
+ primary : '#0067b8' ,
211
+ secondary : themeColors . light [ 'secondary' ] ,
212
+ tertiary : themeColors . light [ 'tertiary' ] ,
213
+ } , false )
214
+ } ,
215
+ {
216
+ name : 'twitter' ,
217
+ extend : siteTheme ( {
218
+ primary : '#1d9bf0' ,
219
+ secondary : themeColors . light [ 'secondary' ] ,
220
+ tertiary : themeColors . light [ 'tertiary' ] ,
221
+ } , false )
222
+ } ,
199
223
]
200
224
}
You can’t perform that action at this time.
0 commit comments