style(projects): update default theme color

This commit is contained in:
Soybean
2023-07-05 01:35:12 +08:00
parent 13f6cd8ef4
commit 43ac23f113
3 changed files with 5 additions and 5 deletions

View File

@ -35,15 +35,15 @@
"label": "主体滚动"
}
],
"themeColor": "#1890ff",
"themeColor": "#646cff",
"themeColorList": [
"#1890ff",
"#409EFF",
"#2d8cf0",
"#007AFF",
"#5ac8fa",
"#5856D6",
"#536dfe",
"#646cff",
"#9c27b0",
"#AF52DE",
"#0096c7",

View File

@ -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',