feat: 标签颜色的调整

This commit is contained in:
2026-06-05 14:24:39 +08:00
parent 79abfd9d8c
commit 9e98f91dc8
2 changed files with 29 additions and 36 deletions

View File

@@ -1,39 +1,15 @@
/// https://htmlcolorcodes.com/zh/yanse-biao/tailwind-yanse-biao/
export const TAG_TONE_COLORS_500 = [
"#ef4444", // Red 500
"#f97316", // Orange 500
"#f59e0b", // Amber 500
"#eab308", // Yellow 500
"#84cc16", // Lime 500
"#22c55e", // Green 500
"#10b981", // Emerald 500
"#14b8a6", // Teal 500
"#06b6d4", // Cyan 500
"#0ea5e9", // Sky 500
"#3b82f6", // Blue 500
"#6366f1", // Indigo 500
"#8b5cf6", // Violet 500
"#a855f7", // Purple 500
"#d946ef", // Fuchsia 500
"#ec4899", // Pink 500
];
export const TAG_TONE_COLORS_800 = [
"#991b1b", // Red 800
"#9a3412", // Orange 800
"#92400e", // Amber 800
"#854d0e", // Yellow 800
"#3f6212", // Lime 800
"#166534", // Green 800
"#065f46", // Emerald 800
"#115e59", // Teal 800
"#155e75", // Cyan 800
"#075985", // Sky 800
"#1e40af", // Blue 800
"#3730a3", // Indigo 800
"#5b21b6", // Violet 800
"#6b21a5", // Purple 800
"#86198f", // Fuchsia 800
"#9d174d", // Pink 800
];
export const TAG_TONE_COLORS = TAG_TONE_COLORS_500;