27 lines
669 B
CSS
Raw Normal View History

2026-05-31 13:21:13 +02:00
:root {
--cm-scheme: dark;
--cm-foreground: #d4cfbf;
--cm-background: #1e1e1e;
--cm-comment: #758575;
--cm-string: #d48372;
--cm-literal: #429988;
--cm-keyword: #4d9375;
--cm-boolean: #1c6b48;
--cm-number: #6394bf;
--cm-variable: #c2b36e;
--cm-function: #a1b567;
--cm-deleted: #a14f55;
--cm-class: #54b1bf;
--cm-builtin: #e0a569;
--cm-property: #dd8e6e;
--cm-namespace: #db889a;
--cm-punctuation: #858585;
--cm-decorator: #bd8f8f;
--cm-regex: #ab5e3f;
--cm-json-property: #6b8b9e;
--cm-line-number: #888888;
--cm-line-number-gutter: #eeeeee;
--cm-line-highlight-background: #444444;
--cm-selection-background: #444444;
}