/** * GitHub Light Theme Color Palette */ export declare const githubColorPalette = "\n:root {\n /* Focus */\n --focus-outlineColor: #0969da;\n \n /* Foreground Colors */\n --fgColor-default: #1f2328;\n --fgColor-muted: #59636e;\n --fgColor-accent: #0969da;\n --fgColor-success: #1a7f37;\n --fgColor-attention: #9a6700;\n --fgColor-danger: #d1242f;\n --fgColor-done: #8250df;\n \n /* Background Colors */\n --bgColor-default: #ffffff;\n --bgColor-muted: #f6f8fa;\n --bgColor-neutral-muted: #818b981f;\n --bgColor-attention-muted: #fff8c5;\n \n /* Border Colors */\n --borderColor-default: #d1d9e0;\n --borderColor-muted: #d1d9e0b3;\n --borderColor-neutral-muted: #d1d9e0b3;\n --borderColor-accent-emphasis: #0969da;\n --borderColor-success-emphasis: #1a7f37;\n --borderColor-attention-emphasis: #9a6700;\n --borderColor-danger-emphasis: #cf222e;\n --borderColor-done-emphasis: #8250df;\n \n /* Syntax Highlighting - Prettylights */\n --color-prettylights-syntax-comment: #59636e;\n --color-prettylights-syntax-constant: #0550ae;\n --color-prettylights-syntax-constant-other-reference-link: #0a3069;\n --color-prettylights-syntax-entity: #6639ba;\n --color-prettylights-syntax-storage-modifier-import: #1f2328;\n --color-prettylights-syntax-entity-tag: #0550ae;\n --color-prettylights-syntax-keyword: #cf222e;\n --color-prettylights-syntax-string: #0a3069;\n --color-prettylights-syntax-variable: #953800;\n --color-prettylights-syntax-brackethighlighter-unmatched: #82071e;\n --color-prettylights-syntax-brackethighlighter-angle: #59636e;\n --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;\n --color-prettylights-syntax-invalid-illegal-bg: #82071e;\n --color-prettylights-syntax-carriage-return-text: #f6f8fa;\n --color-prettylights-syntax-carriage-return-bg: #cf222e;\n --color-prettylights-syntax-string-regexp: #116329;\n --color-prettylights-syntax-markup-list: #3b2300;\n --color-prettylights-syntax-markup-heading: #0550ae;\n --color-prettylights-syntax-markup-italic: #1f2328;\n --color-prettylights-syntax-markup-bold: #1f2328;\n --color-prettylights-syntax-markup-deleted-text: #82071e;\n --color-prettylights-syntax-markup-deleted-bg: #ffebe9;\n --color-prettylights-syntax-markup-inserted-text: #116329;\n --color-prettylights-syntax-markup-inserted-bg: #dafbe1;\n --color-prettylights-syntax-markup-changed-text: #953800;\n --color-prettylights-syntax-markup-changed-bg: #ffd8b5;\n --color-prettylights-syntax-markup-ignored-text: #d1d9e0;\n --color-prettylights-syntax-markup-ignored-bg: #0550ae;\n --color-prettylights-syntax-meta-diff-range: #8250df;\n --color-prettylights-syntax-sublimelinter-gutter-mark: #818b98;\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: #dafbe1;\n --container-tip-border: var(--borderColor-success-emphasis);\n --container-warning-bg: #fff8c5;\n --container-warning-border: var(--borderColor-attention-emphasis);\n --container-danger-bg: #ffebe9;\n --container-danger-border: var(--borderColor-danger-emphasis);\n --container-info-bg: #ddf4ff;\n --container-info-border: var(--borderColor-accent-emphasis);\n --container-note-bg: #ddf4ff;\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-colors.d.ts.map