mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-24 03:21:03 +00:00
feat: disable switching between themes
This commit is contained in:
@@ -86,7 +86,9 @@ const config = {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
colorMode: {
|
colorMode: {
|
||||||
defaultMode: 'dark'
|
defaultMode: 'dark',
|
||||||
|
disableSwitch: true,
|
||||||
|
respectPrefersColorScheme: false
|
||||||
},
|
},
|
||||||
prism: {
|
prism: {
|
||||||
theme: lightCodeTheme,
|
theme: lightCodeTheme,
|
||||||
|
|||||||
Reference in New Issue
Block a user