diff --git a/.husky/_/commit-msg b/.husky/_/commit-msg
index 94647a4..21c69a4 100644
--- a/.husky/_/commit-msg
+++ b/.husky/_/commit-msg
@@ -1,4 +1,2 @@
#!/usr/bin/env sh
-. "$(dirname -- "$0")/husky.sh"
-
-npx --no-install commitlint --edit $1
\ No newline at end of file
+. "${0%/*}/h"
\ No newline at end of file
diff --git a/.husky/_/pre-commit b/.husky/_/pre-commit
index 1bbfe41..21c69a4 100644
--- a/.husky/_/pre-commit
+++ b/.husky/_/pre-commit
@@ -1,5 +1,2 @@
-#!/bin/sh
-
-. "$(dirname "$0")/husky.sh"
-
-npm run lint-staged
\ No newline at end of file
+#!/usr/bin/env sh
+. "${0%/*}/h"
\ No newline at end of file
diff --git a/src/layout/components/Header/components/header-left/index.vue b/src/layout/components/Header/components/header-left/index.vue
index 46f7392..3c54069 100644
--- a/src/layout/components/Header/components/header-left/index.vue
+++ b/src/layout/components/Header/components/header-left/index.vue
@@ -17,7 +17,7 @@
diff --git a/src/store/modules/theme-config.ts b/src/store/modules/theme-config.ts
index 2cabf24..aaf4ac9 100644
--- a/src/store/modules/theme-config.ts
+++ b/src/store/modules/theme-config.ts
@@ -63,7 +63,7 @@ export const useThemeConfig = defineStore("theme-config", {
"#00B42A",
"#14C9C9",
"#3491FA",
- "#165DFF",
+ "#c34d9c",
"#722ED1",
"#D91AD9",
"#F5319D",