|
1 | 1 | export const RANK_COLORS = { |
2 | | - 0: { bg: "#e5e7eb", text: "#6b7280", label: "初心者" }, |
3 | | - 1: { bg: "#dbeafe", text: "#3b82f6", label: "見習い" }, |
4 | | - 2: { bg: "#d1fae5", text: "#10b981", label: "駆け出し" }, |
5 | | - 3: { bg: "#fef3c7", text: "#f59e0b", label: "中級者" }, |
6 | | - 4: { bg: "#fed7aa", text: "#ea580c", label: "実践者" }, |
7 | | - 5: { bg: "#fecaca", text: "#dc2626", label: "熟練者" }, |
8 | | - 6: { bg: "#e9d5ff", text: "#9333ea", label: "エキスパート" }, |
9 | | - 7: { bg: "#fbcfe8", text: "#db2777", label: "マスター" }, |
10 | | - 8: { bg: "#c7d2fe", text: "#4f46e5", label: "レジェンド" }, |
11 | | - 9: { bg: "#fde68a", text: "#ca8a04", label: "グランドマスター" }, |
| 2 | + 0: { bg: "#e5e7eb", text: "#6b7280", label: "種子" }, |
| 3 | + 1: { bg: "#dbeafe", text: "#3b82f6", label: "苗木" }, |
| 4 | + 2: { bg: "#d1fae5", text: "#10b981", label: "若木" }, |
| 5 | + 3: { bg: "#fef3c7", text: "#f59e0b", label: "巨木" }, |
| 6 | + 4: { bg: "#fed7aa", text: "#ea580c", label: "母樹" }, |
| 7 | + 5: { bg: "#fecaca", text: "#dc2626", label: "林" }, |
| 8 | + 6: { bg: "#e9d5ff", text: "#9333ea", label: "森" }, |
| 9 | + 7: { bg: "#fbcfe8", text: "#db2777", label: "霊樹" }, |
| 10 | + 8: { bg: "#c7d2fe", text: "#4f46e5", label: "古樹" }, |
| 11 | + 9: { bg: "#fde68a", text: "#ca8a04", label: "世界樹" }, |
12 | 12 | } as const; |
13 | 13 |
|
14 | 14 | export type RankLevel = keyof typeof RANK_COLORS; |
0 commit comments