From 43ac23f1131659ba4f8ed03b81b0f4f0106f05ed Mon Sep 17 00:00:00 2001 From: Soybean Date: Wed, 5 Jul 2023 01:35:12 +0800 Subject: [PATCH] style(projects): update default theme color --- public/favicon.svg | 2 +- src/settings/theme.json | 4 ++-- src/settings/theme.ts | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/public/favicon.svg b/public/favicon.svg index 26944c184..169b2ab6b 100644 --- a/public/favicon.svg +++ b/public/favicon.svg @@ -1 +1 @@ - + diff --git a/src/settings/theme.json b/src/settings/theme.json index faf4a0d47..bef20054a 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 d1d592a34..751b409b5 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',