diff --git a/client-configs.json b/client-configs.json index da16193..584f21a 100644 --- a/client-configs.json +++ b/client-configs.json @@ -4,9 +4,14 @@ "appId": "wx5e79df5996572539", "name": "念念", "theme": { + "theme-color-900": "#19428F", "theme-color-800": "#174BB6", "theme-color-700": "#145EE1", + "theme-color-600": "#1B74F5", "theme-color-500": "#2D91FF", + "theme-color-400": "#59B4FF", + "theme-color-300": "#8ED0FF", + "theme-color-200": "#BCE1FF", "theme-color-100": "#D9EEFF", "theme-color-50": "#EEF8FF" } @@ -16,9 +21,14 @@ "appId": "wx6fcf7b3db3deee6c", "name": "念念助手", "theme": { + "theme-color-900": "#19428F", "theme-color-800": "#174BB6", "theme-color-700": "#145EE1", + "theme-color-600": "#1B74F5", "theme-color-500": "#2D91FF", + "theme-color-400": "#59B4FF", + "theme-color-300": "#8ED0FF", + "theme-color-200": "#BCE1FF", "theme-color-100": "#D9EEFF", "theme-color-50": "#EEF8FF" } @@ -28,9 +38,14 @@ "appId": "wx5e79df5996572539", "name": "小七", "theme": { + "theme-color-900": "#0B5C2D", "theme-color-800": "#0B7034", "theme-color-700": "#0B5C2D", + "theme-color-600": "#02C34E", "theme-color-500": "#0CCD58", + "theme-color-400": "#35F37F", + "theme-color-300": "#77FEAB", + "theme-color-200": "#A0E5BA", "theme-color-100": "#E8FFF1", "theme-color-50": "#F0F8F3" } @@ -40,9 +55,14 @@ "appId": "wx23f86d809ae80259", "name": "朵朵", "theme": { + "theme-color-900": "#0B5C2D", "theme-color-800": "#0B7034", "theme-color-700": "#0B5C2D", + "theme-color-600": "#02C34E", "theme-color-500": "#0CCD58", + "theme-color-400": "#35F37F", + "theme-color-300": "#77FEAB", + "theme-color-200": "#A0E5BA", "theme-color-100": "#E8FFF1", "theme-color-50": "#F0F8F3" } @@ -52,9 +72,14 @@ "appId": "wx0be424e1d22065a9", "name": "沐沐", "theme": { + "theme-color-900": "#19428F", "theme-color-800": "#174BB6", "theme-color-700": "#145EE1", + "theme-color-600": "#1B74F5", "theme-color-500": "#2D91FF", + "theme-color-400": "#59B4FF", + "theme-color-300": "#8ED0FF", + "theme-color-200": "#BCE1FF", "theme-color-100": "#D9EEFF", "theme-color-50": "#EEF8FF" } diff --git a/src/uni.scss b/src/uni.scss index 04601d7..793098c 100644 --- a/src/uni.scss +++ b/src/uni.scss @@ -13,9 +13,14 @@ */ /* 主题颜色(由 switch-client 命令自动更新) */ +$theme-color-900: #0B5C2D; $theme-color-800: #0B7034; $theme-color-700: #0B5C2D; +$theme-color-600: #02C34E; $theme-color-500: #0CCD58; +$theme-color-400: #35F37F; +$theme-color-300: #77FEAB; +$theme-color-200: #A0E5BA; $theme-color-100: #E8FFF1; $theme-color-50: #F0F8F3;