diff --git a/public/favicon.svg b/public/favicon.svg
index 26944c18..169b2ab6 100644
--- a/public/favicon.svg
+++ b/public/favicon.svg
@@ -1 +1 @@
-
+
diff --git a/src/settings/theme.json b/src/settings/theme.json
index faf4a0d4..bef20054 100644
--- a/src/settings/theme.json
+++ b/src/settings/theme.json
@@ -35,15 +35,15 @@
"label": "主体滚动"
}
],
- "themeColor": "#1890ff",
+ "themeColor": "#646cff",
"themeColorList": [
"#1890ff",
"#409EFF",
- "#2d8cf0",
"#007AFF",
"#5ac8fa",
"#5856D6",
"#536dfe",
+ "#646cff",
"#9c27b0",
"#AF52DE",
"#0096c7",
diff --git a/src/settings/theme.ts b/src/settings/theme.ts
index d1d592a3..751b409b 100644
--- a/src/settings/theme.ts
+++ b/src/settings/theme.ts
@@ -10,11 +10,11 @@ import jsonSetting from './theme.json';
const themeColorList = [
'#1890ff',
'#409EFF',
- '#2d8cf0',
'#007AFF',
'#5ac8fa',
'#5856D6',
'#536dfe',
+ '#646cff',
'#9c27b0',
'#AF52DE',
'#0096c7',
@@ -45,7 +45,7 @@ const defaultThemeSetting: Theme.Setting = {
},
scrollMode: 'content',
scrollModeList: themeScrollModeOptions,
- themeColor: themeColorList[0],
+ themeColor: themeColorList[6],
themeColorList,
otherColor: {
info: '#2080f0',