Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 1 addition & 16 deletions moon_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,22 +44,7 @@
RunFatalControl,
)

# ── THEME ──────────────────────────────────────────────────────────────────────
BG = "#080b12"
BG2 = "#0c1018"
BG3 = "#111520"
SURFACE = "#161c2a"
BORDER = "#1e2840"
ACC = "#00d4ff"
ACC2 = "#0099cc"
ACC3 = "#00ffb3"
GOLD = "#f5a623"
TEXT = "#e8f0ff"
TEXT2 = "#8899bb"
TEXT3 = "#3d506e"
OK = "#00e676"
ERR = "#ff4d6d"
WARN = "#ffb547"

# ── EXTRACTION ────────────────────────────────────────────────────────────────
# Both host front-ends changed in 2026; the extraction layer now lives in
# moon_extract.py so the engine and the CLI share one implementation.
Expand Down