mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-06 20:42:57 +08:00
📦 Chore(custom): update scripts
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -23,6 +23,7 @@ yarn-error.log*
|
||||
/release/
|
||||
/coverage/
|
||||
docs/dist/
|
||||
resources/theme/
|
||||
/build/*
|
||||
!/build/icons/
|
||||
!/build/installer.nsh
|
||||
@@ -38,3 +39,4 @@ scripts/generateYmlFile.js
|
||||
remote-notice.json
|
||||
cloc*.exe
|
||||
!.gitkeep
|
||||
7za.exe
|
||||
|
||||
Binary file not shown.
@@ -1,50 +0,0 @@
|
||||
/* Catppuccin */
|
||||
.dark, [data-theme="dark"] {
|
||||
--color-text-primary: #cdd6f4 !important;
|
||||
--color-text-secondary: #a6adc8 !important;
|
||||
--color-text-tertiary: #a6adc8 !important;
|
||||
--color-background-primary: #1e1e2e !important;
|
||||
--color-background-secondary: #181825 !important;
|
||||
--color-background-tertiary: #11111b !important;
|
||||
--color-surface: rgb(49 50 68 / 80%) !important;
|
||||
--color-surface-elevated: rgb(49 50 68 / 95%) !important;
|
||||
--color-border: #45475a !important;
|
||||
--color-border-secondary: rgb(69 71 90 / 50%) !important;
|
||||
--color-primary: #89b4fa !important;
|
||||
--color-primary-hover: #b4befe !important;
|
||||
--color-accent: #cba6f7 !important;
|
||||
--color-accent-hover: #f5c2e7 !important;
|
||||
--accent-rgb: 203, 166, 247 !important;
|
||||
--color-blue-common: #89b4fa !important;
|
||||
--color-light-blue: rgb(137 180 250 / 10%) !important;
|
||||
--color-success: #a6e3a1 !important;
|
||||
--color-warning: #f9e2af !important;
|
||||
--color-danger: #f38ba8 !important;
|
||||
--color-error: #f38ba8 !important;
|
||||
--color-error-surface: rgb(243 139 168 / 10%) !important;
|
||||
}
|
||||
|
||||
.light, [data-theme="light"] {
|
||||
--color-text-primary: #4c4f69 !important;
|
||||
--color-text-secondary: #5c5f77 !important;
|
||||
--color-text-tertiary: #6c6f85 !important;
|
||||
--color-background-primary: #eff1f5 !important;
|
||||
--color-background-secondary: #e6e9ef !important;
|
||||
--color-background-tertiary: #dce0e8 !important;
|
||||
--color-surface: rgb(255 255 255 / 80%) !important;
|
||||
--color-surface-elevated: rgb(255 255 255 / 95%) !important;
|
||||
--color-border: #bcc0cc !important;
|
||||
--color-border-secondary: rgb(188 192 204 / 50%) !important;
|
||||
--color-primary: #1e66f5 !important;
|
||||
--color-primary-hover: #7287fd !important;
|
||||
--color-accent: #8839ef !important;
|
||||
--color-accent-hover: #ea76cb !important;
|
||||
--accent-rgb: 136, 57, 239 !important;
|
||||
--color-blue-common: #1e66f5 !important;
|
||||
--color-light-blue: rgb(30 102 245 / 10%) !important;
|
||||
--color-success: #40a02b !important;
|
||||
--color-warning: #df8e1d !important;
|
||||
--color-danger: #d20f39 !important;
|
||||
--color-error: #d20f39 !important;
|
||||
--color-error-surface: rgb(210 15 57 / 10%) !important;
|
||||
}
|
||||
@@ -1,49 +0,0 @@
|
||||
/* CoolApk */
|
||||
|
||||
.dark, [data-theme="dark"] {
|
||||
--color-text-primary: #f5f5f7 !important;
|
||||
--color-text-secondary: #a1a1a6 !important;
|
||||
--color-text-tertiary: #86868b !important;
|
||||
--color-background-primary: #1c1c1e !important;
|
||||
--color-background-secondary: #2c2c2e !important;
|
||||
--color-background-tertiary: #3a3a3c !important;
|
||||
--color-surface: rgb(44 44 46 / 80%) !important;
|
||||
--color-surface-elevated: rgb(58 58 60 / 95%) !important;
|
||||
--color-border: rgb(255 255 255 / 10%) !important;
|
||||
--color-border-secondary: rgb(255 255 255 / 5%) !important;
|
||||
--color-primary: #0bb976 !important;
|
||||
--color-primary-hover: #20df94 !important;
|
||||
--color-accent: #0bb976 !important;
|
||||
--color-accent-hover: #20df94 !important;
|
||||
--accent-rgb: 11, 185, 118 !important;
|
||||
--color-blue-common: #0bb976 !important;
|
||||
--color-light-blue: rgb(11 185 118 / 10%) !important;
|
||||
--color-success: #34c759 !important;
|
||||
--color-warning: #f1930f !important;
|
||||
--color-danger: #ff3b30 !important;
|
||||
--color-error: #cb2431 !important;
|
||||
}
|
||||
|
||||
.light, [data-theme="light"] {
|
||||
--color-text-primary: #1d1d1f !important;
|
||||
--color-text-secondary: #6e6e73 !important;
|
||||
--color-text-tertiary: #86868b !important;
|
||||
--color-background-primary: #ffffff !important;
|
||||
--color-background-secondary: #f5f5f7 !important;
|
||||
--color-background-tertiary: #fbfbfd !important;
|
||||
--color-surface: rgb(255 255 255 / 80%) !important;
|
||||
--color-surface-elevated: rgb(255 255 255 / 95%) !important;
|
||||
--color-border: rgb(0 0 0 / 10%) !important;
|
||||
--color-border-secondary: rgb(0 0 0 / 5%) !important;
|
||||
--color-primary: #0bb976 !important;
|
||||
--color-primary-hover: #078c58 !important;
|
||||
--color-accent: #0bb976 !important;
|
||||
--color-accent-hover: #078c58 !important;
|
||||
--accent-rgb: 11, 185, 118 !important;
|
||||
--color-blue-common: #0bb976 !important;
|
||||
--color-light-blue: rgb(11 185 118 / 10%) !important;
|
||||
--color-success: #34c759 !important;
|
||||
--color-warning: #f1930f !important;
|
||||
--color-danger: #ff3b30 !important;
|
||||
--color-error: #cb2431 !important;
|
||||
}
|
||||
@@ -1,51 +0,0 @@
|
||||
/* Cupertino */
|
||||
|
||||
.dark, [data-theme="dark"] {
|
||||
--color-text-primary: #ffffff !important;
|
||||
--color-text-secondary: #ebebf5 !important;
|
||||
--color-text-tertiary: #ebebf5 !important;
|
||||
--color-background-primary: #1e1e1e !important;
|
||||
--color-background-secondary: #2c2c2e !important;
|
||||
--color-background-tertiary: #3a3a3c !important;
|
||||
--color-surface: rgb(44 44 46 / 90%) !important;
|
||||
--color-surface-elevated: rgb(58 58 60 / 95%) !important;
|
||||
--color-border: #38383a !important;
|
||||
--color-border-secondary: rgb(56 56 58 / 50%) !important;
|
||||
--color-primary: #0a84ff !important;
|
||||
--color-primary-hover: #409cff !important;
|
||||
--color-accent: #0a84ff !important;
|
||||
--color-accent-hover: #409cff !important;
|
||||
--accent-rgb: 10, 132, 255 !important;
|
||||
--color-blue-common: #0a84ff !important;
|
||||
--color-light-blue: rgb(10 132 255 / 10%) !important;
|
||||
--color-success: #32d74b !important;
|
||||
--color-warning: #ff9f0a !important;
|
||||
--color-danger: #ff453a !important;
|
||||
--color-error: #ff453a !important;
|
||||
--color-error-surface: rgb(255 69 58 / 10%) !important;
|
||||
}
|
||||
|
||||
.light, [data-theme="light"] {
|
||||
--color-text-primary: #000000 !important;
|
||||
--color-text-secondary: #3c3c43 !important;
|
||||
--color-text-tertiary: #3c3c43 !important;
|
||||
--color-background-primary: #ffffff !important;
|
||||
--color-background-secondary: #f2f2f7 !important;
|
||||
--color-background-tertiary: #ffffff !important;
|
||||
--color-surface: rgb(255 255 255 / 90%) !important;
|
||||
--color-surface-elevated: rgb(255 255 255 / 100%) !important;
|
||||
--color-border: #d1d1d6 !important;
|
||||
--color-border-secondary: rgb(209 209 214 / 50%) !important;
|
||||
--color-primary: #007aff !important;
|
||||
--color-primary-hover: #0051a8 !important;
|
||||
--color-accent: #007aff !important;
|
||||
--color-accent-hover: #0051a8 !important;
|
||||
--accent-rgb: 0, 122, 255 !important;
|
||||
--color-blue-common: #007aff !important;
|
||||
--color-light-blue: rgb(0 122 255 / 10%) !important;
|
||||
--color-success: #34c759 !important;
|
||||
--color-warning: #ff9500 !important;
|
||||
--color-danger: #ff3b30 !important;
|
||||
--color-error: #ff3b30 !important;
|
||||
--color-error-surface: rgb(255 59 48 / 10%) !important;
|
||||
}
|
||||
@@ -1,49 +0,0 @@
|
||||
/* 火绒 */
|
||||
|
||||
.dark, [data-theme="dark"] {
|
||||
--color-text-primary: #f5f5f7 !important;
|
||||
--color-text-secondary: #a1a1a6 !important;
|
||||
--color-text-tertiary: #86868b !important;
|
||||
--color-background-primary: #1c1c1e !important;
|
||||
--color-background-secondary: #2c2c2e !important;
|
||||
--color-background-tertiary: #3a3a3c !important;
|
||||
--color-surface: rgb(44 44 46 / 80%) !important;
|
||||
--color-surface-elevated: rgb(58 58 60 / 95%) !important;
|
||||
--color-border: rgb(255 255 255 / 10%) !important;
|
||||
--color-border-secondary: rgb(255 255 255 / 5%) !important;
|
||||
--color-primary: #fa8b15 !important;
|
||||
--color-primary-hover: #ff9f38 !important;
|
||||
--color-accent: #fa8b15 !important;
|
||||
--color-accent-hover: #ff9f38 !important;
|
||||
--accent-rgb: 250, 139, 21 !important;
|
||||
--color-blue-common: #fa8b15 !important;
|
||||
--color-light-blue: rgb(250 139 21 / 10%) !important;
|
||||
--color-success: #34c759 !important;
|
||||
--color-warning: #f1930f !important;
|
||||
--color-danger: #ff3b30 !important;
|
||||
--color-error: #cb2431 !important;
|
||||
}
|
||||
|
||||
.light, [data-theme="light"] {
|
||||
--color-text-primary: #1d1d1f !important;
|
||||
--color-text-secondary: #6e6e73 !important;
|
||||
--color-text-tertiary: #86868b !important;
|
||||
--color-background-primary: #ffffff !important;
|
||||
--color-background-secondary: #f5f5f7 !important;
|
||||
--color-background-tertiary: #fbfbfd !important;
|
||||
--color-surface: rgb(255 255 255 / 80%) !important;
|
||||
--color-surface-elevated: rgb(255 255 255 / 95%) !important;
|
||||
--color-border: rgb(0 0 0 / 10%) !important;
|
||||
--color-border-secondary: rgb(0 0 0 / 5%) !important;
|
||||
--color-primary: #fa8b15 !important;
|
||||
--color-primary-hover: #d9770e !important;
|
||||
--color-accent: #fa8b15 !important;
|
||||
--color-accent-hover: #d9770e !important;
|
||||
--accent-rgb: 250, 139, 21 !important;
|
||||
--color-blue-common: #fa8b15 !important;
|
||||
--color-light-blue: rgb(250 139 21 / 10%) !important;
|
||||
--color-success: #34c759 !important;
|
||||
--color-warning: #f1930f !important;
|
||||
--color-danger: #ff3b30 !important;
|
||||
--color-error: #cb2431 !important;
|
||||
}
|
||||
@@ -1,51 +0,0 @@
|
||||
/* Adwaita */
|
||||
|
||||
.dark, [data-theme="dark"] {
|
||||
--color-text-primary: #eeeeec !important;
|
||||
--color-text-secondary: #9a9996 !important;
|
||||
--color-text-tertiary: #77767b !important;
|
||||
--color-background-primary: #242424 !important;
|
||||
--color-background-secondary: #303030 !important;
|
||||
--color-background-tertiary: #1e1e1e !important;
|
||||
--color-surface: rgb(48 48 48 / 90%) !important;
|
||||
--color-surface-elevated: rgb(56 56 56 / 95%) !important;
|
||||
--color-border: #1b1b1b !important;
|
||||
--color-border-secondary: rgb(27 27 27 / 50%) !important;
|
||||
--color-primary: #3584e4 !important;
|
||||
--color-primary-hover: #62a0ea !important;
|
||||
--color-accent: #3584e4 !important;
|
||||
--color-accent-hover: #62a0ea !important;
|
||||
--accent-rgb: 53, 132, 228 !important;
|
||||
--color-blue-common: #3584e4 !important;
|
||||
--color-light-blue: rgb(53 132 228 / 10%) !important;
|
||||
--color-success: #33d17a !important;
|
||||
--color-warning: #f29c37 !important;
|
||||
--color-danger: #e01b24 !important;
|
||||
--color-error: #c01c28 !important;
|
||||
--color-error-surface: rgb(192 28 40 / 10%) !important;
|
||||
}
|
||||
|
||||
.light, [data-theme="light"] {
|
||||
--color-text-primary: #2e3436 !important;
|
||||
--color-text-secondary: #5e5c64 !important;
|
||||
--color-text-tertiary: #9a9996 !important;
|
||||
--color-background-primary: #fafafa !important;
|
||||
--color-background-secondary: #f6f5f4 !important;
|
||||
--color-background-tertiary: #ffffff !important;
|
||||
--color-surface: rgb(255 255 255 / 90%) !important;
|
||||
--color-surface-elevated: rgb(255 255 255 / 100%) !important;
|
||||
--color-border: #cdc7c2 !important;
|
||||
--color-border-secondary: rgb(205 199 194 / 50%) !important;
|
||||
--color-primary: #3584e4 !important;
|
||||
--color-primary-hover: #1c71d8 !important;
|
||||
--color-accent: #3584e4 !important;
|
||||
--color-accent-hover: #1c71d8 !important;
|
||||
--accent-rgb: 53, 132, 228 !important;
|
||||
--color-blue-common: #3584e4 !important;
|
||||
--color-light-blue: rgb(53 132 228 / 10%) !important;
|
||||
--color-success: #26a269 !important;
|
||||
--color-warning: #e66100 !important;
|
||||
--color-danger: #c01c28 !important;
|
||||
--color-error: #a51d2d !important;
|
||||
--color-error-surface: rgb(165 29 45 / 10%) !important;
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -1,51 +0,0 @@
|
||||
/* Bilibili */
|
||||
|
||||
.dark, [data-theme="dark"] {
|
||||
--color-text-primary: #ffffff !important;
|
||||
--color-text-secondary: #eeeeee !important;
|
||||
--color-text-tertiary: #999999 !important;
|
||||
--color-background-primary: #222222 !important;
|
||||
--color-background-secondary: #333333 !important;
|
||||
--color-background-tertiary: #1a1a1a !important;
|
||||
--color-surface: rgb(51 51 51 / 90%) !important;
|
||||
--color-surface-elevated: rgb(60 60 60 / 95%) !important;
|
||||
--color-border: #444444 !important;
|
||||
--color-border-secondary: rgb(68 68 68 / 50%) !important;
|
||||
--color-primary: #fb7299 !important;
|
||||
--color-primary-hover: #ff85a7 !important;
|
||||
--color-accent: #fb7299 !important;
|
||||
--color-accent-hover: #ff85a7 !important;
|
||||
--accent-rgb: 251, 114, 153 !important;
|
||||
--color-blue-common: #fb7299 !important;
|
||||
--color-light-blue: rgb(251 114 153 / 10%) !important;
|
||||
--color-success: #34c759 !important;
|
||||
--color-warning: #f1930f !important;
|
||||
--color-danger: #ff3b30 !important;
|
||||
--color-error: #cb2431 !important;
|
||||
--color-error-surface: rgb(255 59 48 / 10%) !important;
|
||||
}
|
||||
|
||||
.light, [data-theme="light"] {
|
||||
--color-text-primary: #18191c !important;
|
||||
--color-text-secondary: #61666d !important;
|
||||
--color-text-tertiary: #9499a0 !important;
|
||||
--color-background-primary: #ffffff !important;
|
||||
--color-background-secondary: #f6f7f8 !important;
|
||||
--color-background-tertiary: #f1f2f3 !important;
|
||||
--color-surface: rgb(255 255 255 / 90%) !important;
|
||||
--color-surface-elevated: rgb(255 255 255 / 100%) !important;
|
||||
--color-border: #e3e5e7 !important;
|
||||
--color-border-secondary: rgb(227 229 231 / 50%) !important;
|
||||
--color-primary: #fb7299 !important;
|
||||
--color-primary-hover: #c45674 !important;
|
||||
--color-accent: #fb7299 !important;
|
||||
--color-accent-hover: #c45674 !important;
|
||||
--accent-rgb: 251, 114, 153 !important;
|
||||
--color-blue-common: #fb7299 !important;
|
||||
--color-light-blue: rgb(251 114 153 / 5%) !important;
|
||||
--color-success: #34c759 !important;
|
||||
--color-warning: #f1930f !important;
|
||||
--color-danger: #ff3b30 !important;
|
||||
--color-error: #cb2431 !important;
|
||||
--color-error-surface: rgb(255 59 48 / 10%) !important;
|
||||
}
|
||||
@@ -1,51 +0,0 @@
|
||||
/* 默认 */
|
||||
|
||||
.dark, [data-theme="dark"] {
|
||||
--color-text-primary: #f5f5f7 !important;
|
||||
--color-text-secondary: #a1a1a6 !important;
|
||||
--color-text-tertiary: #86868b !important;
|
||||
--color-background-primary: #000000 !important;
|
||||
--color-background-secondary: #1c1c1e !important;
|
||||
--color-background-tertiary: #2c2c2e !important;
|
||||
--color-surface: rgb(28 28 30 / 80%) !important;
|
||||
--color-surface-elevated: rgb(44 44 46 / 95%) !important;
|
||||
--color-border: rgb(255 255 255 / 10%) !important;
|
||||
--color-border-secondary: rgb(255 255 255 / 5%) !important;
|
||||
--color-primary: #6366f1 !important;
|
||||
--color-primary-hover: #818cf8 !important;
|
||||
--color-accent: #0a84ff !important;
|
||||
--color-accent-hover: #409cff !important;
|
||||
--accent-rgb: #449af7 !important;
|
||||
--color-blue-common: #409eff !important;
|
||||
--color-light-blue: rgb(0 122 255 / 5%) !important;
|
||||
--color-success: #34c759 !important;
|
||||
--color-warning: #f1930f !important;
|
||||
--color-danger: #ff3b30 !important;
|
||||
--color-error: #cb2431 !important;
|
||||
--color-error-surface: rgb(255 59 48 / 10%) !important;
|
||||
}
|
||||
|
||||
.light, [data-theme="light"] {
|
||||
--color-text-primary: #1d1d1f !important;
|
||||
--color-text-secondary: #6e6e73 !important;
|
||||
--color-text-tertiary: #86868b !important;
|
||||
--color-background-primary: #ffffff !important;
|
||||
--color-background-secondary: #f5f5f7 !important;
|
||||
--color-background-tertiary: #fbfbfd !important;
|
||||
--color-surface: rgb(255 255 255 / 80%) !important;
|
||||
--color-surface-elevated: rgb(255 255 255 / 95%) !important;
|
||||
--color-border: rgb(0 0 0 / 10%) !important;
|
||||
--color-border-secondary: rgb(0 0 0 / 5%) !important;
|
||||
--color-primary: #6366f1 !important;
|
||||
--color-primary-hover: #4f46e5 !important;
|
||||
--color-accent: #007aff !important;
|
||||
--color-accent-hover: #3b82f6 !important;
|
||||
--accent-rgb: #449af7 !important;
|
||||
--color-blue-common: #409eff !important;
|
||||
--color-light-blue: rgb(0 122 255 / 5%) !important;
|
||||
--color-success: #34c759 !important;
|
||||
--color-warning: #f1930f !important;
|
||||
--color-danger: #ff3b30 !important;
|
||||
--color-error: #cb2431 !important;
|
||||
--color-error-surface: rgb(255 59 48 / 10%) !important;
|
||||
}
|
||||
@@ -1,51 +0,0 @@
|
||||
/* Gemini */
|
||||
|
||||
.dark, [data-theme="dark"] {
|
||||
--color-text-primary: #e3e3e3 !important;
|
||||
--color-text-secondary: #c4c7c5 !important;
|
||||
--color-text-tertiary: #8ab4f8 !important;
|
||||
--color-background-primary: #131314 !important;
|
||||
--color-background-secondary: #1e1f20 !important;
|
||||
--color-background-tertiary: #2e2f31 !important;
|
||||
--color-surface: rgb(30 31 32 / 90%) !important;
|
||||
--color-surface-elevated: rgb(40 41 42 / 95%) !important;
|
||||
--color-border: #444746 !important;
|
||||
--color-border-secondary: rgb(68 71 70 / 50%) !important;
|
||||
--color-primary: linear-gradient(90deg, #4285f4, #9b72cb, #d96570) !important;
|
||||
--color-primary-hover: linear-gradient(90deg, #5b95f6, #aa85d5, #e0808a) !important;
|
||||
--color-accent: linear-gradient(70deg, #7baaf7, #c2a1e8, #f1a5ad) !important;
|
||||
--color-accent-hover: #d2e3fc !important;
|
||||
--accent-rgb: 168, 199, 250 !important;
|
||||
--color-blue-common: #8ab4f8 !important;
|
||||
--color-light-blue: rgb(138 180 248 / 10%) !important;
|
||||
--color-success: #6dd58c !important;
|
||||
--color-warning: #fdc365 !important;
|
||||
--color-danger: #f28b82 !important;
|
||||
--color-error: #f28b82 !important;
|
||||
--color-error-surface: rgb(242 139 130 / 10%) !important;
|
||||
}
|
||||
|
||||
.light, [data-theme="light"] {
|
||||
--color-text-primary: #1f1f1f !important;
|
||||
--color-text-secondary: #444746 !important;
|
||||
--color-text-tertiary: #1a73e8 !important;
|
||||
--color-background-primary: #ffffff !important;
|
||||
--color-background-secondary: #f0f4f9 !important;
|
||||
--color-background-tertiary: #e9eef6 !important;
|
||||
--color-surface: rgb(255 255 255 / 90%) !important;
|
||||
--color-surface-elevated: rgb(240 244 249 / 100%) !important;
|
||||
--color-border: #e0e3e1 !important;
|
||||
--color-border-secondary: rgb(224 227 225 / 50%) !important;
|
||||
--color-primary: linear-gradient(90deg, #1a73e8, #8e24aa, #d93025) !important;
|
||||
--color-primary-hover: linear-gradient(90deg, #185abc, #7b1fa2, #b21417) !important;
|
||||
--color-accent: linear-gradient(90deg, #1a73e8, #9b72cb) !important;
|
||||
--color-accent-hover: #0842a0 !important;
|
||||
--accent-rgb: 11, 87, 208 !important;
|
||||
--color-blue-common: #1a73e8 !important;
|
||||
--color-light-blue: rgb(26 115 232 / 10%) !important;
|
||||
--color-success: #1e8e3e !important;
|
||||
--color-warning: #e37400 !important;
|
||||
--color-danger: #d93025 !important;
|
||||
--color-error: #d93025 !important;
|
||||
--color-error-surface: rgb(217 48 37 / 10%) !important;
|
||||
}
|
||||
@@ -1,45 +0,0 @@
|
||||
/* 极夜紫 */
|
||||
|
||||
.dark, [data-theme="dark"] {
|
||||
--color-text-primary: #e9e5f3 !important;
|
||||
--color-text-secondary: #b9adc7 !important;
|
||||
--color-text-tertiary: #d2a8ff !important;
|
||||
--color-background-primary: #120d1a !important;
|
||||
--color-background-secondary: #1a1523 !important;
|
||||
--color-background-tertiary: #251f30 !important;
|
||||
--color-surface: rgb(26 21 35 / 90%) !important;
|
||||
--color-surface-elevated: rgb(37 31 48 / 95%) !important;
|
||||
--color-border: #3d344d !important;
|
||||
--color-border-secondary: rgb(61 52 77 / 50%) !important;
|
||||
--color-primary: linear-gradient(135deg, #9d50bb, #eb39a9, #ff9a8b) !important;
|
||||
--color-primary-hover: linear-gradient(135deg, #b16cd1, #ef5ebc, #ffb3a7) !important;
|
||||
--color-accent: #d2a8ff !important;
|
||||
--accent-rgb: 210, 168, 255 !important;
|
||||
--color-blue-common: #a389f4 !important;
|
||||
--color-light-blue: rgb(163 137 244 / 10%) !important;
|
||||
--color-success: #67e4ac !important;
|
||||
--color-warning: #ffb37e !important;
|
||||
--color-danger: #ff8b94 !important;
|
||||
}
|
||||
|
||||
.light, [data-theme="light"] {
|
||||
--color-text-primary: #2d263d !important;
|
||||
--color-text-secondary: #60527a !important;
|
||||
--color-text-tertiary: #8e44ad !important;
|
||||
--color-background-primary: #ffffff !important;
|
||||
--color-background-secondary: #f8f5ff !important;
|
||||
--color-background-tertiary: #f0eaff !important;
|
||||
--color-surface: rgb(255 255 255 / 90%) !important;
|
||||
--color-surface-elevated: rgb(248 245 255 / 100%) !important;
|
||||
--color-border: #e2daeb !important;
|
||||
--color-border-secondary: rgb(226 218 235 / 50%) !important;
|
||||
--color-primary: linear-gradient(90deg, #8e44ad, #d83a9d, #ff7e79) !important;
|
||||
--color-primary-hover: linear-gradient(90deg, #732d91, #c22e8a, #f06a65) !important;
|
||||
--color-accent: #8e44ad !important;
|
||||
--accent-rgb: 142, 68, 173 !important;
|
||||
--color-blue-common: #6c5ce7 !important;
|
||||
--color-light-blue: rgb(108 92 231 / 10%) !important;
|
||||
--color-success: #27ae60 !important;
|
||||
--color-warning: #e67e22 !important;
|
||||
--color-danger: #e74c3c !important;
|
||||
}
|
||||
@@ -1,51 +0,0 @@
|
||||
/* 微信 */
|
||||
|
||||
.dark, [data-theme="dark"] {
|
||||
--color-text-primary: #ffffff !important;
|
||||
--color-text-secondary: #7d7d7d !important;
|
||||
--color-text-tertiary: #4c4c4c !important;
|
||||
--color-background-primary: #191919 !important;
|
||||
--color-background-secondary: #242424 !important;
|
||||
--color-background-tertiary: #111111 !important;
|
||||
--color-surface: rgb(36 36 36 / 90%) !important;
|
||||
--color-surface-elevated: rgb(42 42 42 / 95%) !important;
|
||||
--color-border: #333333 !important;
|
||||
--color-border-secondary: rgb(51 51 51 / 50%) !important;
|
||||
--color-primary: #07c160 !important;
|
||||
--color-primary-hover: #06ad56 !important;
|
||||
--color-accent: #07c160 !important;
|
||||
--color-accent-hover: #06ad56 !important;
|
||||
--accent-rgb: 7, 193, 96 !important;
|
||||
--color-blue-common: #07c160 !important;
|
||||
--color-light-blue: rgb(7 193 96 / 10%) !important;
|
||||
--color-success: #07c160 !important;
|
||||
--color-warning: #ffbe00 !important;
|
||||
--color-danger: #fa5151 !important;
|
||||
--color-error: #fa5151 !important;
|
||||
--color-error-surface: rgb(250 81 81 / 10%) !important;
|
||||
}
|
||||
|
||||
.light, [data-theme="light"] {
|
||||
--color-text-primary: #000000 !important;
|
||||
--color-text-secondary: #b2b2b2 !important;
|
||||
--color-text-tertiary: #999999 !important;
|
||||
--color-background-primary: #f5f5f5 !important;
|
||||
--color-background-secondary: #eaeaea !important;
|
||||
--color-background-tertiary: #ffffff !important;
|
||||
--color-surface: rgb(255 255 255 / 90%) !important;
|
||||
--color-surface-elevated: rgb(255 255 255 / 100%) !important;
|
||||
--color-border: #d6d6d6 !important;
|
||||
--color-border-secondary: rgb(214 214 214 / 50%) !important;
|
||||
--color-primary: #07c160 !important;
|
||||
--color-primary-hover: #06ad56 !important;
|
||||
--color-accent: #07c160 !important;
|
||||
--color-accent-hover: #06ad56 !important;
|
||||
--accent-rgb: 7, 193, 96 !important;
|
||||
--color-blue-common: #07c160 !important;
|
||||
--color-light-blue: rgb(7 193 96 / 10%) !important;
|
||||
--color-success: #07c160 !important;
|
||||
--color-warning: #ffbe00 !important;
|
||||
--color-danger: #fa5151 !important;
|
||||
--color-error: #fa5151 !important;
|
||||
--color-error-surface: rgb(250 81 81 / 10%) !important;
|
||||
}
|
||||
@@ -1,51 +0,0 @@
|
||||
/* Windows 11 */
|
||||
|
||||
.dark, [data-theme="dark"] {
|
||||
--color-text-primary: #ffffff !important;
|
||||
--color-text-secondary: #cccccc !important;
|
||||
--color-text-tertiary: #999999 !important;
|
||||
--color-background-primary: #202020 !important;
|
||||
--color-background-secondary: #2b2b2b !important;
|
||||
--color-background-tertiary: #1f1f1f !important;
|
||||
--color-surface: rgb(44 44 44 / 90%) !important;
|
||||
--color-surface-elevated: rgb(50 50 50 / 95%) !important;
|
||||
--color-border: #333333 !important;
|
||||
--color-border-secondary: rgb(51 51 51 / 50%) !important;
|
||||
--color-primary: #60cdff !important;
|
||||
--color-primary-hover: #98e7ff !important;
|
||||
--color-accent: #60cdff !important;
|
||||
--color-accent-hover: #98e7ff !important;
|
||||
--accent-rgb: 96, 205, 255 !important;
|
||||
--color-blue-common: #60cdff !important;
|
||||
--color-light-blue: rgb(96 205 255 / 10%) !important;
|
||||
--color-success: #6cc4a1 !important;
|
||||
--color-warning: #fce100 !important;
|
||||
--color-danger: #ff99a4 !important;
|
||||
--color-error: #ff99a4 !important;
|
||||
--color-error-surface: rgb(255 153 164 / 10%) !important;
|
||||
}
|
||||
|
||||
.light, [data-theme="light"] {
|
||||
--color-text-primary: #000000 !important;
|
||||
--color-text-secondary: #5d5d5d !important;
|
||||
--color-text-tertiary: #767676 !important;
|
||||
--color-background-primary: #ffffff !important;
|
||||
--color-background-secondary: #f3f3f3 !important;
|
||||
--color-background-tertiary: #eeeeee !important;
|
||||
--color-surface: rgb(255 255 255 / 90%) !important;
|
||||
--color-surface-elevated: rgb(255 255 255 / 100%) !important;
|
||||
--color-border: #e5e5e5 !important;
|
||||
--color-border-secondary: rgb(229 229 229 / 50%) !important;
|
||||
--color-primary: #005fb8 !important;
|
||||
--color-primary-hover: #004578 !important;
|
||||
--color-accent: #005fb8 !important;
|
||||
--color-accent-hover: #004578 !important;
|
||||
--accent-rgb: 0, 95, 184 !important;
|
||||
--color-blue-common: #005fb8 !important;
|
||||
--color-light-blue: rgb(0 95 184 / 10%) !important;
|
||||
--color-success: #0f7b0f !important;
|
||||
--color-warning: #9d5d00 !important;
|
||||
--color-danger: #c50f1f !important;
|
||||
--color-error: #c50f1f !important;
|
||||
--color-error-surface: rgb(197 15 31 / 10%) !important;
|
||||
}
|
||||
@@ -28,7 +28,11 @@ cat > "$OUTPUT_FILE" << EOF
|
||||
|
||||
### Windows
|
||||
|
||||
[**x64&i386**](https://github.com/Kuingsmile/PicList/releases/download/v${VERSION}/PicList-Setup-${VERSION}.exe) | [**x64**](https://github.com/Kuingsmile/PicList/releases/download/v${VERSION}/PicList-Setup-${VERSION}-x64.exe) | [**i386**](https://github.com/Kuingsmile/PicList/releases/download/v${VERSION}/PicList-${VERSION}-ia32.exe) | [**ARM64**](https://github.com/Kuingsmile/PicList/releases/download/v${VERSION}/PicList-Setup-${VERSION}-arm64.exe)
|
||||
- Installer:
|
||||
[**x64**](https://github.com/Kuingsmile/PicList/releases/download/v${VERSION}/PicList-Setup-${VERSION}-x64.exe) | [**ARM64**](https://github.com/Kuingsmile/PicList/releases/download/v${VERSION}/PicList-Setup-${VERSION}-arm64.exe)
|
||||
|
||||
- Portable:
|
||||
[**x64(zip)**](https://github.com/Kuingsmile/PicList/releases/download/v${VERSION}/PicList-Setup-${VERSION}-x64-portable.zip) | [**ARM64(zip)**](https://github.com/Kuingsmile/PicList/releases/download/v${VERSION}/PicList-Setup-${VERSION}-arm64-portable.zip) | [**x64(7z)**](https://github.com/Kuingsmile/PicList/releases/download/v${VERSION}/PicList-Setup-${VERSION}-x64-portable.7z) | [**ARM64(7z)**](https://github.com/Kuingsmile/PicList/releases/download/v${VERSION}/PicList-Setup-${VERSION}-arm64-portable.7z)
|
||||
|
||||
### macOS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user