/** * GitHub Dark Theme Color Palette */ export declare const githubDarkColorPalette = "\n:root {\n /* Focus */\n --focus-outlineColor: #1f6feb;\n \n /* Foreground Colors */\n --fgColor-default: #f0f6fc;\n --fgColor-muted: #9198a1;\n --fgColor-accent: #4493f8;\n --fgColor-success: #3fb950;\n --fgColor-attention: #d29922;\n --fgColor-danger: #f85149;\n --fgColor-done: #ab7df8;\n \n /* Background Colors */\n --bgColor-default: #0d1117;\n --bgColor-muted: #151b23;\n --bgColor-neutral-muted: #656c7633;\n --bgColor-attention-muted: #bb800926;\n \n /* Border Colors */\n --borderColor-default: #3d444d;\n --borderColor-muted: #3d444db3;\n --borderColor-neutral-muted: #3d444db3;\n --borderColor-accent-emphasis: #1f6feb;\n --borderColor-success-emphasis: #238636;\n --borderColor-attention-emphasis: #9e6a03;\n --borderColor-danger-emphasis: #da3633;\n --borderColor-done-emphasis: #8957e5;\n \n /* Syntax Highlighting - Prettylights */\n --color-prettylights-syntax-comment: #9198a1;\n --color-prettylights-syntax-constant: #79c0ff;\n --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;\n --color-prettylights-syntax-entity: #d2a8ff;\n --color-prettylights-syntax-storage-modifier-import: #f0f6fc;\n --color-prettylights-syntax-entity-tag: #7ee787;\n --color-prettylights-syntax-keyword: #ff7b72;\n --color-prettylights-syntax-string: #a5d6ff;\n --color-prettylights-syntax-variable: #ffa657;\n --color-prettylights-syntax-brackethighlighter-unmatched: #f85149;\n --color-prettylights-syntax-brackethighlighter-angle: #9198a1;\n --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;\n --color-prettylights-syntax-invalid-illegal-bg: #8e1519;\n --color-prettylights-syntax-carriage-return-text: #f0f6fc;\n --color-prettylights-syntax-carriage-return-bg: #b62324;\n --color-prettylights-syntax-string-regexp: #7ee787;\n --color-prettylights-syntax-markup-list: #f2cc60;\n --color-prettylights-syntax-markup-heading: #f0f6fc;\n --color-prettylights-syntax-markup-italic: #f0f6fc;\n --color-prettylights-syntax-markup-bold: #f0f6fc;\n --color-prettylights-syntax-markup-deleted-text: #ffdcd7;\n --color-prettylights-syntax-markup-deleted-bg: #67060c;\n --color-prettylights-syntax-markup-inserted-text: #aff5b4;\n --color-prettylights-syntax-markup-inserted-bg: #033a16;\n --color-prettylights-syntax-markup-changed-text: #ffdfb6;\n --color-prettylights-syntax-markup-changed-bg: #5a1e02;\n --color-prettylights-syntax-markup-ignored-text: #f0f6fc;\n --color-prettylights-syntax-markup-ignored-bg: #1158c7;\n --color-prettylights-syntax-meta-diff-range: #d2a8ff;\n --color-prettylights-syntax-sublimelinter-gutter-mark: #3d444d;\n \n /* Legacy Mapping for backward compatibility */\n --color-text-primary: var(--fgColor-default);\n --color-text-secondary: var(--fgColor-muted);\n --color-text-code: var(--fgColor-default);\n --color-text-muted: var(--fgColor-muted);\n --color-bg-primary: var(--bgColor-default);\n --color-bg-secondary: var(--bgColor-muted);\n --color-bg-code: var(--bgColor-neutral-muted);\n --color-border-primary: var(--borderColor-default);\n --color-border-secondary: var(--borderColor-muted);\n --color-border-subtle: var(--borderColor-muted);\n --color-link: var(--fgColor-accent);\n --color-link-hover: var(--fgColor-accent);\n \n /* Markdown Alert Colors */\n --color-alert-note-border: var(--borderColor-accent-emphasis);\n --color-alert-note-text: var(--fgColor-accent);\n --color-alert-important-border: var(--borderColor-done-emphasis);\n --color-alert-important-text: var(--fgColor-done);\n --color-alert-warning-border: var(--borderColor-attention-emphasis);\n --color-alert-warning-text: var(--fgColor-attention);\n --color-alert-tip-border: var(--borderColor-success-emphasis);\n --color-alert-tip-text: var(--fgColor-success);\n --color-alert-caution-border: var(--borderColor-danger-emphasis);\n --color-alert-caution-text: var(--fgColor-danger);\n \n /* Container Colors */\n --container-tip-bg: #033a16;\n --container-tip-border: var(--borderColor-success-emphasis);\n --container-warning-bg: #bb800926;\n --container-warning-border: var(--borderColor-attention-emphasis);\n --container-danger-bg: #67060c;\n --container-danger-border: var(--borderColor-danger-emphasis);\n --container-info-bg: #1158c750;\n --container-info-border: var(--borderColor-accent-emphasis);\n --container-note-bg: #1158c750;\n --container-note-border: var(--borderColor-accent-emphasis);\n --container-title-text: var(--fgColor-default);\n \n /* Warning/Error Colors */\n --color-warning-bg: var(--bgColor-attention-muted);\n --color-warning-border: var(--borderColor-attention-emphasis);\n --color-warning-text: var(--fgColor-attention);\n}\n"; //# sourceMappingURL=github-dark-colors.d.ts.map