#file-preview-panel{--preview-code-bg:#181a1d;--preview-code-fg:#e2e6ec;--preview-code-gutter:#929aa6;--preview-code-line:#262a31;--preview-selection:#334b68;--preview-comment:#9aa5b4;--preview-string:#aed4a1;--preview-keyword:#c9b1ef;--preview-number:#edc28b;--preview-constant:#8fd1d7;--preview-tag:#efb0a8;--preview-property:#bdd5f5;--preview-punctuation:#b3becb}html[data-theme=light] #file-preview-panel{--preview-code-bg:#f5f6f8;--preview-code-fg:#283240;--preview-code-gutter:#657080;--preview-code-line:#e8edf3;--preview-selection:#cbdff5;--preview-comment:#596778;--preview-string:#28613c;--preview-keyword:#694394;--preview-number:#88501d;--preview-constant:#145a68;--preview-tag:#913e35;--preview-property:#275b91;--preview-punctuation:#566374}html body #file-preview-panel .file-preview-content:has(>.g81-code-view),html body #file-preview-panel .g81-code-view,html body #file-preview-panel .file-preview-source{background:var(--preview-code-bg)!important;color:var(--preview-code-fg)!important}html body #file-preview-panel .g81-code-view{font:13px/1.75 var(--font-mono)!important;overflow:auto!important;tab-size:2;padding:18px 0 40px!important}#file-preview-panel .g81-code-lines{min-width:max-content}#file-preview-panel .g81-code-line{grid-template-columns:54px minmax(0,1fr);min-height:23px}#file-preview-panel .g81-code-line:hover{background:var(--preview-code-line)}html body #file-preview-panel .g81-code-line>span{color:var(--preview-code-gutter)!important;border-right:1px solid var(--preview-code-line);margin-right:14px;font-variant-numeric:tabular-nums}html body #file-preview-panel .g81-code-line>code{font:inherit!important;color:var(--preview-code-fg);background:transparent!important;padding-right:30px}#file-preview-panel .g81-code-view ::selection{background:var(--preview-selection);color:var(--preview-code-fg)}html body #file-preview-panel .tok-comment{color:var(--preview-comment)!important;font-style:normal}html body #file-preview-panel .tok-string{color:var(--preview-string)!important}html body #file-preview-panel .tok-keyword,html body #file-preview-panel .tok-key{color:var(--preview-keyword)!important;font-weight:600}html body #file-preview-panel .tok-number{color:var(--preview-number)!important}html body #file-preview-panel .tok-constant,html body #file-preview-panel .tok-operator{color:var(--preview-constant)!important}html body #file-preview-panel .tok-tag{color:var(--preview-tag)!important}html body #file-preview-panel .tok-property,html body #file-preview-panel .tok-attr{color:var(--preview-property)!important}html body #file-preview-panel .tok-punctuation{color:var(--preview-punctuation)!important}
