diff --git a/src/store/app/index.ts b/src/store/app/index.ts index 856ae6c..64ab5b5 100644 --- a/src/store/app/index.ts +++ b/src/store/app/index.ts @@ -55,7 +55,7 @@ export const useAppStore = defineStore('app-store', { // 重置所有设置 resetAlltheme() { this.theme = themeConfig - this.primaryColor = '#18a058' + this.primaryColor = '#4834D4' this.collapsed = false this.grayMode = false this.colorWeak = false diff --git a/src/store/app/theme.json b/src/store/app/theme.json index 06b7d75..bce48db 100644 --- a/src/store/app/theme.json +++ b/src/store/app/theme.json @@ -1,9 +1,9 @@ { "common": { - "primaryColor": "#18a058", - "primaryColorHover": "#36ad6a", - "primaryColorPressed": "#0c7a43", - "primaryColorSuppl": "#36ad6a", + "primaryColor": "#4834D4", + "primaryColorHover": "#5b49d8", + "primaryColorPressed": "#3d2ac5", + "primaryColorSuppl": "#5b49d8", "infoColor": "#2080f0", "infoColorHover": "#4098fc", "infoColorPressed": "#1060c9",