Skip to content

Commit 1655281

Browse files
committed
feat(theme): add light theme twitter
1 parent 33c6d62 commit 1655281

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

src/configs/site.ts

+4
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ export default {
3333
name: 'Microsoft',
3434
icon: 'bi:sun-fill',
3535
},
36+
twitter: {
37+
name: 'Twitter',
38+
icon: 'bi:sun-fill',
39+
},
3640
},
3741
plugins: {
3842
counterAnalytics: {

theme.config.cjs

+8
Original file line numberDiff line numberDiff line change
@@ -212,5 +212,13 @@ module.exports = {
212212
tertiary: themeColors.light['tertiary'],
213213
}, false)
214214
},
215+
{
216+
name: 'twitter',
217+
extend: siteTheme({
218+
primary: '#1d9bf0',
219+
secondary: themeColors.light['secondary'],
220+
tertiary: themeColors.light['tertiary'],
221+
}, false)
222+
},
215223
]
216224
}

0 commit comments

Comments
 (0)