feat: 补充颜色

This commit is contained in:
2026-05-26 22:13:04 +08:00
parent 1a6bc45cd8
commit 4933a591a0
2 changed files with 30 additions and 0 deletions

View File

@@ -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"
}

View File

@@ -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;