Skip to content

Commit

Permalink
style(projects): update default theme color
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Jul 4, 2023
1 parent 13f6cd8 commit 43ac23f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion public/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/settings/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
"label": "主体滚动"
}
],
"themeColor": "#1890ff",
"themeColor": "#646cff",
"themeColorList": [
"#1890ff",
"#409EFF",
"#2d8cf0",
"#007AFF",
"#5ac8fa",
"#5856D6",
"#536dfe",
"#646cff",
"#9c27b0",
"#AF52DE",
"#0096c7",
Expand Down
4 changes: 2 additions & 2 deletions src/settings/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ import jsonSetting from './theme.json';
const themeColorList = [
'#1890ff',
'#409EFF',
'#2d8cf0',
'#007AFF',
'#5ac8fa',
'#5856D6',
'#536dfe',
'#646cff',
'#9c27b0',
'#AF52DE',
'#0096c7',
Expand Down Expand Up @@ -45,7 +45,7 @@ const defaultThemeSetting: Theme.Setting = {
},
scrollMode: 'content',
scrollModeList: themeScrollModeOptions,
themeColor: themeColorList[0],
themeColor: themeColorList[6],
themeColorList,
otherColor: {
info: '#2080f0',
Expand Down

0 comments on commit 43ac23f

Please sign in to comment.