From cd292dee00e10bcb1e958c5bb0925b11ac9ec734 Mon Sep 17 00:00:00 2001 From: Aashish Gupta Date: Sat, 8 Aug 2026 13:26:53 +0530 Subject: [PATCH] removed the dead theme block in moon_engine.py --- moon_engine.py | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/moon_engine.py b/moon_engine.py index dc02e39..c674066 100644 --- a/moon_engine.py +++ b/moon_engine.py @@ -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.