Skip to content

Commit 821fd5a

Browse files
committed
updated bazi
1 parent b86a8bd commit 821fd5a

2 files changed

Lines changed: 428 additions & 265 deletions

File tree

astro/bazi/constants.py

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -542,16 +542,21 @@
542542
}
543543

544544
SHISHEN_COLORS: Dict[str, str] = {
545-
"比肩": "#1565C0",
546-
"劫財": "#1976D2",
547-
"食神": "#2E7D32",
548-
"傷官": "#388E3C",
549-
"偏財": "#E65100",
550-
"正財": "#F57F17",
551-
"七殺": "#B71C1C",
552-
"正官": "#C62828",
553-
"偏印": "#6A1B9A",
554-
"正印": "#7B1FA2",
545+
# 比劫 / Companions
546+
"比肩": "#2E7D32",
547+
"劫財": "#388E3C",
548+
# 食傷 / Output
549+
"食神": "#C62828",
550+
"傷官": "#E53935",
551+
# 財 / Wealth
552+
"偏財": "#1565C0",
553+
"正財": "#1E88E5",
554+
# 官殺 / Authority
555+
"七殺": "#6A1B9A",
556+
"正官": "#8E24AA",
557+
# 印 / Resource
558+
"偏印": "#212121",
559+
"正印": "#424242",
555560
"日主": "#8B4513",
556561
}
557562

0 commit comments

Comments
 (0)