diff options
author | Jonas Kohl | 2024-11-08 09:35:25 +0100 |
---|---|---|
committer | Jonas Kohl | 2024-11-08 09:35:25 +0100 |
commit | 5e82199ed199ee0d520f125f8f1b092399b890c3 (patch) | |
tree | 2877b317f3811ccdf1b3e4526313379924536f87 /public/dist/eclipse.css | |
parent | 0aa6ceacde931b34738ee61953c1cebc874196de (diff) |
Move third-party frontend libraries to dist so they don't get included by Linguist
Diffstat (limited to 'public/dist/eclipse.css')
-rw-r--r-- | public/dist/eclipse.css | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/public/dist/eclipse.css b/public/dist/eclipse.css new file mode 100644 index 0000000..800d603 --- /dev/null +++ b/public/dist/eclipse.css @@ -0,0 +1,23 @@ +.cm-s-eclipse span.cm-meta { color: #FF1717; } +.cm-s-eclipse span.cm-keyword { line-height: 1em; font-weight: bold; color: #7F0055; } +.cm-s-eclipse span.cm-atom { color: #219; } +.cm-s-eclipse span.cm-number { color: #164; } +.cm-s-eclipse span.cm-def { color: #00f; } +.cm-s-eclipse span.cm-variable { color: black; } +.cm-s-eclipse span.cm-variable-2 { color: #0000C0; } +.cm-s-eclipse span.cm-variable-3, .cm-s-eclipse span.cm-type { color: #0000C0; } +.cm-s-eclipse span.cm-property { color: black; } +.cm-s-eclipse span.cm-operator { color: black; } +.cm-s-eclipse span.cm-comment { color: #3F7F5F; } +.cm-s-eclipse span.cm-string { color: #2A00FF; } +.cm-s-eclipse span.cm-string-2 { color: #f50; } +.cm-s-eclipse span.cm-qualifier { color: #555; } +.cm-s-eclipse span.cm-builtin { color: #30a; } +.cm-s-eclipse span.cm-bracket { color: #cc7; } +.cm-s-eclipse span.cm-tag { color: #170; } +.cm-s-eclipse span.cm-attribute { color: #00c; } +.cm-s-eclipse span.cm-link { color: #219; } +.cm-s-eclipse span.cm-error { color: #f00; } + +.cm-s-eclipse .CodeMirror-activeline-background { background: #e8f2ff; } +.cm-s-eclipse .CodeMirror-matchingbracket { outline:1px solid grey; color:black !important; } |