/* eslint-disable import-x/extensions */
// Entry for `alouette/defaultThemeVariables`: the runtime map paired with
// `alouette/default-palette.css`. sRGB hex, on every platform — the format React
// Native can parse, and one every browser renders identically to the palette CSS.

export { themeVariables } from "./defaultThemeVariablesSrgb.ts";
