mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-03 23:34:01 +01:00
Global variables removed from JS file Plugins system evolved, now including setInterval Seperate CodeMirror instances per tab backupOpenFiles plugin created Minor fixes & improvements
32 lines
1.5 KiB
CSS
32 lines
1.5 KiB
CSS
html, body {margin: 0px}
|
|
|
|
.cm-s-icecoder {font-size: 12px; color: #888; background: #fcfcfc}
|
|
.cm-s-icecoder span.cm-keyword {color: #a0a;font-weight:bold}
|
|
.cm-s-icecoder span.cm-atom {color: #219;}
|
|
.cm-s-icecoder span.cm-number {color: #0a0;}
|
|
.cm-s-icecoder span.cm-def {color: #00f;}
|
|
.cm-s-icecoder span.cm-variable {color: #a0a;}
|
|
.cm-s-icecoder span.cm-variable-2 {color: #a0a;}
|
|
.cm-s-icecoder span.cm-variable-3 {color: #0a0;}
|
|
.cm-s-icecoder span.cm-property {color: #0a0;}
|
|
.cm-s-icecoder span.cm-operator {color: #0a0;}
|
|
.cm-s-icecoder span.cm-comment {color: #bbb;}
|
|
.cm-s-icecoder span.cm-string {color: #00c;}
|
|
.cm-s-icecoder span.cm-string-2 {color: #f50;}
|
|
.cm-s-icecoder span.cm-meta {color: #555;}
|
|
.cm-s-icecoder span.cm-error {color: #f00;}
|
|
.cm-s-icecoder span.cm-qualifier {color: #555;}
|
|
.cm-s-icecoder span.cm-builtin {color: #30a;}
|
|
.cm-s-icecoder span.cm-bracket {color: #cc7;}
|
|
.cm-s-icecoder span.cm-tag {color: #c00;}
|
|
.cm-s-icecoder span.cm-attribute {color: #333;}
|
|
.cm-s-icecoder span.cm-header {color: #a0a;}
|
|
.cm-s-icecoder span.cm-quote {color: #090;}
|
|
.cm-s-icecoder span.cm-hr {color: #999;}
|
|
.cm-s-icecoder span.cm-link {color: #00c;}
|
|
|
|
.cm-s-icecoder span.CodeMirror-selected {background: #ffff00 !important; color: #000 !important}
|
|
.cm-s-icecoder .CodeMirror-gutter {background: #333; border-right: 1px solid #e8e8e8;}
|
|
.cm-s-icecoder .CodeMirror-gutter-text {color: #999; width: 35px}
|
|
.cm-s-icecoder .CodeMirror-cursor {border-left: 1px solid black !important;}
|
|
.cm-s-icecoder .CodeMirror-matchingbracket{border: 1px solid grey; color: black !important;} |