diff --git a/src/theme/settings.ts b/src/theme/settings.ts index 1ff8cbb6..e8dc0b36 100644 --- a/src/theme/settings.ts +++ b/src/theme/settings.ts @@ -4,7 +4,7 @@ export const themeSettings: App.Theme.ThemeSetting = { grayscale: false, colourWeakness: false, recommendColor: false, - themeColor: '#646cff', + themeColor: '#ec4899', themeRadius: 6, otherColor: { info: '#2080f0', @@ -31,7 +31,7 @@ export const themeSettings: App.Theme.ThemeSetting = { visible: true }, globalSearch: { - visible: true + visible: false } }, tab: { @@ -51,7 +51,7 @@ export const themeSettings: App.Theme.ThemeSetting = { mixChildMenuWidth: 200 }, footer: { - visible: true, + visible: false, fixed: false, height: 48, right: true