Ariver
2026-07-02 2309264ee94daca4b9abe3592d84602c98b77690
src/Scripts/theme_settings_qa.sh
@@ -73,6 +73,8 @@
    raise SystemExit("theme tuning defaults are missing")
if "static let iconSize: Double = 56" not in defaults_source:
    raise SystemExit("new-install default icon size must be 56")
if 'static let displayMode = "gridContainer"' not in defaults_source:
    raise SystemExit("new-install default display mode must remain a free mode")
if "var isPureBlackBackground: Bool" not in theme_source or "self == .black" not in theme_source:
    raise SystemExit("pure black background policy is missing")
if "case .deepBlue, .black:" not in theme_source or "return true" not in theme_source: