import blue_crab from "./blue-crab.json" with { type: "json" }; import claude_code from "./claude-code.json" with { type: "json" }; import codex from "./codex.json" with { type: "json" }; import gruvbox_dark from "./gruvbox-dark.json" with { type: "json" }; import opencode from "./opencode.json" with { type: "json" }; import ouroboros from "./ouroboros.json" with { type: "json" }; import red_claw from "./red-claw.json" with { type: "json" }; export const defaultThemes = { "blue-crab": blue_crab, "claude-code": claude_code, codex, "gruvbox-dark": gruvbox_dark, opencode, ouroboros, "red-claw": red_claw, };