import { MonacoTheme } from "@/types/monaco-theme"; // Define theme configurations const MonacoThemeConfig = { light: MonacoTheme.GitHubLightDefault, // Light theme dark: MonacoTheme.GitHubDarkDefault, // Dark theme }; export { MonacoThemeConfig };