import { escape } from "./md.ts"; /* PAIRS */ export type Pair = { dark: string; light: string }; export const SHADE = "screen and (prefers-color-scheme: dark)"; export const halves = (pair: Pair, alt = "", cls = "", extra = "") => `` + ``; export const themed = (pair: Pair, alt = "", cls = "", extra = "") => `${halves(pair, alt, cls, extra)}`;