/** * Highlight.js Theme CSS * Code syntax highlighting themes */ export declare const highlightGithubTheme = "\n/* GitHub Light Highlight.js Theme */\n.hljs {\n color: #24292e;\n background: #f6f8fa;\n}\n\n.hljs-comment,\n.hljs-quote {\n color: #6a737d;\n font-style: italic;\n}\n\n.hljs-keyword,\n.hljs-selector-tag,\n.hljs-subst {\n color: #d73a49;\n font-weight: normal;\n}\n\n.hljs-number,\n.hljs-literal,\n.hljs-variable,\n.hljs-template-variable,\n.hljs-tag .hljs-attr {\n color: #005cc5;\n}\n\n.hljs-string,\n.hljs-doctag {\n color: #032f62;\n}\n\n.hljs-title,\n.hljs-section,\n.hljs-selector-id {\n color: #6f42c1;\n font-weight: bold;\n}\n\n.hljs-type,\n.hljs-class .hljs-title {\n color: #6f42c1;\n}\n\n.hljs-tag,\n.hljs-name,\n.hljs-attribute {\n color: #22863a;\n}\n\n.hljs-regexp,\n.hljs-link {\n color: #032f62;\n}\n\n.hljs-symbol,\n.hljs-bullet {\n color: #e36209;\n}\n\n.hljs-built_in,\n.hljs-builtin-name {\n color: #005cc5;\n}\n\n.hljs-meta {\n color: #6a737d;\n font-weight: bold;\n}\n\n.hljs-deletion {\n color: #24292e;\n background: #ffeef0;\n}\n\n.hljs-addition {\n color: #22863a;\n background: #f0fff4;\n}\n\n.hljs-emphasis {\n font-style: italic;\n}\n\n.hljs-strong {\n font-weight: bold;\n}\n"; export declare const highlightGithubDarkTheme = "\n/* GitHub Dark Highlight.js Theme */\n.hljs {\n color: #c9d1d9;\n background: #161b22;\n}\n\n.hljs-comment,\n.hljs-quote {\n color: #8b949e;\n font-style: italic;\n}\n\n.hljs-keyword,\n.hljs-selector-tag,\n.hljs-subst {\n color: #ff7b72;\n font-weight: normal;\n}\n\n.hljs-number,\n.hljs-literal,\n.hljs-variable,\n.hljs-template-variable,\n.hljs-tag .hljs-attr {\n color: #79c0ff;\n}\n\n.hljs-string,\n.hljs-doctag {\n color: #a5d6ff;\n}\n\n.hljs-title,\n.hljs-section,\n.hljs-selector-id {\n color: #d2a8ff;\n font-weight: bold;\n}\n\n.hljs-type,\n.hljs-class .hljs-title {\n color: #ffa657;\n}\n\n.hljs-tag,\n.hljs-name,\n.hljs-attribute {\n color: #7ee787;\n}\n\n.hljs-regexp,\n.hljs-link {\n color: #a5d6ff;\n}\n\n.hljs-symbol,\n.hljs-bullet {\n color: #ffa657;\n}\n\n.hljs-built_in,\n.hljs-builtin-name {\n color: #79c0ff;\n}\n\n.hljs-meta {\n color: #8b949e;\n font-weight: bold;\n}\n\n.hljs-deletion {\n color: #ffdcd7;\n background: #67060c;\n}\n\n.hljs-addition {\n color: #aff5b4;\n background: #033a16;\n}\n\n.hljs-emphasis {\n font-style: italic;\n}\n\n.hljs-strong {\n font-weight: bold;\n}\n"; export declare const highlightVSCodeLightTheme = "\n/* VS Code Light Highlight.js Theme */\n.hljs {\n color: #383a42;\n background: #f8f8f8;\n}\n\n.hljs-comment,\n.hljs-quote {\n color: #a0a1a7;\n font-style: italic;\n}\n\n.hljs-keyword,\n.hljs-selector-tag,\n.hljs-subst {\n color: #a626a4;\n}\n\n.hljs-number,\n.hljs-literal {\n color: #986801;\n}\n\n.hljs-string,\n.hljs-doctag,\n.hljs-regexp {\n color: #50a14f;\n}\n\n.hljs-title,\n.hljs-section,\n.hljs-selector-id {\n color: #4078f2;\n font-weight: bold;\n}\n\n.hljs-type,\n.hljs-class .hljs-title {\n color: #c18401;\n}\n\n.hljs-tag,\n.hljs-name,\n.hljs-attribute {\n color: #e45649;\n}\n\n.hljs-variable,\n.hljs-template-variable {\n color: #e45649;\n}\n\n.hljs-symbol,\n.hljs-bullet {\n color: #4078f2;\n}\n\n.hljs-built_in,\n.hljs-builtin-name {\n color: #c18401;\n}\n\n.hljs-meta {\n color: #9a9a9a;\n}\n\n.hljs-deletion {\n background: #ffeef0;\n}\n\n.hljs-addition {\n background: #e6ffed;\n}\n\n.hljs-emphasis {\n font-style: italic;\n}\n\n.hljs-strong {\n font-weight: bold;\n}\n"; export declare const highlightVSCodeDarkTheme = "\n/* VS Code Dark Highlight.js Theme */\n.hljs {\n color: #d4d4d4;\n background: #1e1e1e;\n}\n\n.hljs-comment,\n.hljs-quote {\n color: #6a9955;\n font-style: italic;\n}\n\n.hljs-keyword,\n.hljs-selector-tag,\n.hljs-subst {\n color: #569cd6;\n}\n\n.hljs-number,\n.hljs-literal {\n color: #b5cea8;\n}\n\n.hljs-string,\n.hljs-doctag,\n.hljs-regexp {\n color: #ce9178;\n}\n\n.hljs-title,\n.hljs-section,\n.hljs-selector-id {\n color: #dcdcaa;\n font-weight: bold;\n}\n\n.hljs-type,\n.hljs-class .hljs-title {\n color: #4ec9b0;\n}\n\n.hljs-tag,\n.hljs-name,\n.hljs-attribute {\n color: #569cd6;\n}\n\n.hljs-variable,\n.hljs-template-variable {\n color: #9cdcfe;\n}\n\n.hljs-symbol,\n.hljs-bullet {\n color: #dcdcaa;\n}\n\n.hljs-built_in,\n.hljs-builtin-name {\n color: #4ec9b0;\n}\n\n.hljs-meta {\n color: #c586c0;\n}\n\n.hljs-deletion {\n color: #ce9178;\n background: #5a1d1d;\n}\n\n.hljs-addition {\n color: #b5cea8;\n background: #1d3b1d;\n}\n\n.hljs-emphasis {\n font-style: italic;\n}\n\n.hljs-strong {\n font-weight: bold;\n}\n"; /** * Get highlight theme CSS by name */ export declare function getHighlightThemeCSS(name: string): string; declare const _default: { highlightGithubTheme: string; highlightGithubDarkTheme: string; highlightVSCodeLightTheme: string; highlightVSCodeDarkTheme: string; getHighlightThemeCSS: typeof getHighlightThemeCSS; }; export default _default; //# sourceMappingURL=highlight.d.ts.map