import xcshDark from "./xcsh-dark.json" with { type: "json" }; import xcshLight from "./xcsh-light.json" with { type: "json" }; export const defaultThemes = { "xcsh-dark": xcshDark, "xcsh-light": xcshLight, };