/** * Credit: https://github.com/brijeshb42/monaco-themes */ export declare const tomorrowTheme: { base: string; inherit: boolean; rules: ({ background: string; token: string; foreground?: undefined; fontStyle?: undefined; } | { foreground: string; token: string; background?: undefined; fontStyle?: undefined; } | { foreground: string; background: string; token: string; fontStyle?: undefined; } | { foreground: string; fontStyle: string; token: string; background?: undefined; })[]; colors: { "editor.foreground": string; "editor.background": string; "editor.selectionBackground": string; "editor.lineHighlightBackground": string; "editorCursor.foreground": string; "editorWhitespace.foreground": string; }; }; //# sourceMappingURL=tomorrowTheme.d.ts.map