Files
opencode/packages/app/src/assets/theme.css
2025-09-19 09:32:19 -05:00

2387 lines
79 KiB
CSS

/* Auto-generated theme CSS - Do not edit manually */
:root {
--theme-primary: #3B7DD8;
--theme-secondary: #7B5BB6;
--theme-accent: #D68C27;
--theme-error: #D1383D;
--theme-warning: #D68C27;
--theme-success: #3D9A57;
--theme-info: #318795;
--theme-text: #1A1A1A;
--theme-text-muted: #8A8A8A;
--theme-background: #FFFFFF;
--theme-background-panel: #FAFAFA;
--theme-background-element: #F5F5F5;
--theme-border: #B8B8B8;
--theme-border-active: #A0A0A0;
--theme-border-subtle: #D4D4D4;
--theme-diff-added: #1E725C;
--theme-diff-removed: #C53B53;
--theme-diff-context: #7086B5;
--theme-diff-hunk-header: #7086B5;
--theme-diff-highlight-added: #4DB380;
--theme-diff-highlight-removed: #F52A65;
--theme-diff-added-bg: #D5E5D5;
--theme-diff-removed-bg: #F7D8DB;
--theme-diff-context-bg: #FAFAFA;
--theme-diff-line-number: #F5F5F5;
--theme-diff-added-line-number-bg: #C5D5C5;
--theme-diff-removed-line-number-bg: #E7C8CB;
--theme-markdown-text: #1A1A1A;
--theme-markdown-heading: #D68C27;
--theme-markdown-link: #3B7DD8;
--theme-markdown-link-text: #318795;
--theme-markdown-code: #3D9A57;
--theme-markdown-block-quote: #B0851F;
--theme-markdown-emph: #B0851F;
--theme-markdown-strong: #D68C27;
--theme-markdown-horizontal-rule: #8A8A8A;
--theme-markdown-list-item: #3B7DD8;
--theme-markdown-list-enumeration: #318795;
--theme-markdown-image: #3B7DD8;
--theme-markdown-image-text: #318795;
--theme-markdown-code-block: #1A1A1A;
--theme-syntax-comment: #8A8A8A;
--theme-syntax-keyword: #D68C27;
--theme-syntax-function: #3B7DD8;
--theme-syntax-variable: #D1383D;
--theme-syntax-string: #3D9A57;
--theme-syntax-number: #D68C27;
--theme-syntax-type: #B0851F;
--theme-syntax-operator: #318795;
--theme-syntax-punctuation: #1A1A1A;
}
[data-theme="aura"][data-dark="false"] {
--theme-primary: #A277FF;
--theme-secondary: #F694FF;
--theme-accent: #A277FF;
--theme-error: #FF6767;
--theme-warning: #FFCA85;
--theme-success: #61FFCA;
--theme-info: #A277FF;
--theme-text: #EDECEE;
--theme-text-muted: #6D6D6D;
--theme-background: #0F0F0F;
--theme-background-panel: #15141B;
--theme-background-element: #15141B;
--theme-border: #2D2D2D;
--theme-border-active: #6D6D6D;
--theme-border-subtle: #2D2D2D;
--theme-diff-added: #61FFCA;
--theme-diff-removed: #FF6767;
--theme-diff-context: #6D6D6D;
--theme-diff-hunk-header: #6D6D6D;
--theme-diff-highlight-added: #61FFCA;
--theme-diff-highlight-removed: #FF6767;
--theme-diff-added-bg: #354933;
--theme-diff-removed-bg: #3F191A;
--theme-diff-context-bg: #15141B;
--theme-diff-line-number: #2D2D2D;
--theme-diff-added-line-number-bg: #162620;
--theme-diff-removed-line-number-bg: #26161A;
--theme-markdown-text: #EDECEE;
--theme-markdown-heading: #A277FF;
--theme-markdown-link: #F694FF;
--theme-markdown-link-text: #A277FF;
--theme-markdown-code: #61FFCA;
--theme-markdown-block-quote: #6D6D6D;
--theme-markdown-emph: #FFCA85;
--theme-markdown-strong: #A277FF;
--theme-markdown-horizontal-rule: #6D6D6D;
--theme-markdown-list-item: #A277FF;
--theme-markdown-list-enumeration: #A277FF;
--theme-markdown-image: #F694FF;
--theme-markdown-image-text: #A277FF;
--theme-markdown-code-block: #EDECEE;
--theme-syntax-comment: #6D6D6D;
--theme-syntax-keyword: #F694FF;
--theme-syntax-function: #A277FF;
--theme-syntax-variable: #A277FF;
--theme-syntax-string: #61FFCA;
--theme-syntax-number: #9DFF65;
--theme-syntax-type: #A277FF;
--theme-syntax-operator: #F694FF;
--theme-syntax-punctuation: #EDECEE;
}
[data-theme="aura"][data-dark="true"] {
--theme-primary: #A277FF;
--theme-secondary: #F694FF;
--theme-accent: #A277FF;
--theme-error: #FF6767;
--theme-warning: #FFCA85;
--theme-success: #61FFCA;
--theme-info: #A277FF;
--theme-text: #EDECEE;
--theme-text-muted: #6D6D6D;
--theme-background: #0F0F0F;
--theme-background-panel: #15141B;
--theme-background-element: #15141B;
--theme-border: #2D2D2D;
--theme-border-active: #6D6D6D;
--theme-border-subtle: #2D2D2D;
--theme-diff-added: #61FFCA;
--theme-diff-removed: #FF6767;
--theme-diff-context: #6D6D6D;
--theme-diff-hunk-header: #6D6D6D;
--theme-diff-highlight-added: #61FFCA;
--theme-diff-highlight-removed: #FF6767;
--theme-diff-added-bg: #354933;
--theme-diff-removed-bg: #3F191A;
--theme-diff-context-bg: #15141B;
--theme-diff-line-number: #2D2D2D;
--theme-diff-added-line-number-bg: #162620;
--theme-diff-removed-line-number-bg: #26161A;
--theme-markdown-text: #EDECEE;
--theme-markdown-heading: #A277FF;
--theme-markdown-link: #F694FF;
--theme-markdown-link-text: #A277FF;
--theme-markdown-code: #61FFCA;
--theme-markdown-block-quote: #6D6D6D;
--theme-markdown-emph: #FFCA85;
--theme-markdown-strong: #A277FF;
--theme-markdown-horizontal-rule: #6D6D6D;
--theme-markdown-list-item: #A277FF;
--theme-markdown-list-enumeration: #A277FF;
--theme-markdown-image: #F694FF;
--theme-markdown-image-text: #A277FF;
--theme-markdown-code-block: #EDECEE;
--theme-syntax-comment: #6D6D6D;
--theme-syntax-keyword: #F694FF;
--theme-syntax-function: #A277FF;
--theme-syntax-variable: #A277FF;
--theme-syntax-string: #61FFCA;
--theme-syntax-number: #9DFF65;
--theme-syntax-type: #A277FF;
--theme-syntax-operator: #F694FF;
--theme-syntax-punctuation: #EDECEE;
}
[data-theme="ayu"][data-dark="false"] {
--theme-primary: #59C2FF;
--theme-secondary: #D2A6FF;
--theme-accent: #E6B450;
--theme-error: #D95757;
--theme-warning: #E6B673;
--theme-success: #7FD962;
--theme-info: #39BAE6;
--theme-text: #BFBDB6;
--theme-text-muted: #565B66;
--theme-background: #0B0E14;
--theme-background-panel: #0F131A;
--theme-background-element: #0D1017;
--theme-border: #6C7380;
--theme-border-active: #6C7380;
--theme-border-subtle: #11151C;
--theme-diff-added: #7FD962;
--theme-diff-removed: #F26D78;
--theme-diff-context: #ACB6BF;
--theme-diff-hunk-header: #ACB6BF;
--theme-diff-highlight-added: #AAD94C;
--theme-diff-highlight-removed: #F07178;
--theme-diff-added-bg: #20303B;
--theme-diff-removed-bg: #37222C;
--theme-diff-context-bg: #0F131A;
--theme-diff-line-number: #6C7380;
--theme-diff-added-line-number-bg: #1B2B34;
--theme-diff-removed-line-number-bg: #2D1F26;
--theme-markdown-text: #BFBDB6;
--theme-markdown-heading: #D2A6FF;
--theme-markdown-link: #59C2FF;
--theme-markdown-link-text: #39BAE6;
--theme-markdown-code: #AAD94C;
--theme-markdown-block-quote: #E6B673;
--theme-markdown-emph: #E6B673;
--theme-markdown-strong: #FFB454;
--theme-markdown-horizontal-rule: #565B66;
--theme-markdown-list-item: #59C2FF;
--theme-markdown-list-enumeration: #39BAE6;
--theme-markdown-image: #59C2FF;
--theme-markdown-image-text: #39BAE6;
--theme-markdown-code-block: #BFBDB6;
--theme-syntax-comment: #ACB6BF;
--theme-syntax-keyword: #FF8F40;
--theme-syntax-function: #FFB454;
--theme-syntax-variable: #59C2FF;
--theme-syntax-string: #AAD94C;
--theme-syntax-number: #D2A6FF;
--theme-syntax-type: #E6B673;
--theme-syntax-operator: #F29668;
--theme-syntax-punctuation: #BFBDB6;
}
[data-theme="ayu"][data-dark="true"] {
--theme-primary: #59C2FF;
--theme-secondary: #D2A6FF;
--theme-accent: #E6B450;
--theme-error: #D95757;
--theme-warning: #E6B673;
--theme-success: #7FD962;
--theme-info: #39BAE6;
--theme-text: #BFBDB6;
--theme-text-muted: #565B66;
--theme-background: #0B0E14;
--theme-background-panel: #0F131A;
--theme-background-element: #0D1017;
--theme-border: #6C7380;
--theme-border-active: #6C7380;
--theme-border-subtle: #11151C;
--theme-diff-added: #7FD962;
--theme-diff-removed: #F26D78;
--theme-diff-context: #ACB6BF;
--theme-diff-hunk-header: #ACB6BF;
--theme-diff-highlight-added: #AAD94C;
--theme-diff-highlight-removed: #F07178;
--theme-diff-added-bg: #20303B;
--theme-diff-removed-bg: #37222C;
--theme-diff-context-bg: #0F131A;
--theme-diff-line-number: #6C7380;
--theme-diff-added-line-number-bg: #1B2B34;
--theme-diff-removed-line-number-bg: #2D1F26;
--theme-markdown-text: #BFBDB6;
--theme-markdown-heading: #D2A6FF;
--theme-markdown-link: #59C2FF;
--theme-markdown-link-text: #39BAE6;
--theme-markdown-code: #AAD94C;
--theme-markdown-block-quote: #E6B673;
--theme-markdown-emph: #E6B673;
--theme-markdown-strong: #FFB454;
--theme-markdown-horizontal-rule: #565B66;
--theme-markdown-list-item: #59C2FF;
--theme-markdown-list-enumeration: #39BAE6;
--theme-markdown-image: #59C2FF;
--theme-markdown-image-text: #39BAE6;
--theme-markdown-code-block: #BFBDB6;
--theme-syntax-comment: #ACB6BF;
--theme-syntax-keyword: #FF8F40;
--theme-syntax-function: #FFB454;
--theme-syntax-variable: #59C2FF;
--theme-syntax-string: #AAD94C;
--theme-syntax-number: #D2A6FF;
--theme-syntax-type: #E6B673;
--theme-syntax-operator: #F29668;
--theme-syntax-punctuation: #BFBDB6;
}
[data-theme="catppuccin"][data-dark="false"] {
--theme-primary: #1E66F5;
--theme-secondary: #8839EF;
--theme-accent: #EA76CB;
--theme-error: #D20F39;
--theme-warning: #DF8E1D;
--theme-success: #40A02B;
--theme-info: #179299;
--theme-text: #4C4F69;
--theme-text-muted: #5C5F77;
--theme-background: #EFF1F5;
--theme-background-panel: #E6E9EF;
--theme-background-element: #DCE0E8;
--theme-border: #CCD0DA;
--theme-border-active: #BCC0CC;
--theme-border-subtle: #ACB0BE;
--theme-diff-added: #40A02B;
--theme-diff-removed: #D20F39;
--theme-diff-context: #7C7F93;
--theme-diff-hunk-header: #FE640B;
--theme-diff-highlight-added: #40A02B;
--theme-diff-highlight-removed: #D20F39;
--theme-diff-added-bg: #D6F0D9;
--theme-diff-removed-bg: #F6DFE2;
--theme-diff-context-bg: #E6E9EF;
--theme-diff-line-number: #BCC0CC;
--theme-diff-added-line-number-bg: #C9E3CB;
--theme-diff-removed-line-number-bg: #E9D3D6;
--theme-markdown-text: #4C4F69;
--theme-markdown-heading: #8839EF;
--theme-markdown-link: #1E66F5;
--theme-markdown-link-text: #04A5E5;
--theme-markdown-code: #40A02B;
--theme-markdown-block-quote: #DF8E1D;
--theme-markdown-emph: #DF8E1D;
--theme-markdown-strong: #FE640B;
--theme-markdown-horizontal-rule: #6C6F85;
--theme-markdown-list-item: #1E66F5;
--theme-markdown-list-enumeration: #04A5E5;
--theme-markdown-image: #1E66F5;
--theme-markdown-image-text: #04A5E5;
--theme-markdown-code-block: #4C4F69;
--theme-syntax-comment: #7C7F93;
--theme-syntax-keyword: #8839EF;
--theme-syntax-function: #1E66F5;
--theme-syntax-variable: #D20F39;
--theme-syntax-string: #40A02B;
--theme-syntax-number: #FE640B;
--theme-syntax-type: #DF8E1D;
--theme-syntax-operator: #04A5E5;
--theme-syntax-punctuation: #4C4F69;
}
[data-theme="catppuccin"][data-dark="true"] {
--theme-primary: #89B4FA;
--theme-secondary: #CBA6F7;
--theme-accent: #F5C2E7;
--theme-error: #F38BA8;
--theme-warning: #F9E2AF;
--theme-success: #A6E3A1;
--theme-info: #94E2D5;
--theme-text: #CDD6F4;
--theme-text-muted: #BAC2DE;
--theme-background: #1E1E2E;
--theme-background-panel: #181825;
--theme-background-element: #11111B;
--theme-border: #313244;
--theme-border-active: #45475A;
--theme-border-subtle: #585B70;
--theme-diff-added: #A6E3A1;
--theme-diff-removed: #F38BA8;
--theme-diff-context: #9399B2;
--theme-diff-hunk-header: #FAB387;
--theme-diff-highlight-added: #A6E3A1;
--theme-diff-highlight-removed: #F38BA8;
--theme-diff-added-bg: #24312B;
--theme-diff-removed-bg: #3C2A32;
--theme-diff-context-bg: #181825;
--theme-diff-line-number: #45475A;
--theme-diff-added-line-number-bg: #1E2A25;
--theme-diff-removed-line-number-bg: #32232A;
--theme-markdown-text: #CDD6F4;
--theme-markdown-heading: #CBA6F7;
--theme-markdown-link: #89B4FA;
--theme-markdown-link-text: #89DCEB;
--theme-markdown-code: #A6E3A1;
--theme-markdown-block-quote: #F9E2AF;
--theme-markdown-emph: #F9E2AF;
--theme-markdown-strong: #FAB387;
--theme-markdown-horizontal-rule: #A6ADC8;
--theme-markdown-list-item: #89B4FA;
--theme-markdown-list-enumeration: #89DCEB;
--theme-markdown-image: #89B4FA;
--theme-markdown-image-text: #89DCEB;
--theme-markdown-code-block: #CDD6F4;
--theme-syntax-comment: #9399B2;
--theme-syntax-keyword: #CBA6F7;
--theme-syntax-function: #89B4FA;
--theme-syntax-variable: #F38BA8;
--theme-syntax-string: #A6E3A1;
--theme-syntax-number: #FAB387;
--theme-syntax-type: #F9E2AF;
--theme-syntax-operator: #89DCEB;
--theme-syntax-punctuation: #CDD6F4;
}
[data-theme="cobalt2"][data-dark="false"] {
--theme-primary: #0066CC;
--theme-secondary: #7C4DFF;
--theme-accent: #00ACC1;
--theme-error: #E91E63;
--theme-warning: #FF9800;
--theme-success: #4CAF50;
--theme-info: #FF5722;
--theme-text: #193549;
--theme-text-muted: #5C6B7D;
--theme-background: #FFFFFF;
--theme-background-panel: #F5F7FA;
--theme-background-element: #E8ECF1;
--theme-border: #D3DAE3;
--theme-border-active: #0066CC;
--theme-border-subtle: #E8ECF1;
--theme-diff-added: #4CAF50;
--theme-diff-removed: #E91E63;
--theme-diff-context: #5C6B7D;
--theme-diff-hunk-header: #00ACC1;
--theme-diff-highlight-added: #4CAF50;
--theme-diff-highlight-removed: #E91E63;
--theme-diff-added-bg: #E8F5E9;
--theme-diff-removed-bg: #FFEBEE;
--theme-diff-context-bg: #F5F7FA;
--theme-diff-line-number: #B0BEC5;
--theme-diff-added-line-number-bg: #E8F5E9;
--theme-diff-removed-line-number-bg: #FFEBEE;
--theme-markdown-text: #193549;
--theme-markdown-heading: #FF9800;
--theme-markdown-link: #0066CC;
--theme-markdown-link-text: #00ACC1;
--theme-markdown-code: #4CAF50;
--theme-markdown-block-quote: #5C6B7D;
--theme-markdown-emph: #FF5722;
--theme-markdown-strong: #E91E63;
--theme-markdown-horizontal-rule: #D3DAE3;
--theme-markdown-list-item: #0066CC;
--theme-markdown-list-enumeration: #00ACC1;
--theme-markdown-image: #0066CC;
--theme-markdown-image-text: #00ACC1;
--theme-markdown-code-block: #193549;
--theme-syntax-comment: #5C6B7D;
--theme-syntax-keyword: #FF5722;
--theme-syntax-function: #FF9800;
--theme-syntax-variable: #193549;
--theme-syntax-string: #4CAF50;
--theme-syntax-number: #E91E63;
--theme-syntax-type: #00ACC1;
--theme-syntax-operator: #FF5722;
--theme-syntax-punctuation: #193549;
}
[data-theme="cobalt2"][data-dark="true"] {
--theme-primary: #0088FF;
--theme-secondary: #9A5FEB;
--theme-accent: #2AFFDF;
--theme-error: #FF0088;
--theme-warning: #FFC600;
--theme-success: #9EFF80;
--theme-info: #FF9D00;
--theme-text: #FFFFFF;
--theme-text-muted: #ADB7C9;
--theme-background: #193549;
--theme-background-panel: #122738;
--theme-background-element: #1F4662;
--theme-border: #1F4662;
--theme-border-active: #0088FF;
--theme-border-subtle: #0E1E2E;
--theme-diff-added: #9EFF80;
--theme-diff-removed: #FF0088;
--theme-diff-context: #ADB7C9;
--theme-diff-hunk-header: #2AFFDF;
--theme-diff-highlight-added: #B9FF9F;
--theme-diff-highlight-removed: #FF5FB3;
--theme-diff-added-bg: #1A3A2A;
--theme-diff-removed-bg: #3A1A2A;
--theme-diff-context-bg: #122738;
--theme-diff-line-number: #2D5A7B;
--theme-diff-added-line-number-bg: #1A3A2A;
--theme-diff-removed-line-number-bg: #3A1A2A;
--theme-markdown-text: #FFFFFF;
--theme-markdown-heading: #FFC600;
--theme-markdown-link: #0088FF;
--theme-markdown-link-text: #2AFFDF;
--theme-markdown-code: #9EFF80;
--theme-markdown-block-quote: #ADB7C9;
--theme-markdown-emph: #FF9D00;
--theme-markdown-strong: #FF628C;
--theme-markdown-horizontal-rule: #2D5A7B;
--theme-markdown-list-item: #0088FF;
--theme-markdown-list-enumeration: #2AFFDF;
--theme-markdown-image: #0088FF;
--theme-markdown-image-text: #2AFFDF;
--theme-markdown-code-block: #FFFFFF;
--theme-syntax-comment: #0088FF;
--theme-syntax-keyword: #FF9D00;
--theme-syntax-function: #FFC600;
--theme-syntax-variable: #FFFFFF;
--theme-syntax-string: #9EFF80;
--theme-syntax-number: #FF628C;
--theme-syntax-type: #2AFFDF;
--theme-syntax-operator: #FF9D00;
--theme-syntax-punctuation: #FFFFFF;
}
[data-theme="dracula"][data-dark="false"] {
--theme-primary: #BD93F9;
--theme-secondary: #FF79C6;
--theme-accent: #8BE9FD;
--theme-error: #FF5555;
--theme-warning: #F1FA8C;
--theme-success: #50FA7B;
--theme-info: #FFB86C;
--theme-text: #282A36;
--theme-text-muted: #6272A4;
--theme-background: #F8F8F2;
--theme-background-panel: #E8E8E2;
--theme-background-element: #D8D8D2;
--theme-border: #C8C8C2;
--theme-border-active: #BD93F9;
--theme-border-subtle: #E0E0E0;
--theme-diff-added: #50FA7B;
--theme-diff-removed: #FF5555;
--theme-diff-context: #6272A4;
--theme-diff-hunk-header: #6272A4;
--theme-diff-highlight-added: #50FA7B;
--theme-diff-highlight-removed: #FF5555;
--theme-diff-added-bg: #E0FFE0;
--theme-diff-removed-bg: #FFE0E0;
--theme-diff-context-bg: #E8E8E2;
--theme-diff-line-number: #C8C8C2;
--theme-diff-added-line-number-bg: #E0FFE0;
--theme-diff-removed-line-number-bg: #FFE0E0;
--theme-markdown-text: #282A36;
--theme-markdown-heading: #BD93F9;
--theme-markdown-link: #8BE9FD;
--theme-markdown-link-text: #FF79C6;
--theme-markdown-code: #50FA7B;
--theme-markdown-block-quote: #6272A4;
--theme-markdown-emph: #F1FA8C;
--theme-markdown-strong: #FFB86C;
--theme-markdown-horizontal-rule: #6272A4;
--theme-markdown-list-item: #BD93F9;
--theme-markdown-list-enumeration: #8BE9FD;
--theme-markdown-image: #8BE9FD;
--theme-markdown-image-text: #FF79C6;
--theme-markdown-code-block: #282A36;
--theme-syntax-comment: #6272A4;
--theme-syntax-keyword: #FF79C6;
--theme-syntax-function: #50FA7B;
--theme-syntax-variable: #282A36;
--theme-syntax-string: #F1FA8C;
--theme-syntax-number: #BD93F9;
--theme-syntax-type: #8BE9FD;
--theme-syntax-operator: #FF79C6;
--theme-syntax-punctuation: #282A36;
}
[data-theme="dracula"][data-dark="true"] {
--theme-primary: #BD93F9;
--theme-secondary: #FF79C6;
--theme-accent: #8BE9FD;
--theme-error: #FF5555;
--theme-warning: #F1FA8C;
--theme-success: #50FA7B;
--theme-info: #FFB86C;
--theme-text: #F8F8F2;
--theme-text-muted: #6272A4;
--theme-background: #282A36;
--theme-background-panel: #21222C;
--theme-background-element: #44475A;
--theme-border: #44475A;
--theme-border-active: #BD93F9;
--theme-border-subtle: #191A21;
--theme-diff-added: #50FA7B;
--theme-diff-removed: #FF5555;
--theme-diff-context: #6272A4;
--theme-diff-hunk-header: #6272A4;
--theme-diff-highlight-added: #50FA7B;
--theme-diff-highlight-removed: #FF5555;
--theme-diff-added-bg: #1A3A1A;
--theme-diff-removed-bg: #3A1A1A;
--theme-diff-context-bg: #21222C;
--theme-diff-line-number: #44475A;
--theme-diff-added-line-number-bg: #1A3A1A;
--theme-diff-removed-line-number-bg: #3A1A1A;
--theme-markdown-text: #F8F8F2;
--theme-markdown-heading: #BD93F9;
--theme-markdown-link: #8BE9FD;
--theme-markdown-link-text: #FF79C6;
--theme-markdown-code: #50FA7B;
--theme-markdown-block-quote: #6272A4;
--theme-markdown-emph: #F1FA8C;
--theme-markdown-strong: #FFB86C;
--theme-markdown-horizontal-rule: #6272A4;
--theme-markdown-list-item: #BD93F9;
--theme-markdown-list-enumeration: #8BE9FD;
--theme-markdown-image: #8BE9FD;
--theme-markdown-image-text: #FF79C6;
--theme-markdown-code-block: #F8F8F2;
--theme-syntax-comment: #6272A4;
--theme-syntax-keyword: #FF79C6;
--theme-syntax-function: #50FA7B;
--theme-syntax-variable: #F8F8F2;
--theme-syntax-string: #F1FA8C;
--theme-syntax-number: #BD93F9;
--theme-syntax-type: #8BE9FD;
--theme-syntax-operator: #FF79C6;
--theme-syntax-punctuation: #F8F8F2;
}
[data-theme="everforest"][data-dark="false"] {
--theme-primary: #8DA101;
--theme-secondary: #3A94C5;
--theme-accent: #DF69BA;
--theme-error: #F85552;
--theme-warning: #F57D26;
--theme-success: #8DA101;
--theme-info: #35A77C;
--theme-text: #5C6A72;
--theme-text-muted: #A6B0A0;
--theme-background: #FDF6E3;
--theme-background-panel: #EFEBD4;
--theme-background-element: #F4F0D9;
--theme-border: #939F91;
--theme-border-active: #829181;
--theme-border-subtle: #A6B0A0;
--theme-diff-added: #1E725C;
--theme-diff-removed: #C53B53;
--theme-diff-context: #7086B5;
--theme-diff-hunk-header: #7086B5;
--theme-diff-highlight-added: #4DB380;
--theme-diff-highlight-removed: #F52A65;
--theme-diff-added-bg: #D5E5D5;
--theme-diff-removed-bg: #F7D8DB;
--theme-diff-context-bg: #EFEBD4;
--theme-diff-line-number: #F4F0D9;
--theme-diff-added-line-number-bg: #C5D5C5;
--theme-diff-removed-line-number-bg: #E7C8CB;
--theme-markdown-text: #5C6A72;
--theme-markdown-heading: #DF69BA;
--theme-markdown-link: #8DA101;
--theme-markdown-link-text: #35A77C;
--theme-markdown-code: #8DA101;
--theme-markdown-block-quote: #DFA000;
--theme-markdown-emph: #DFA000;
--theme-markdown-strong: #F57D26;
--theme-markdown-horizontal-rule: #A6B0A0;
--theme-markdown-list-item: #8DA101;
--theme-markdown-list-enumeration: #35A77C;
--theme-markdown-image: #8DA101;
--theme-markdown-image-text: #35A77C;
--theme-markdown-code-block: #5C6A72;
--theme-syntax-comment: #A6B0A0;
--theme-syntax-keyword: #DF69BA;
--theme-syntax-function: #8DA101;
--theme-syntax-variable: #F85552;
--theme-syntax-string: #8DA101;
--theme-syntax-number: #F57D26;
--theme-syntax-type: #DFA000;
--theme-syntax-operator: #35A77C;
--theme-syntax-punctuation: #5C6A72;
}
[data-theme="everforest"][data-dark="true"] {
--theme-primary: #A7C080;
--theme-secondary: #7FBBB3;
--theme-accent: #D699B6;
--theme-error: #E67E80;
--theme-warning: #E69875;
--theme-success: #A7C080;
--theme-info: #83C092;
--theme-text: #D3C6AA;
--theme-text-muted: #7A8478;
--theme-background: #2D353B;
--theme-background-panel: #333C43;
--theme-background-element: #343F44;
--theme-border: #859289;
--theme-border-active: #9DA9A0;
--theme-border-subtle: #7A8478;
--theme-diff-added: #4FD6BE;
--theme-diff-removed: #C53B53;
--theme-diff-context: #828BB8;
--theme-diff-hunk-header: #828BB8;
--theme-diff-highlight-added: #B8DB87;
--theme-diff-highlight-removed: #E26A75;
--theme-diff-added-bg: #20303B;
--theme-diff-removed-bg: #37222C;
--theme-diff-context-bg: #333C43;
--theme-diff-line-number: #343F44;
--theme-diff-added-line-number-bg: #1B2B34;
--theme-diff-removed-line-number-bg: #2D1F26;
--theme-markdown-text: #D3C6AA;
--theme-markdown-heading: #D699B6;
--theme-markdown-link: #A7C080;
--theme-markdown-link-text: #83C092;
--theme-markdown-code: #A7C080;
--theme-markdown-block-quote: #DBBC7F;
--theme-markdown-emph: #DBBC7F;
--theme-markdown-strong: #E69875;
--theme-markdown-horizontal-rule: #7A8478;
--theme-markdown-list-item: #A7C080;
--theme-markdown-list-enumeration: #83C092;
--theme-markdown-image: #A7C080;
--theme-markdown-image-text: #83C092;
--theme-markdown-code-block: #D3C6AA;
--theme-syntax-comment: #7A8478;
--theme-syntax-keyword: #D699B6;
--theme-syntax-function: #A7C080;
--theme-syntax-variable: #E67E80;
--theme-syntax-string: #A7C080;
--theme-syntax-number: #E69875;
--theme-syntax-type: #DBBC7F;
--theme-syntax-operator: #83C092;
--theme-syntax-punctuation: #D3C6AA;
}
[data-theme="github"][data-dark="false"] {
--theme-primary: #0969DA;
--theme-secondary: #8250DF;
--theme-accent: #1B7C83;
--theme-error: #CF222E;
--theme-warning: #9A6700;
--theme-success: #1A7F37;
--theme-info: #BC4C00;
--theme-text: #24292F;
--theme-text-muted: #57606A;
--theme-background: #FFFFFF;
--theme-background-panel: #F6F8FA;
--theme-background-element: #F0F3F6;
--theme-border: #D0D7DE;
--theme-border-active: #0969DA;
--theme-border-subtle: #D8DEE4;
--theme-diff-added: #1A7F37;
--theme-diff-removed: #CF222E;
--theme-diff-context: #57606A;
--theme-diff-hunk-header: #0969DA;
--theme-diff-highlight-added: #1A7F37;
--theme-diff-highlight-removed: #CF222E;
--theme-diff-added-bg: #DAFBE1;
--theme-diff-removed-bg: #FFEBE9;
--theme-diff-context-bg: #F6F8FA;
--theme-diff-line-number: #AFB8C1;
--theme-diff-added-line-number-bg: #DAFBE1;
--theme-diff-removed-line-number-bg: #FFEBE9;
--theme-markdown-text: #24292F;
--theme-markdown-heading: #0969DA;
--theme-markdown-link: #0969DA;
--theme-markdown-link-text: #1B7C83;
--theme-markdown-code: #BF3989;
--theme-markdown-block-quote: #57606A;
--theme-markdown-emph: #9A6700;
--theme-markdown-strong: #BC4C00;
--theme-markdown-horizontal-rule: #D0D7DE;
--theme-markdown-list-item: #0969DA;
--theme-markdown-list-enumeration: #1B7C83;
--theme-markdown-image: #0969DA;
--theme-markdown-image-text: #1B7C83;
--theme-markdown-code-block: #24292F;
--theme-syntax-comment: #57606A;
--theme-syntax-keyword: #CF222E;
--theme-syntax-function: #8250DF;
--theme-syntax-variable: #BC4C00;
--theme-syntax-string: #0969DA;
--theme-syntax-number: #1B7C83;
--theme-syntax-type: #BC4C00;
--theme-syntax-operator: #CF222E;
--theme-syntax-punctuation: #24292F;
}
[data-theme="github"][data-dark="true"] {
--theme-primary: #58A6FF;
--theme-secondary: #BC8CFF;
--theme-accent: #39C5CF;
--theme-error: #F85149;
--theme-warning: #E3B341;
--theme-success: #3FB950;
--theme-info: #D29922;
--theme-text: #C9D1D9;
--theme-text-muted: #8B949E;
--theme-background: #0D1117;
--theme-background-panel: #010409;
--theme-background-element: #161B22;
--theme-border: #30363D;
--theme-border-active: #58A6FF;
--theme-border-subtle: #21262D;
--theme-diff-added: #3FB950;
--theme-diff-removed: #F85149;
--theme-diff-context: #8B949E;
--theme-diff-hunk-header: #58A6FF;
--theme-diff-highlight-added: #3FB950;
--theme-diff-highlight-removed: #F85149;
--theme-diff-added-bg: #033A16;
--theme-diff-removed-bg: #67060C;
--theme-diff-context-bg: #010409;
--theme-diff-line-number: #484F58;
--theme-diff-added-line-number-bg: #033A16;
--theme-diff-removed-line-number-bg: #67060C;
--theme-markdown-text: #C9D1D9;
--theme-markdown-heading: #58A6FF;
--theme-markdown-link: #58A6FF;
--theme-markdown-link-text: #39C5CF;
--theme-markdown-code: #FF7B72;
--theme-markdown-block-quote: #8B949E;
--theme-markdown-emph: #E3B341;
--theme-markdown-strong: #D29922;
--theme-markdown-horizontal-rule: #30363D;
--theme-markdown-list-item: #58A6FF;
--theme-markdown-list-enumeration: #39C5CF;
--theme-markdown-image: #58A6FF;
--theme-markdown-image-text: #39C5CF;
--theme-markdown-code-block: #C9D1D9;
--theme-syntax-comment: #8B949E;
--theme-syntax-keyword: #FF7B72;
--theme-syntax-function: #BC8CFF;
--theme-syntax-variable: #D29922;
--theme-syntax-string: #39C5CF;
--theme-syntax-number: #58A6FF;
--theme-syntax-type: #D29922;
--theme-syntax-operator: #FF7B72;
--theme-syntax-punctuation: #C9D1D9;
}
[data-theme="gruvbox"][data-dark="false"] {
--theme-primary: #076678;
--theme-secondary: #8F3F71;
--theme-accent: #427B58;
--theme-error: #9D0006;
--theme-warning: #AF3A03;
--theme-success: #79740E;
--theme-info: #B57614;
--theme-text: #3C3836;
--theme-text-muted: #7C6F64;
--theme-background: #FBF1C7;
--theme-background-panel: #EBDBB2;
--theme-background-element: #D5C4A1;
--theme-border: #BDAE93;
--theme-border-active: #3C3836;
--theme-border-subtle: #D5C4A1;
--theme-diff-added: #79740E;
--theme-diff-removed: #9D0006;
--theme-diff-context: #7C6F64;
--theme-diff-hunk-header: #427B58;
--theme-diff-highlight-added: #79740E;
--theme-diff-highlight-removed: #9D0006;
--theme-diff-added-bg: #E2E0B5;
--theme-diff-removed-bg: #E9D8D5;
--theme-diff-context-bg: #EBDBB2;
--theme-diff-line-number: #BDAE93;
--theme-diff-added-line-number-bg: #D4D2A9;
--theme-diff-removed-line-number-bg: #D8CBC8;
--theme-markdown-text: #3C3836;
--theme-markdown-heading: #076678;
--theme-markdown-link: #427B58;
--theme-markdown-link-text: #79740E;
--theme-markdown-code: #B57614;
--theme-markdown-block-quote: #7C6F64;
--theme-markdown-emph: #8F3F71;
--theme-markdown-strong: #AF3A03;
--theme-markdown-horizontal-rule: #7C6F64;
--theme-markdown-list-item: #076678;
--theme-markdown-list-enumeration: #427B58;
--theme-markdown-image: #427B58;
--theme-markdown-image-text: #79740E;
--theme-markdown-code-block: #3C3836;
--theme-syntax-comment: #7C6F64;
--theme-syntax-keyword: #9D0006;
--theme-syntax-function: #79740E;
--theme-syntax-variable: #076678;
--theme-syntax-string: #B57614;
--theme-syntax-number: #8F3F71;
--theme-syntax-type: #427B58;
--theme-syntax-operator: #AF3A03;
--theme-syntax-punctuation: #3C3836;
}
[data-theme="gruvbox"][data-dark="true"] {
--theme-primary: #83A598;
--theme-secondary: #D3869B;
--theme-accent: #8EC07C;
--theme-error: #FB4934;
--theme-warning: #FE8019;
--theme-success: #B8BB26;
--theme-info: #FABD2F;
--theme-text: #EBDBB2;
--theme-text-muted: #928374;
--theme-background: #282828;
--theme-background-panel: #3C3836;
--theme-background-element: #504945;
--theme-border: #665C54;
--theme-border-active: #EBDBB2;
--theme-border-subtle: #504945;
--theme-diff-added: #98971A;
--theme-diff-removed: #CC241D;
--theme-diff-context: #928374;
--theme-diff-hunk-header: #689D6A;
--theme-diff-highlight-added: #B8BB26;
--theme-diff-highlight-removed: #FB4934;
--theme-diff-added-bg: #32302F;
--theme-diff-removed-bg: #322929;
--theme-diff-context-bg: #3C3836;
--theme-diff-line-number: #665C54;
--theme-diff-added-line-number-bg: #2A2827;
--theme-diff-removed-line-number-bg: #2A2222;
--theme-markdown-text: #EBDBB2;
--theme-markdown-heading: #83A598;
--theme-markdown-link: #8EC07C;
--theme-markdown-link-text: #B8BB26;
--theme-markdown-code: #FABD2F;
--theme-markdown-block-quote: #928374;
--theme-markdown-emph: #D3869B;
--theme-markdown-strong: #FE8019;
--theme-markdown-horizontal-rule: #928374;
--theme-markdown-list-item: #83A598;
--theme-markdown-list-enumeration: #8EC07C;
--theme-markdown-image: #8EC07C;
--theme-markdown-image-text: #B8BB26;
--theme-markdown-code-block: #EBDBB2;
--theme-syntax-comment: #928374;
--theme-syntax-keyword: #FB4934;
--theme-syntax-function: #B8BB26;
--theme-syntax-variable: #83A598;
--theme-syntax-string: #FABD2F;
--theme-syntax-number: #D3869B;
--theme-syntax-type: #8EC07C;
--theme-syntax-operator: #FE8019;
--theme-syntax-punctuation: #EBDBB2;
}
[data-theme="kanagawa"][data-dark="false"] {
--theme-primary: #2D4F67;
--theme-secondary: #957FB8;
--theme-accent: #D27E99;
--theme-error: #E82424;
--theme-warning: #D7A657;
--theme-success: #98BB6C;
--theme-info: #76946A;
--theme-text: #54433A;
--theme-text-muted: #9E9389;
--theme-background: #F2E9DE;
--theme-background-panel: #EAE4D7;
--theme-background-element: #E3DCD2;
--theme-border: #D4CBBF;
--theme-border-active: #C38D9D;
--theme-border-subtle: #DCD4C9;
--theme-diff-added: #98BB6C;
--theme-diff-removed: #E82424;
--theme-diff-context: #9E9389;
--theme-diff-hunk-header: #2D4F67;
--theme-diff-highlight-added: #89AF5B;
--theme-diff-highlight-removed: #D61F1F;
--theme-diff-added-bg: #EAF3E4;
--theme-diff-removed-bg: #FBE6E6;
--theme-diff-context-bg: #EAE4D7;
--theme-diff-line-number: #C7BEB4;
--theme-diff-added-line-number-bg: #DDE8D6;
--theme-diff-removed-line-number-bg: #F2DADA;
--theme-markdown-text: #54433A;
--theme-markdown-heading: #957FB8;
--theme-markdown-link: #2D4F67;
--theme-markdown-link-text: #76946A;
--theme-markdown-code: #98BB6C;
--theme-markdown-block-quote: #9E9389;
--theme-markdown-emph: #C38D9D;
--theme-markdown-strong: #D7A657;
--theme-markdown-horizontal-rule: #9E9389;
--theme-markdown-list-item: #2D4F67;
--theme-markdown-list-enumeration: #76946A;
--theme-markdown-image: #2D4F67;
--theme-markdown-image-text: #76946A;
--theme-markdown-code-block: #54433A;
--theme-syntax-comment: #9E9389;
--theme-syntax-keyword: #957FB8;
--theme-syntax-function: #2D4F67;
--theme-syntax-variable: #54433A;
--theme-syntax-string: #98BB6C;
--theme-syntax-number: #D7A657;
--theme-syntax-type: #C38D9D;
--theme-syntax-operator: #D27E99;
--theme-syntax-punctuation: #54433A;
}
[data-theme="kanagawa"][data-dark="true"] {
--theme-primary: #7E9CD8;
--theme-secondary: #957FB8;
--theme-accent: #D27E99;
--theme-error: #E82424;
--theme-warning: #D7A657;
--theme-success: #98BB6C;
--theme-info: #76946A;
--theme-text: #DCD7BA;
--theme-text-muted: #727169;
--theme-background: #1F1F28;
--theme-background-panel: #2A2A37;
--theme-background-element: #363646;
--theme-border: #54546D;
--theme-border-active: #C38D9D;
--theme-border-subtle: #363646;
--theme-diff-added: #98BB6C;
--theme-diff-removed: #E82424;
--theme-diff-context: #727169;
--theme-diff-hunk-header: #2D4F67;
--theme-diff-highlight-added: #A9D977;
--theme-diff-highlight-removed: #F24A4A;
--theme-diff-added-bg: #252E25;
--theme-diff-removed-bg: #362020;
--theme-diff-context-bg: #2A2A37;
--theme-diff-line-number: #54546D;
--theme-diff-added-line-number-bg: #202820;
--theme-diff-removed-line-number-bg: #2D1C1C;
--theme-markdown-text: #DCD7BA;
--theme-markdown-heading: #957FB8;
--theme-markdown-link: #7E9CD8;
--theme-markdown-link-text: #76946A;
--theme-markdown-code: #98BB6C;
--theme-markdown-block-quote: #727169;
--theme-markdown-emph: #C38D9D;
--theme-markdown-strong: #D7A657;
--theme-markdown-horizontal-rule: #727169;
--theme-markdown-list-item: #7E9CD8;
--theme-markdown-list-enumeration: #76946A;
--theme-markdown-image: #7E9CD8;
--theme-markdown-image-text: #76946A;
--theme-markdown-code-block: #DCD7BA;
--theme-syntax-comment: #727169;
--theme-syntax-keyword: #957FB8;
--theme-syntax-function: #7E9CD8;
--theme-syntax-variable: #DCD7BA;
--theme-syntax-string: #98BB6C;
--theme-syntax-number: #D7A657;
--theme-syntax-type: #C38D9D;
--theme-syntax-operator: #D27E99;
--theme-syntax-punctuation: #DCD7BA;
}
[data-theme="material"][data-dark="false"] {
--theme-primary: #6182B8;
--theme-secondary: #7C4DFF;
--theme-accent: #39ADB5;
--theme-error: #E53935;
--theme-warning: #FFB300;
--theme-success: #91B859;
--theme-info: #F4511E;
--theme-text: #263238;
--theme-text-muted: #90A4AE;
--theme-background: #FAFAFA;
--theme-background-panel: #F5F5F5;
--theme-background-element: #E7E7E8;
--theme-border: #E0E0E0;
--theme-border-active: #6182B8;
--theme-border-subtle: #EEEEEE;
--theme-diff-added: #91B859;
--theme-diff-removed: #E53935;
--theme-diff-context: #90A4AE;
--theme-diff-hunk-header: #39ADB5;
--theme-diff-highlight-added: #91B859;
--theme-diff-highlight-removed: #E53935;
--theme-diff-added-bg: #E8F5E9;
--theme-diff-removed-bg: #FFEBEE;
--theme-diff-context-bg: #F5F5F5;
--theme-diff-line-number: #CFD8DC;
--theme-diff-added-line-number-bg: #E8F5E9;
--theme-diff-removed-line-number-bg: #FFEBEE;
--theme-markdown-text: #263238;
--theme-markdown-heading: #6182B8;
--theme-markdown-link: #39ADB5;
--theme-markdown-link-text: #7C4DFF;
--theme-markdown-code: #91B859;
--theme-markdown-block-quote: #90A4AE;
--theme-markdown-emph: #FFB300;
--theme-markdown-strong: #F4511E;
--theme-markdown-horizontal-rule: #E0E0E0;
--theme-markdown-list-item: #6182B8;
--theme-markdown-list-enumeration: #39ADB5;
--theme-markdown-image: #39ADB5;
--theme-markdown-image-text: #7C4DFF;
--theme-markdown-code-block: #263238;
--theme-syntax-comment: #90A4AE;
--theme-syntax-keyword: #7C4DFF;
--theme-syntax-function: #6182B8;
--theme-syntax-variable: #263238;
--theme-syntax-string: #91B859;
--theme-syntax-number: #F4511E;
--theme-syntax-type: #FFB300;
--theme-syntax-operator: #39ADB5;
--theme-syntax-punctuation: #263238;
}
[data-theme="material"][data-dark="true"] {
--theme-primary: #82AAFF;
--theme-secondary: #C792EA;
--theme-accent: #89DDFF;
--theme-error: #F07178;
--theme-warning: #FFCB6B;
--theme-success: #C3E88D;
--theme-info: #FFCB6B;
--theme-text: #EEFFFF;
--theme-text-muted: #546E7A;
--theme-background: #263238;
--theme-background-panel: #1E272C;
--theme-background-element: #37474F;
--theme-border: #37474F;
--theme-border-active: #82AAFF;
--theme-border-subtle: #1E272C;
--theme-diff-added: #C3E88D;
--theme-diff-removed: #F07178;
--theme-diff-context: #546E7A;
--theme-diff-hunk-header: #89DDFF;
--theme-diff-highlight-added: #C3E88D;
--theme-diff-highlight-removed: #F07178;
--theme-diff-added-bg: #2E3C2B;
--theme-diff-removed-bg: #3C2B2B;
--theme-diff-context-bg: #1E272C;
--theme-diff-line-number: #37474F;
--theme-diff-added-line-number-bg: #2E3C2B;
--theme-diff-removed-line-number-bg: #3C2B2B;
--theme-markdown-text: #EEFFFF;
--theme-markdown-heading: #82AAFF;
--theme-markdown-link: #89DDFF;
--theme-markdown-link-text: #C792EA;
--theme-markdown-code: #C3E88D;
--theme-markdown-block-quote: #546E7A;
--theme-markdown-emph: #FFCB6B;
--theme-markdown-strong: #FFCB6B;
--theme-markdown-horizontal-rule: #37474F;
--theme-markdown-list-item: #82AAFF;
--theme-markdown-list-enumeration: #89DDFF;
--theme-markdown-image: #89DDFF;
--theme-markdown-image-text: #C792EA;
--theme-markdown-code-block: #EEFFFF;
--theme-syntax-comment: #546E7A;
--theme-syntax-keyword: #C792EA;
--theme-syntax-function: #82AAFF;
--theme-syntax-variable: #EEFFFF;
--theme-syntax-string: #C3E88D;
--theme-syntax-number: #FFCB6B;
--theme-syntax-type: #FFCB6B;
--theme-syntax-operator: #89DDFF;
--theme-syntax-punctuation: #EEFFFF;
}
[data-theme="matrix"][data-dark="false"] {
--theme-primary: #1CC24B;
--theme-secondary: #24F6D9;
--theme-accent: #C770FF;
--theme-error: #FF4B4B;
--theme-warning: #E6FF57;
--theme-success: #1CC24B;
--theme-info: #30B3FF;
--theme-text: #203022;
--theme-text-muted: #748476;
--theme-background: #EEF3EA;
--theme-background-panel: #E4EBE1;
--theme-background-element: #DAE1D7;
--theme-border: #748476;
--theme-border-active: #1CC24B;
--theme-border-subtle: #DAE1D7;
--theme-diff-added: #1CC24B;
--theme-diff-removed: #FF4B4B;
--theme-diff-context: #748476;
--theme-diff-hunk-header: #30B3FF;
--theme-diff-highlight-added: #5DAC7E;
--theme-diff-highlight-removed: #D53A3A;
--theme-diff-added-bg: #E0EFDE;
--theme-diff-removed-bg: #F9E5E5;
--theme-diff-context-bg: #E4EBE1;
--theme-diff-line-number: #748476;
--theme-diff-added-line-number-bg: #D6E7D2;
--theme-diff-removed-line-number-bg: #F2D2D2;
--theme-markdown-text: #203022;
--theme-markdown-heading: #24F6D9;
--theme-markdown-link: #30B3FF;
--theme-markdown-link-text: #24F6D9;
--theme-markdown-code: #1CC24B;
--theme-markdown-block-quote: #748476;
--theme-markdown-emph: #FFA83D;
--theme-markdown-strong: #E6FF57;
--theme-markdown-horizontal-rule: #748476;
--theme-markdown-list-item: #30B3FF;
--theme-markdown-list-enumeration: #24F6D9;
--theme-markdown-image: #30B3FF;
--theme-markdown-image-text: #24F6D9;
--theme-markdown-code-block: #203022;
--theme-syntax-comment: #748476;
--theme-syntax-keyword: #C770FF;
--theme-syntax-function: #30B3FF;
--theme-syntax-variable: #203022;
--theme-syntax-string: #1CC24B;
--theme-syntax-number: #FFA83D;
--theme-syntax-type: #E6FF57;
--theme-syntax-operator: #24F6D9;
--theme-syntax-punctuation: #203022;
}
[data-theme="matrix"][data-dark="true"] {
--theme-primary: #2EFF6A;
--theme-secondary: #00EFFF;
--theme-accent: #C770FF;
--theme-error: #FF4B4B;
--theme-warning: #E6FF57;
--theme-success: #62FF94;
--theme-info: #30B3FF;
--theme-text: #62FF94;
--theme-text-muted: #8CA391;
--theme-background: #0A0E0A;
--theme-background-panel: #0E130D;
--theme-background-element: #141C12;
--theme-border: #1E2A1B;
--theme-border-active: #2EFF6A;
--theme-border-subtle: #141C12;
--theme-diff-added: #1CC24B;
--theme-diff-removed: #FF4B4B;
--theme-diff-context: #8CA391;
--theme-diff-hunk-header: #30B3FF;
--theme-diff-highlight-added: #77FFAF;
--theme-diff-highlight-removed: #FF7171;
--theme-diff-added-bg: #132616;
--theme-diff-removed-bg: #261212;
--theme-diff-context-bg: #0E130D;
--theme-diff-line-number: #1E2A1B;
--theme-diff-added-line-number-bg: #0F1B11;
--theme-diff-removed-line-number-bg: #1B1414;
--theme-markdown-text: #62FF94;
--theme-markdown-heading: #00EFFF;
--theme-markdown-link: #30B3FF;
--theme-markdown-link-text: #24F6D9;
--theme-markdown-code: #1CC24B;
--theme-markdown-block-quote: #8CA391;
--theme-markdown-emph: #FFA83D;
--theme-markdown-strong: #E6FF57;
--theme-markdown-horizontal-rule: #8CA391;
--theme-markdown-list-item: #30B3FF;
--theme-markdown-list-enumeration: #24F6D9;
--theme-markdown-image: #30B3FF;
--theme-markdown-image-text: #24F6D9;
--theme-markdown-code-block: #62FF94;
--theme-syntax-comment: #8CA391;
--theme-syntax-keyword: #C770FF;
--theme-syntax-function: #30B3FF;
--theme-syntax-variable: #62FF94;
--theme-syntax-string: #1CC24B;
--theme-syntax-number: #FFA83D;
--theme-syntax-type: #E6FF57;
--theme-syntax-operator: #24F6D9;
--theme-syntax-punctuation: #62FF94;
}
[data-theme="monokai"][data-dark="false"] {
--theme-primary: #66D9EF;
--theme-secondary: #AE81FF;
--theme-accent: #A6E22E;
--theme-error: #F92672;
--theme-warning: #FD971F;
--theme-success: #A6E22E;
--theme-info: #FD971F;
--theme-text: #272822;
--theme-text-muted: #75715E;
--theme-background: #FAFAFA;
--theme-background-panel: #F0F0F0;
--theme-background-element: #E0E0E0;
--theme-border: #D0D0D0;
--theme-border-active: #66D9EF;
--theme-border-subtle: #E8E8E8;
--theme-diff-added: #A6E22E;
--theme-diff-removed: #F92672;
--theme-diff-context: #75715E;
--theme-diff-hunk-header: #75715E;
--theme-diff-highlight-added: #A6E22E;
--theme-diff-highlight-removed: #F92672;
--theme-diff-added-bg: #E0FFE0;
--theme-diff-removed-bg: #FFE0E0;
--theme-diff-context-bg: #F0F0F0;
--theme-diff-line-number: #D0D0D0;
--theme-diff-added-line-number-bg: #E0FFE0;
--theme-diff-removed-line-number-bg: #FFE0E0;
--theme-markdown-text: #272822;
--theme-markdown-heading: #F92672;
--theme-markdown-link: #66D9EF;
--theme-markdown-link-text: #AE81FF;
--theme-markdown-code: #A6E22E;
--theme-markdown-block-quote: #75715E;
--theme-markdown-emph: #FD971F;
--theme-markdown-strong: #FD971F;
--theme-markdown-horizontal-rule: #75715E;
--theme-markdown-list-item: #66D9EF;
--theme-markdown-list-enumeration: #AE81FF;
--theme-markdown-image: #66D9EF;
--theme-markdown-image-text: #AE81FF;
--theme-markdown-code-block: #272822;
--theme-syntax-comment: #75715E;
--theme-syntax-keyword: #F92672;
--theme-syntax-function: #A6E22E;
--theme-syntax-variable: #272822;
--theme-syntax-string: #FD971F;
--theme-syntax-number: #AE81FF;
--theme-syntax-type: #66D9EF;
--theme-syntax-operator: #F92672;
--theme-syntax-punctuation: #272822;
}
[data-theme="monokai"][data-dark="true"] {
--theme-primary: #66D9EF;
--theme-secondary: #AE81FF;
--theme-accent: #A6E22E;
--theme-error: #F92672;
--theme-warning: #E6DB74;
--theme-success: #A6E22E;
--theme-info: #FD971F;
--theme-text: #F8F8F2;
--theme-text-muted: #75715E;
--theme-background: #272822;
--theme-background-panel: #1E1F1C;
--theme-background-element: #3E3D32;
--theme-border: #3E3D32;
--theme-border-active: #66D9EF;
--theme-border-subtle: #1E1F1C;
--theme-diff-added: #A6E22E;
--theme-diff-removed: #F92672;
--theme-diff-context: #75715E;
--theme-diff-hunk-header: #75715E;
--theme-diff-highlight-added: #A6E22E;
--theme-diff-highlight-removed: #F92672;
--theme-diff-added-bg: #1A3A1A;
--theme-diff-removed-bg: #3A1A1A;
--theme-diff-context-bg: #1E1F1C;
--theme-diff-line-number: #3E3D32;
--theme-diff-added-line-number-bg: #1A3A1A;
--theme-diff-removed-line-number-bg: #3A1A1A;
--theme-markdown-text: #F8F8F2;
--theme-markdown-heading: #F92672;
--theme-markdown-link: #66D9EF;
--theme-markdown-link-text: #AE81FF;
--theme-markdown-code: #A6E22E;
--theme-markdown-block-quote: #75715E;
--theme-markdown-emph: #E6DB74;
--theme-markdown-strong: #FD971F;
--theme-markdown-horizontal-rule: #75715E;
--theme-markdown-list-item: #66D9EF;
--theme-markdown-list-enumeration: #AE81FF;
--theme-markdown-image: #66D9EF;
--theme-markdown-image-text: #AE81FF;
--theme-markdown-code-block: #F8F8F2;
--theme-syntax-comment: #75715E;
--theme-syntax-keyword: #F92672;
--theme-syntax-function: #A6E22E;
--theme-syntax-variable: #F8F8F2;
--theme-syntax-string: #E6DB74;
--theme-syntax-number: #AE81FF;
--theme-syntax-type: #66D9EF;
--theme-syntax-operator: #F92672;
--theme-syntax-punctuation: #F8F8F2;
}
[data-theme="nord"][data-dark="false"] {
--theme-primary: #5E81AC;
--theme-secondary: #81A1C1;
--theme-accent: #8FBCBB;
--theme-error: #BF616A;
--theme-warning: #D08770;
--theme-success: #A3BE8C;
--theme-info: #5E81AC;
--theme-text: #2E3440;
--theme-text-muted: #3B4252;
--theme-background: #ECEFF4;
--theme-background-panel: #E5E9F0;
--theme-background-element: #D8DEE9;
--theme-border: #4C566A;
--theme-border-active: #434C5E;
--theme-border-subtle: #4C566A;
--theme-diff-added: #A3BE8C;
--theme-diff-removed: #BF616A;
--theme-diff-context: #4C566A;
--theme-diff-hunk-header: #4C566A;
--theme-diff-highlight-added: #A3BE8C;
--theme-diff-highlight-removed: #BF616A;
--theme-diff-added-bg: #E5E9F0;
--theme-diff-removed-bg: #E5E9F0;
--theme-diff-context-bg: #E5E9F0;
--theme-diff-line-number: #D8DEE9;
--theme-diff-added-line-number-bg: #E5E9F0;
--theme-diff-removed-line-number-bg: #E5E9F0;
--theme-markdown-text: #2E3440;
--theme-markdown-heading: #5E81AC;
--theme-markdown-link: #81A1C1;
--theme-markdown-link-text: #8FBCBB;
--theme-markdown-code: #A3BE8C;
--theme-markdown-block-quote: #4C566A;
--theme-markdown-emph: #D08770;
--theme-markdown-strong: #EBCB8B;
--theme-markdown-horizontal-rule: #4C566A;
--theme-markdown-list-item: #5E81AC;
--theme-markdown-list-enumeration: #8FBCBB;
--theme-markdown-image: #81A1C1;
--theme-markdown-image-text: #8FBCBB;
--theme-markdown-code-block: #2E3440;
--theme-syntax-comment: #4C566A;
--theme-syntax-keyword: #81A1C1;
--theme-syntax-function: #88C0D0;
--theme-syntax-variable: #8FBCBB;
--theme-syntax-string: #A3BE8C;
--theme-syntax-number: #B48EAD;
--theme-syntax-type: #8FBCBB;
--theme-syntax-operator: #81A1C1;
--theme-syntax-punctuation: #2E3440;
}
[data-theme="nord"][data-dark="true"] {
--theme-primary: #88C0D0;
--theme-secondary: #81A1C1;
--theme-accent: #8FBCBB;
--theme-error: #BF616A;
--theme-warning: #D08770;
--theme-success: #A3BE8C;
--theme-info: #88C0D0;
--theme-text: #ECEFF4;
--theme-text-muted: #8B95A7;
--theme-background: #2E3440;
--theme-background-panel: #3B4252;
--theme-background-element: #434C5E;
--theme-border: #434C5E;
--theme-border-active: #4C566A;
--theme-border-subtle: #434C5E;
--theme-diff-added: #A3BE8C;
--theme-diff-removed: #BF616A;
--theme-diff-context: #8B95A7;
--theme-diff-hunk-header: #8B95A7;
--theme-diff-highlight-added: #A3BE8C;
--theme-diff-highlight-removed: #BF616A;
--theme-diff-added-bg: #3B4252;
--theme-diff-removed-bg: #3B4252;
--theme-diff-context-bg: #3B4252;
--theme-diff-line-number: #434C5E;
--theme-diff-added-line-number-bg: #3B4252;
--theme-diff-removed-line-number-bg: #3B4252;
--theme-markdown-text: #D8DEE9;
--theme-markdown-heading: #88C0D0;
--theme-markdown-link: #81A1C1;
--theme-markdown-link-text: #8FBCBB;
--theme-markdown-code: #A3BE8C;
--theme-markdown-block-quote: #8B95A7;
--theme-markdown-emph: #D08770;
--theme-markdown-strong: #EBCB8B;
--theme-markdown-horizontal-rule: #8B95A7;
--theme-markdown-list-item: #88C0D0;
--theme-markdown-list-enumeration: #8FBCBB;
--theme-markdown-image: #81A1C1;
--theme-markdown-image-text: #8FBCBB;
--theme-markdown-code-block: #D8DEE9;
--theme-syntax-comment: #8B95A7;
--theme-syntax-keyword: #81A1C1;
--theme-syntax-function: #88C0D0;
--theme-syntax-variable: #8FBCBB;
--theme-syntax-string: #A3BE8C;
--theme-syntax-number: #B48EAD;
--theme-syntax-type: #8FBCBB;
--theme-syntax-operator: #81A1C1;
--theme-syntax-punctuation: #D8DEE9;
}
[data-theme="one-dark"][data-dark="false"] {
--theme-primary: #4078F2;
--theme-secondary: #A626A4;
--theme-accent: #0184BC;
--theme-error: #E45649;
--theme-warning: #C18401;
--theme-success: #50A14F;
--theme-info: #986801;
--theme-text: #383A42;
--theme-text-muted: #A0A1A7;
--theme-background: #FAFAFA;
--theme-background-panel: #F0F0F1;
--theme-background-element: #EAEAEB;
--theme-border: #D1D1D2;
--theme-border-active: #4078F2;
--theme-border-subtle: #E0E0E1;
--theme-diff-added: #50A14F;
--theme-diff-removed: #E45649;
--theme-diff-context: #A0A1A7;
--theme-diff-hunk-header: #0184BC;
--theme-diff-highlight-added: #489447;
--theme-diff-highlight-removed: #D65145;
--theme-diff-added-bg: #EAFBE9;
--theme-diff-removed-bg: #FCE9E8;
--theme-diff-context-bg: #F0F0F1;
--theme-diff-line-number: #C9C9CA;
--theme-diff-added-line-number-bg: #E1F3DF;
--theme-diff-removed-line-number-bg: #F5E2E1;
--theme-markdown-text: #383A42;
--theme-markdown-heading: #A626A4;
--theme-markdown-link: #4078F2;
--theme-markdown-link-text: #0184BC;
--theme-markdown-code: #50A14F;
--theme-markdown-block-quote: #A0A1A7;
--theme-markdown-emph: #C18401;
--theme-markdown-strong: #986801;
--theme-markdown-horizontal-rule: #A0A1A7;
--theme-markdown-list-item: #4078F2;
--theme-markdown-list-enumeration: #0184BC;
--theme-markdown-image: #4078F2;
--theme-markdown-image-text: #0184BC;
--theme-markdown-code-block: #383A42;
--theme-syntax-comment: #A0A1A7;
--theme-syntax-keyword: #A626A4;
--theme-syntax-function: #4078F2;
--theme-syntax-variable: #E45649;
--theme-syntax-string: #50A14F;
--theme-syntax-number: #986801;
--theme-syntax-type: #C18401;
--theme-syntax-operator: #0184BC;
--theme-syntax-punctuation: #383A42;
}
[data-theme="one-dark"][data-dark="true"] {
--theme-primary: #61AFEF;
--theme-secondary: #C678DD;
--theme-accent: #56B6C2;
--theme-error: #E06C75;
--theme-warning: #E5C07B;
--theme-success: #98C379;
--theme-info: #D19A66;
--theme-text: #ABB2BF;
--theme-text-muted: #5C6370;
--theme-background: #282C34;
--theme-background-panel: #21252B;
--theme-background-element: #353B45;
--theme-border: #393F4A;
--theme-border-active: #61AFEF;
--theme-border-subtle: #2C313A;
--theme-diff-added: #98C379;
--theme-diff-removed: #E06C75;
--theme-diff-context: #5C6370;
--theme-diff-hunk-header: #56B6C2;
--theme-diff-highlight-added: #AAD482;
--theme-diff-highlight-removed: #E8828B;
--theme-diff-added-bg: #2C382B;
--theme-diff-removed-bg: #3A2D2F;
--theme-diff-context-bg: #21252B;
--theme-diff-line-number: #495162;
--theme-diff-added-line-number-bg: #283427;
--theme-diff-removed-line-number-bg: #36292B;
--theme-markdown-text: #ABB2BF;
--theme-markdown-heading: #C678DD;
--theme-markdown-link: #61AFEF;
--theme-markdown-link-text: #56B6C2;
--theme-markdown-code: #98C379;
--theme-markdown-block-quote: #5C6370;
--theme-markdown-emph: #E5C07B;
--theme-markdown-strong: #D19A66;
--theme-markdown-horizontal-rule: #5C6370;
--theme-markdown-list-item: #61AFEF;
--theme-markdown-list-enumeration: #56B6C2;
--theme-markdown-image: #61AFEF;
--theme-markdown-image-text: #56B6C2;
--theme-markdown-code-block: #ABB2BF;
--theme-syntax-comment: #5C6370;
--theme-syntax-keyword: #C678DD;
--theme-syntax-function: #61AFEF;
--theme-syntax-variable: #E06C75;
--theme-syntax-string: #98C379;
--theme-syntax-number: #D19A66;
--theme-syntax-type: #E5C07B;
--theme-syntax-operator: #56B6C2;
--theme-syntax-punctuation: #ABB2BF;
}
[data-theme="opencode"][data-dark="false"] {
--theme-primary: #3B7DD8;
--theme-secondary: #7B5BB6;
--theme-accent: #D68C27;
--theme-error: #D1383D;
--theme-warning: #D68C27;
--theme-success: #3D9A57;
--theme-info: #318795;
--theme-text: #1A1A1A;
--theme-text-muted: #8A8A8A;
--theme-background: #FFFFFF;
--theme-background-panel: #FAFAFA;
--theme-background-element: #F5F5F5;
--theme-border: #B8B8B8;
--theme-border-active: #A0A0A0;
--theme-border-subtle: #D4D4D4;
--theme-diff-added: #1E725C;
--theme-diff-removed: #C53B53;
--theme-diff-context: #7086B5;
--theme-diff-hunk-header: #7086B5;
--theme-diff-highlight-added: #4DB380;
--theme-diff-highlight-removed: #F52A65;
--theme-diff-added-bg: #D5E5D5;
--theme-diff-removed-bg: #F7D8DB;
--theme-diff-context-bg: #FAFAFA;
--theme-diff-line-number: #F5F5F5;
--theme-diff-added-line-number-bg: #C5D5C5;
--theme-diff-removed-line-number-bg: #E7C8CB;
--theme-markdown-text: #1A1A1A;
--theme-markdown-heading: #D68C27;
--theme-markdown-link: #3B7DD8;
--theme-markdown-link-text: #318795;
--theme-markdown-code: #3D9A57;
--theme-markdown-block-quote: #B0851F;
--theme-markdown-emph: #B0851F;
--theme-markdown-strong: #D68C27;
--theme-markdown-horizontal-rule: #8A8A8A;
--theme-markdown-list-item: #3B7DD8;
--theme-markdown-list-enumeration: #318795;
--theme-markdown-image: #3B7DD8;
--theme-markdown-image-text: #318795;
--theme-markdown-code-block: #1A1A1A;
--theme-syntax-comment: #8A8A8A;
--theme-syntax-keyword: #D68C27;
--theme-syntax-function: #3B7DD8;
--theme-syntax-variable: #D1383D;
--theme-syntax-string: #3D9A57;
--theme-syntax-number: #D68C27;
--theme-syntax-type: #B0851F;
--theme-syntax-operator: #318795;
--theme-syntax-punctuation: #1A1A1A;
}
[data-theme="opencode"][data-dark="true"] {
--theme-primary: #FAB283;
--theme-secondary: #5C9CF5;
--theme-accent: #9D7CD8;
--theme-error: #E06C75;
--theme-warning: #F5A742;
--theme-success: #7FD88F;
--theme-info: #56B6C2;
--theme-text: #EEEEEE;
--theme-text-muted: #808080;
--theme-background: #0A0A0A;
--theme-background-panel: #141414;
--theme-background-element: #1E1E1E;
--theme-border: #484848;
--theme-border-active: #606060;
--theme-border-subtle: #3C3C3C;
--theme-diff-added: #4FD6BE;
--theme-diff-removed: #C53B53;
--theme-diff-context: #828BB8;
--theme-diff-hunk-header: #828BB8;
--theme-diff-highlight-added: #B8DB87;
--theme-diff-highlight-removed: #E26A75;
--theme-diff-added-bg: #20303B;
--theme-diff-removed-bg: #37222C;
--theme-diff-context-bg: #141414;
--theme-diff-line-number: #1E1E1E;
--theme-diff-added-line-number-bg: #1B2B34;
--theme-diff-removed-line-number-bg: #2D1F26;
--theme-markdown-text: #EEEEEE;
--theme-markdown-heading: #9D7CD8;
--theme-markdown-link: #FAB283;
--theme-markdown-link-text: #56B6C2;
--theme-markdown-code: #7FD88F;
--theme-markdown-block-quote: #E5C07B;
--theme-markdown-emph: #E5C07B;
--theme-markdown-strong: #F5A742;
--theme-markdown-horizontal-rule: #808080;
--theme-markdown-list-item: #FAB283;
--theme-markdown-list-enumeration: #56B6C2;
--theme-markdown-image: #FAB283;
--theme-markdown-image-text: #56B6C2;
--theme-markdown-code-block: #EEEEEE;
--theme-syntax-comment: #808080;
--theme-syntax-keyword: #9D7CD8;
--theme-syntax-function: #FAB283;
--theme-syntax-variable: #E06C75;
--theme-syntax-string: #7FD88F;
--theme-syntax-number: #F5A742;
--theme-syntax-type: #E5C07B;
--theme-syntax-operator: #56B6C2;
--theme-syntax-punctuation: #EEEEEE;
}
[data-theme="palenight"][data-dark="false"] {
--theme-primary: #4976EB;
--theme-secondary: #A854F2;
--theme-accent: #00ACC1;
--theme-error: #E53935;
--theme-warning: #FFB300;
--theme-success: #91B859;
--theme-info: #F4511E;
--theme-text: #292D3E;
--theme-text-muted: #8796B0;
--theme-background: #FAFAFA;
--theme-background-panel: #F5F5F5;
--theme-background-element: #E7E7E8;
--theme-border: #E0E0E0;
--theme-border-active: #4976EB;
--theme-border-subtle: #EEEEEE;
--theme-diff-added: #91B859;
--theme-diff-removed: #E53935;
--theme-diff-context: #8796B0;
--theme-diff-hunk-header: #00ACC1;
--theme-diff-highlight-added: #91B859;
--theme-diff-highlight-removed: #E53935;
--theme-diff-added-bg: #E8F5E9;
--theme-diff-removed-bg: #FFEBEE;
--theme-diff-context-bg: #F5F5F5;
--theme-diff-line-number: #CFD8DC;
--theme-diff-added-line-number-bg: #E8F5E9;
--theme-diff-removed-line-number-bg: #FFEBEE;
--theme-markdown-text: #292D3E;
--theme-markdown-heading: #A854F2;
--theme-markdown-link: #4976EB;
--theme-markdown-link-text: #00ACC1;
--theme-markdown-code: #91B859;
--theme-markdown-block-quote: #8796B0;
--theme-markdown-emph: #FFB300;
--theme-markdown-strong: #F4511E;
--theme-markdown-horizontal-rule: #8796B0;
--theme-markdown-list-item: #4976EB;
--theme-markdown-list-enumeration: #00ACC1;
--theme-markdown-image: #4976EB;
--theme-markdown-image-text: #00ACC1;
--theme-markdown-code-block: #292D3E;
--theme-syntax-comment: #8796B0;
--theme-syntax-keyword: #A854F2;
--theme-syntax-function: #4976EB;
--theme-syntax-variable: #292D3E;
--theme-syntax-string: #91B859;
--theme-syntax-number: #F4511E;
--theme-syntax-type: #FFB300;
--theme-syntax-operator: #00ACC1;
--theme-syntax-punctuation: #292D3E;
}
[data-theme="palenight"][data-dark="true"] {
--theme-primary: #82AAFF;
--theme-secondary: #C792EA;
--theme-accent: #89DDFF;
--theme-error: #F07178;
--theme-warning: #FFCB6B;
--theme-success: #C3E88D;
--theme-info: #F78C6C;
--theme-text: #A6ACCD;
--theme-text-muted: #676E95;
--theme-background: #292D3E;
--theme-background-panel: #1E2132;
--theme-background-element: #32364A;
--theme-border: #32364A;
--theme-border-active: #82AAFF;
--theme-border-subtle: #1E2132;
--theme-diff-added: #C3E88D;
--theme-diff-removed: #F07178;
--theme-diff-context: #676E95;
--theme-diff-hunk-header: #89DDFF;
--theme-diff-highlight-added: #C3E88D;
--theme-diff-highlight-removed: #F07178;
--theme-diff-added-bg: #2E3C2B;
--theme-diff-removed-bg: #3C2B2B;
--theme-diff-context-bg: #1E2132;
--theme-diff-line-number: #444760;
--theme-diff-added-line-number-bg: #2E3C2B;
--theme-diff-removed-line-number-bg: #3C2B2B;
--theme-markdown-text: #A6ACCD;
--theme-markdown-heading: #C792EA;
--theme-markdown-link: #82AAFF;
--theme-markdown-link-text: #89DDFF;
--theme-markdown-code: #C3E88D;
--theme-markdown-block-quote: #676E95;
--theme-markdown-emph: #FFCB6B;
--theme-markdown-strong: #F78C6C;
--theme-markdown-horizontal-rule: #676E95;
--theme-markdown-list-item: #82AAFF;
--theme-markdown-list-enumeration: #89DDFF;
--theme-markdown-image: #82AAFF;
--theme-markdown-image-text: #89DDFF;
--theme-markdown-code-block: #A6ACCD;
--theme-syntax-comment: #676E95;
--theme-syntax-keyword: #C792EA;
--theme-syntax-function: #82AAFF;
--theme-syntax-variable: #A6ACCD;
--theme-syntax-string: #C3E88D;
--theme-syntax-number: #F78C6C;
--theme-syntax-type: #FFCB6B;
--theme-syntax-operator: #89DDFF;
--theme-syntax-punctuation: #A6ACCD;
}
[data-theme="rosepine"][data-dark="false"] {
--theme-primary: #31748F;
--theme-secondary: #907AA9;
--theme-accent: #D7827E;
--theme-error: #B4637A;
--theme-warning: #EA9D34;
--theme-success: #286983;
--theme-info: #56949F;
--theme-text: #575279;
--theme-text-muted: #9893A5;
--theme-background: #FAF4ED;
--theme-background-panel: #FFFAF3;
--theme-background-element: #F2E9E1;
--theme-border: #DFDAD9;
--theme-border-active: #31748F;
--theme-border-subtle: #F4EDE8;
--theme-diff-added: #286983;
--theme-diff-removed: #B4637A;
--theme-diff-context: #9893A5;
--theme-diff-hunk-header: #907AA9;
--theme-diff-highlight-added: #286983;
--theme-diff-highlight-removed: #B4637A;
--theme-diff-added-bg: #E5F2F3;
--theme-diff-removed-bg: #FCE5E8;
--theme-diff-context-bg: #FFFAF3;
--theme-diff-line-number: #9893A5;
--theme-diff-added-line-number-bg: #E5F2F3;
--theme-diff-removed-line-number-bg: #FCE5E8;
--theme-markdown-text: #575279;
--theme-markdown-heading: #907AA9;
--theme-markdown-link: #31748F;
--theme-markdown-link-text: #D7827E;
--theme-markdown-code: #286983;
--theme-markdown-block-quote: #9893A5;
--theme-markdown-emph: #EA9D34;
--theme-markdown-strong: #B4637A;
--theme-markdown-horizontal-rule: #DFDAD9;
--theme-markdown-list-item: #31748F;
--theme-markdown-list-enumeration: #D7827E;
--theme-markdown-image: #31748F;
--theme-markdown-image-text: #D7827E;
--theme-markdown-code-block: #575279;
--theme-syntax-comment: #9893A5;
--theme-syntax-keyword: #286983;
--theme-syntax-function: #D7827E;
--theme-syntax-variable: #575279;
--theme-syntax-string: #EA9D34;
--theme-syntax-number: #907AA9;
--theme-syntax-type: #56949F;
--theme-syntax-operator: #797593;
--theme-syntax-punctuation: #797593;
}
[data-theme="rosepine"][data-dark="true"] {
--theme-primary: #9CCFD8;
--theme-secondary: #C4A7E7;
--theme-accent: #EBBCBA;
--theme-error: #EB6F92;
--theme-warning: #F6C177;
--theme-success: #31748F;
--theme-info: #9CCFD8;
--theme-text: #E0DEF4;
--theme-text-muted: #6E6A86;
--theme-background: #191724;
--theme-background-panel: #1F1D2E;
--theme-background-element: #26233A;
--theme-border: #403D52;
--theme-border-active: #9CCFD8;
--theme-border-subtle: #21202E;
--theme-diff-added: #31748F;
--theme-diff-removed: #EB6F92;
--theme-diff-context: #6E6A86;
--theme-diff-hunk-header: #C4A7E7;
--theme-diff-highlight-added: #31748F;
--theme-diff-highlight-removed: #EB6F92;
--theme-diff-added-bg: #1F2D3A;
--theme-diff-removed-bg: #3A1F2D;
--theme-diff-context-bg: #1F1D2E;
--theme-diff-line-number: #6E6A86;
--theme-diff-added-line-number-bg: #1F2D3A;
--theme-diff-removed-line-number-bg: #3A1F2D;
--theme-markdown-text: #E0DEF4;
--theme-markdown-heading: #C4A7E7;
--theme-markdown-link: #9CCFD8;
--theme-markdown-link-text: #EBBCBA;
--theme-markdown-code: #31748F;
--theme-markdown-block-quote: #6E6A86;
--theme-markdown-emph: #F6C177;
--theme-markdown-strong: #EB6F92;
--theme-markdown-horizontal-rule: #403D52;
--theme-markdown-list-item: #9CCFD8;
--theme-markdown-list-enumeration: #EBBCBA;
--theme-markdown-image: #9CCFD8;
--theme-markdown-image-text: #EBBCBA;
--theme-markdown-code-block: #E0DEF4;
--theme-syntax-comment: #6E6A86;
--theme-syntax-keyword: #31748F;
--theme-syntax-function: #EBBCBA;
--theme-syntax-variable: #E0DEF4;
--theme-syntax-string: #F6C177;
--theme-syntax-number: #C4A7E7;
--theme-syntax-type: #9CCFD8;
--theme-syntax-operator: #908CAA;
--theme-syntax-punctuation: #908CAA;
}
[data-theme="solarized"][data-dark="false"] {
--theme-primary: #268BD2;
--theme-secondary: #6C71C4;
--theme-accent: #2AA198;
--theme-error: #DC322F;
--theme-warning: #B58900;
--theme-success: #859900;
--theme-info: #CB4B16;
--theme-text: #657B83;
--theme-text-muted: #93A1A1;
--theme-background: #FDF6E3;
--theme-background-panel: #EEE8D5;
--theme-background-element: #EEE8D5;
--theme-border: #EEE8D5;
--theme-border-active: #93A1A1;
--theme-border-subtle: #EEE8D5;
--theme-diff-added: #859900;
--theme-diff-removed: #DC322F;
--theme-diff-context: #93A1A1;
--theme-diff-hunk-header: #93A1A1;
--theme-diff-highlight-added: #859900;
--theme-diff-highlight-removed: #DC322F;
--theme-diff-added-bg: #EEE8D5;
--theme-diff-removed-bg: #EEE8D5;
--theme-diff-context-bg: #EEE8D5;
--theme-diff-line-number: #93A1A1;
--theme-diff-added-line-number-bg: #EEE8D5;
--theme-diff-removed-line-number-bg: #EEE8D5;
--theme-markdown-text: #657B83;
--theme-markdown-heading: #268BD2;
--theme-markdown-link: #2AA198;
--theme-markdown-link-text: #6C71C4;
--theme-markdown-code: #859900;
--theme-markdown-block-quote: #93A1A1;
--theme-markdown-emph: #B58900;
--theme-markdown-strong: #CB4B16;
--theme-markdown-horizontal-rule: #93A1A1;
--theme-markdown-list-item: #268BD2;
--theme-markdown-list-enumeration: #2AA198;
--theme-markdown-image: #2AA198;
--theme-markdown-image-text: #6C71C4;
--theme-markdown-code-block: #657B83;
--theme-syntax-comment: #93A1A1;
--theme-syntax-keyword: #859900;
--theme-syntax-function: #268BD2;
--theme-syntax-variable: #2AA198;
--theme-syntax-string: #2AA198;
--theme-syntax-number: #D33682;
--theme-syntax-type: #B58900;
--theme-syntax-operator: #859900;
--theme-syntax-punctuation: #657B83;
}
[data-theme="solarized"][data-dark="true"] {
--theme-primary: #268BD2;
--theme-secondary: #6C71C4;
--theme-accent: #2AA198;
--theme-error: #DC322F;
--theme-warning: #B58900;
--theme-success: #859900;
--theme-info: #CB4B16;
--theme-text: #839496;
--theme-text-muted: #586E75;
--theme-background: #002B36;
--theme-background-panel: #073642;
--theme-background-element: #073642;
--theme-border: #073642;
--theme-border-active: #586E75;
--theme-border-subtle: #073642;
--theme-diff-added: #859900;
--theme-diff-removed: #DC322F;
--theme-diff-context: #586E75;
--theme-diff-hunk-header: #586E75;
--theme-diff-highlight-added: #859900;
--theme-diff-highlight-removed: #DC322F;
--theme-diff-added-bg: #073642;
--theme-diff-removed-bg: #073642;
--theme-diff-context-bg: #073642;
--theme-diff-line-number: #586E75;
--theme-diff-added-line-number-bg: #073642;
--theme-diff-removed-line-number-bg: #073642;
--theme-markdown-text: #839496;
--theme-markdown-heading: #268BD2;
--theme-markdown-link: #2AA198;
--theme-markdown-link-text: #6C71C4;
--theme-markdown-code: #859900;
--theme-markdown-block-quote: #586E75;
--theme-markdown-emph: #B58900;
--theme-markdown-strong: #CB4B16;
--theme-markdown-horizontal-rule: #586E75;
--theme-markdown-list-item: #268BD2;
--theme-markdown-list-enumeration: #2AA198;
--theme-markdown-image: #2AA198;
--theme-markdown-image-text: #6C71C4;
--theme-markdown-code-block: #839496;
--theme-syntax-comment: #586E75;
--theme-syntax-keyword: #859900;
--theme-syntax-function: #268BD2;
--theme-syntax-variable: #2AA198;
--theme-syntax-string: #2AA198;
--theme-syntax-number: #D33682;
--theme-syntax-type: #B58900;
--theme-syntax-operator: #859900;
--theme-syntax-punctuation: #839496;
}
[data-theme="synthwave84"][data-dark="false"] {
--theme-primary: #00BCD4;
--theme-secondary: #E91E63;
--theme-accent: #9C27B0;
--theme-error: #F44336;
--theme-warning: #FF9800;
--theme-success: #4CAF50;
--theme-info: #FF5722;
--theme-text: #262335;
--theme-text-muted: #5C5C8A;
--theme-background: #FAFAFA;
--theme-background-panel: #F5F5F5;
--theme-background-element: #EEEEEE;
--theme-border: #E0E0E0;
--theme-border-active: #00BCD4;
--theme-border-subtle: #F0F0F0;
--theme-diff-added: #4CAF50;
--theme-diff-removed: #F44336;
--theme-diff-context: #5C5C8A;
--theme-diff-hunk-header: #9C27B0;
--theme-diff-highlight-added: #4CAF50;
--theme-diff-highlight-removed: #F44336;
--theme-diff-added-bg: #E8F5E9;
--theme-diff-removed-bg: #FFEBEE;
--theme-diff-context-bg: #F5F5F5;
--theme-diff-line-number: #B0B0B0;
--theme-diff-added-line-number-bg: #E8F5E9;
--theme-diff-removed-line-number-bg: #FFEBEE;
--theme-markdown-text: #262335;
--theme-markdown-heading: #E91E63;
--theme-markdown-link: #00BCD4;
--theme-markdown-link-text: #9C27B0;
--theme-markdown-code: #4CAF50;
--theme-markdown-block-quote: #5C5C8A;
--theme-markdown-emph: #FF9800;
--theme-markdown-strong: #FF5722;
--theme-markdown-horizontal-rule: #E0E0E0;
--theme-markdown-list-item: #00BCD4;
--theme-markdown-list-enumeration: #9C27B0;
--theme-markdown-image: #00BCD4;
--theme-markdown-image-text: #9C27B0;
--theme-markdown-code-block: #262335;
--theme-syntax-comment: #5C5C8A;
--theme-syntax-keyword: #E91E63;
--theme-syntax-function: #FF5722;
--theme-syntax-variable: #262335;
--theme-syntax-string: #FF9800;
--theme-syntax-number: #9C27B0;
--theme-syntax-type: #00BCD4;
--theme-syntax-operator: #E91E63;
--theme-syntax-punctuation: #262335;
}
[data-theme="synthwave84"][data-dark="true"] {
--theme-primary: #36F9F6;
--theme-secondary: #FF7EDB;
--theme-accent: #B084EB;
--theme-error: #FE4450;
--theme-warning: #FEDE5D;
--theme-success: #72F1B8;
--theme-info: #FF8B39;
--theme-text: #FFFFFF;
--theme-text-muted: #848BBD;
--theme-background: #262335;
--theme-background-panel: #1E1A29;
--theme-background-element: #2A2139;
--theme-border: #495495;
--theme-border-active: #36F9F6;
--theme-border-subtle: #241B2F;
--theme-diff-added: #72F1B8;
--theme-diff-removed: #FE4450;
--theme-diff-context: #848BBD;
--theme-diff-hunk-header: #B084EB;
--theme-diff-highlight-added: #97F1D8;
--theme-diff-highlight-removed: #FF5E5B;
--theme-diff-added-bg: #1A3A2A;
--theme-diff-removed-bg: #3A1A2A;
--theme-diff-context-bg: #1E1A29;
--theme-diff-line-number: #495495;
--theme-diff-added-line-number-bg: #1A3A2A;
--theme-diff-removed-line-number-bg: #3A1A2A;
--theme-markdown-text: #FFFFFF;
--theme-markdown-heading: #FF7EDB;
--theme-markdown-link: #36F9F6;
--theme-markdown-link-text: #B084EB;
--theme-markdown-code: #72F1B8;
--theme-markdown-block-quote: #848BBD;
--theme-markdown-emph: #FEDE5D;
--theme-markdown-strong: #FF8B39;
--theme-markdown-horizontal-rule: #495495;
--theme-markdown-list-item: #36F9F6;
--theme-markdown-list-enumeration: #B084EB;
--theme-markdown-image: #36F9F6;
--theme-markdown-image-text: #B084EB;
--theme-markdown-code-block: #FFFFFF;
--theme-syntax-comment: #848BBD;
--theme-syntax-keyword: #FF7EDB;
--theme-syntax-function: #FF8B39;
--theme-syntax-variable: #FFFFFF;
--theme-syntax-string: #FEDE5D;
--theme-syntax-number: #B084EB;
--theme-syntax-type: #36F9F6;
--theme-syntax-operator: #FF7EDB;
--theme-syntax-punctuation: #FFFFFF;
}
[data-theme="tokyonight"][data-dark="false"] {
--theme-primary: #2E7DE9;
--theme-secondary: #9854F1;
--theme-accent: #B15C00;
--theme-error: #F52A65;
--theme-warning: #B15C00;
--theme-success: #587539;
--theme-info: #2E7DE9;
--theme-text: #3760BF;
--theme-text-muted: #8990A3;
--theme-background: #E1E2E7;
--theme-background-panel: #D5D6DB;
--theme-background-element: #C8C9CE;
--theme-border: #737A8C;
--theme-border-active: #5A607D;
--theme-border-subtle: #9699A8;
--theme-diff-added: #1E725C;
--theme-diff-removed: #C53B53;
--theme-diff-context: #7086B5;
--theme-diff-hunk-header: #7086B5;
--theme-diff-highlight-added: #4DB380;
--theme-diff-highlight-removed: #F52A65;
--theme-diff-added-bg: #D5E5D5;
--theme-diff-removed-bg: #F7D8DB;
--theme-diff-context-bg: #D5D6DB;
--theme-diff-line-number: #C8C9CE;
--theme-diff-added-line-number-bg: #C5D5C5;
--theme-diff-removed-line-number-bg: #E7C8CB;
--theme-markdown-text: #3760BF;
--theme-markdown-heading: #9854F1;
--theme-markdown-link: #2E7DE9;
--theme-markdown-link-text: #007197;
--theme-markdown-code: #587539;
--theme-markdown-block-quote: #8C6C3E;
--theme-markdown-emph: #8C6C3E;
--theme-markdown-strong: #B15C00;
--theme-markdown-horizontal-rule: #8990A3;
--theme-markdown-list-item: #2E7DE9;
--theme-markdown-list-enumeration: #007197;
--theme-markdown-image: #2E7DE9;
--theme-markdown-image-text: #007197;
--theme-markdown-code-block: #3760BF;
--theme-syntax-comment: #8990A3;
--theme-syntax-keyword: #9854F1;
--theme-syntax-function: #2E7DE9;
--theme-syntax-variable: #F52A65;
--theme-syntax-string: #587539;
--theme-syntax-number: #B15C00;
--theme-syntax-type: #8C6C3E;
--theme-syntax-operator: #007197;
--theme-syntax-punctuation: #3760BF;
}
[data-theme="tokyonight"][data-dark="true"] {
--theme-primary: #82AAFF;
--theme-secondary: #C099FF;
--theme-accent: #FF966C;
--theme-error: #FF757F;
--theme-warning: #FF966C;
--theme-success: #C3E88D;
--theme-info: #82AAFF;
--theme-text: #C8D3F5;
--theme-text-muted: #828BB8;
--theme-background: #1A1B26;
--theme-background-panel: #1E2030;
--theme-background-element: #222436;
--theme-border: #737AA2;
--theme-border-active: #9099B2;
--theme-border-subtle: #545C7E;
--theme-diff-added: #4FD6BE;
--theme-diff-removed: #C53B53;
--theme-diff-context: #828BB8;
--theme-diff-hunk-header: #828BB8;
--theme-diff-highlight-added: #B8DB87;
--theme-diff-highlight-removed: #E26A75;
--theme-diff-added-bg: #20303B;
--theme-diff-removed-bg: #37222C;
--theme-diff-context-bg: #1E2030;
--theme-diff-line-number: #222436;
--theme-diff-added-line-number-bg: #1B2B34;
--theme-diff-removed-line-number-bg: #2D1F26;
--theme-markdown-text: #C8D3F5;
--theme-markdown-heading: #C099FF;
--theme-markdown-link: #82AAFF;
--theme-markdown-link-text: #86E1FC;
--theme-markdown-code: #C3E88D;
--theme-markdown-block-quote: #FFC777;
--theme-markdown-emph: #FFC777;
--theme-markdown-strong: #FF966C;
--theme-markdown-horizontal-rule: #828BB8;
--theme-markdown-list-item: #82AAFF;
--theme-markdown-list-enumeration: #86E1FC;
--theme-markdown-image: #82AAFF;
--theme-markdown-image-text: #86E1FC;
--theme-markdown-code-block: #C8D3F5;
--theme-syntax-comment: #828BB8;
--theme-syntax-keyword: #C099FF;
--theme-syntax-function: #82AAFF;
--theme-syntax-variable: #FF757F;
--theme-syntax-string: #C3E88D;
--theme-syntax-number: #FF966C;
--theme-syntax-type: #FFC777;
--theme-syntax-operator: #86E1FC;
--theme-syntax-punctuation: #C8D3F5;
}
[data-theme="vesper"][data-dark="false"] {
--theme-primary: #FFC799;
--theme-secondary: #99FFE4;
--theme-accent: #FFC799;
--theme-error: #FF8080;
--theme-warning: #FFC799;
--theme-success: #99FFE4;
--theme-info: #FFC799;
--theme-text: #101010;
--theme-text-muted: #A0A0A0;
--theme-background: #FFF;
--theme-background-panel: #F0F0F0;
--theme-background-element: #E0E0E0;
--theme-border: #D0D0D0;
--theme-border-active: #FFC799;
--theme-border-subtle: #E8E8E8;
--theme-diff-added: #99FFE4;
--theme-diff-removed: #FF8080;
--theme-diff-context: #A0A0A0;
--theme-diff-hunk-header: #A0A0A0;
--theme-diff-highlight-added: #99FFE4;
--theme-diff-highlight-removed: #FF8080;
--theme-diff-added-bg: #E8F5E8;
--theme-diff-removed-bg: #F5E8E8;
--theme-diff-context-bg: #F8F8F8;
--theme-diff-line-number: #808080;
--theme-diff-added-line-number-bg: #E8F5E8;
--theme-diff-removed-line-number-bg: #F5E8E8;
--theme-markdown-text: #101010;
--theme-markdown-heading: #FFC799;
--theme-markdown-link: #FFC799;
--theme-markdown-link-text: #A0A0A0;
--theme-markdown-code: #A0A0A0;
--theme-markdown-block-quote: #101010;
--theme-markdown-emph: #101010;
--theme-markdown-strong: #101010;
--theme-markdown-horizontal-rule: #65737E;
--theme-markdown-list-item: #101010;
--theme-markdown-list-enumeration: #101010;
--theme-markdown-image: #FFC799;
--theme-markdown-image-text: #A0A0A0;
--theme-markdown-code-block: #101010;
--theme-syntax-comment: #8B8B8B94;
--theme-syntax-keyword: #A0A0A0;
--theme-syntax-function: #FFC799;
--theme-syntax-variable: #101010;
--theme-syntax-string: #99FFE4;
--theme-syntax-number: #FFC799;
--theme-syntax-type: #FFC799;
--theme-syntax-operator: #A0A0A0;
--theme-syntax-punctuation: #101010;
}
[data-theme="vesper"][data-dark="true"] {
--theme-primary: #FFC799;
--theme-secondary: #99FFE4;
--theme-accent: #FFC799;
--theme-error: #FF8080;
--theme-warning: #FFC799;
--theme-success: #99FFE4;
--theme-info: #FFC799;
--theme-text: #FFF;
--theme-text-muted: #A0A0A0;
--theme-background: #101010;
--theme-background-panel: #101010;
--theme-background-element: #101010;
--theme-border: #282828;
--theme-border-active: #FFC799;
--theme-border-subtle: #1C1C1C;
--theme-diff-added: #99FFE4;
--theme-diff-removed: #FF8080;
--theme-diff-context: #A0A0A0;
--theme-diff-hunk-header: #A0A0A0;
--theme-diff-highlight-added: #99FFE4;
--theme-diff-highlight-removed: #FF8080;
--theme-diff-added-bg: #0D2818;
--theme-diff-removed-bg: #281A1A;
--theme-diff-context-bg: #101010;
--theme-diff-line-number: #505050;
--theme-diff-added-line-number-bg: #0D2818;
--theme-diff-removed-line-number-bg: #281A1A;
--theme-markdown-text: #FFF;
--theme-markdown-heading: #FFC799;
--theme-markdown-link: #FFC799;
--theme-markdown-link-text: #A0A0A0;
--theme-markdown-code: #A0A0A0;
--theme-markdown-block-quote: #FFF;
--theme-markdown-emph: #FFF;
--theme-markdown-strong: #FFF;
--theme-markdown-horizontal-rule: #65737E;
--theme-markdown-list-item: #FFF;
--theme-markdown-list-enumeration: #FFF;
--theme-markdown-image: #FFC799;
--theme-markdown-image-text: #A0A0A0;
--theme-markdown-code-block: #FFF;
--theme-syntax-comment: #8B8B8B94;
--theme-syntax-keyword: #A0A0A0;
--theme-syntax-function: #FFC799;
--theme-syntax-variable: #FFF;
--theme-syntax-string: #99FFE4;
--theme-syntax-number: #FFC799;
--theme-syntax-type: #FFC799;
--theme-syntax-operator: #A0A0A0;
--theme-syntax-punctuation: #FFF;
}
[data-theme="zenburn"][data-dark="false"] {
--theme-primary: #5F7F8F;
--theme-secondary: #8F5F8F;
--theme-accent: #5F8F8F;
--theme-error: #8F5F5F;
--theme-warning: #8F8F5F;
--theme-success: #5F8F5F;
--theme-info: #8F7F5F;
--theme-text: #3F3F3F;
--theme-text-muted: #6F6F6F;
--theme-background: #FFFFEF;
--theme-background-panel: #F5F5E5;
--theme-background-element: #EBEBDB;
--theme-border: #D0D0C0;
--theme-border-active: #5F7F8F;
--theme-border-subtle: #E0E0D0;
--theme-diff-added: #5F8F5F;
--theme-diff-removed: #8F5F5F;
--theme-diff-context: #6F6F6F;
--theme-diff-hunk-header: #5F8F8F;
--theme-diff-highlight-added: #5F8F5F;
--theme-diff-highlight-removed: #8F5F5F;
--theme-diff-added-bg: #EFFFEF;
--theme-diff-removed-bg: #FFEFEF;
--theme-diff-context-bg: #F5F5E5;
--theme-diff-line-number: #B0B0A0;
--theme-diff-added-line-number-bg: #EFFFEF;
--theme-diff-removed-line-number-bg: #FFEFEF;
--theme-markdown-text: #3F3F3F;
--theme-markdown-heading: #8F8F5F;
--theme-markdown-link: #5F7F8F;
--theme-markdown-link-text: #5F8F8F;
--theme-markdown-code: #5F8F5F;
--theme-markdown-block-quote: #6F6F6F;
--theme-markdown-emph: #8F8F5F;
--theme-markdown-strong: #8F7F5F;
--theme-markdown-horizontal-rule: #6F6F6F;
--theme-markdown-list-item: #5F7F8F;
--theme-markdown-list-enumeration: #5F8F8F;
--theme-markdown-image: #5F7F8F;
--theme-markdown-image-text: #5F8F8F;
--theme-markdown-code-block: #3F3F3F;
--theme-syntax-comment: #5F7F5F;
--theme-syntax-keyword: #8F8F5F;
--theme-syntax-function: #5F7F8F;
--theme-syntax-variable: #3F3F3F;
--theme-syntax-string: #8F5F5F;
--theme-syntax-number: #5F8F5F;
--theme-syntax-type: #5F8F8F;
--theme-syntax-operator: #8F8F5F;
--theme-syntax-punctuation: #3F3F3F;
}
[data-theme="zenburn"][data-dark="true"] {
--theme-primary: #8CD0D3;
--theme-secondary: #DC8CC3;
--theme-accent: #93E0E3;
--theme-error: #CC9393;
--theme-warning: #F0DFAF;
--theme-success: #7F9F7F;
--theme-info: #DFAF8F;
--theme-text: #DCDCCC;
--theme-text-muted: #9F9F9F;
--theme-background: #3F3F3F;
--theme-background-panel: #4F4F4F;
--theme-background-element: #5F5F5F;
--theme-border: #5F5F5F;
--theme-border-active: #8CD0D3;
--theme-border-subtle: #4F4F4F;
--theme-diff-added: #7F9F7F;
--theme-diff-removed: #CC9393;
--theme-diff-context: #9F9F9F;
--theme-diff-hunk-header: #93E0E3;
--theme-diff-highlight-added: #8FB28F;
--theme-diff-highlight-removed: #DCA3A3;
--theme-diff-added-bg: #4F5F4F;
--theme-diff-removed-bg: #5F4F4F;
--theme-diff-context-bg: #4F4F4F;
--theme-diff-line-number: #6F6F6F;
--theme-diff-added-line-number-bg: #4F5F4F;
--theme-diff-removed-line-number-bg: #5F4F4F;
--theme-markdown-text: #DCDCCC;
--theme-markdown-heading: #F0DFAF;
--theme-markdown-link: #8CD0D3;
--theme-markdown-link-text: #93E0E3;
--theme-markdown-code: #7F9F7F;
--theme-markdown-block-quote: #9F9F9F;
--theme-markdown-emph: #E0CF9F;
--theme-markdown-strong: #DFAF8F;
--theme-markdown-horizontal-rule: #9F9F9F;
--theme-markdown-list-item: #8CD0D3;
--theme-markdown-list-enumeration: #93E0E3;
--theme-markdown-image: #8CD0D3;
--theme-markdown-image-text: #93E0E3;
--theme-markdown-code-block: #DCDCCC;
--theme-syntax-comment: #7F9F7F;
--theme-syntax-keyword: #F0DFAF;
--theme-syntax-function: #8CD0D3;
--theme-syntax-variable: #DCDCCC;
--theme-syntax-string: #CC9393;
--theme-syntax-number: #8FB28F;
--theme-syntax-type: #93E0E3;
--theme-syntax-operator: #F0DFAF;
--theme-syntax-punctuation: #DCDCCC;
}