forked from hpcc-systems/Visualization
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathECLEditor.css
More file actions
50 lines (39 loc) · 1001 Bytes
/
ECLEditor.css
File metadata and controls
50 lines (39 loc) · 1001 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
.codemirror_ECLEditor .cm-s-default span.cm-comment {
color: #008000;
}
.codemirror_ECLEditor .cm-s-default span.cm-keyword {
color: #0000ff;
}
.codemirror_ECLEditor .cm-s-default span.cm-variable {
font-weight: bold;
color: #000080;
}
.codemirror_ECLEditor .cm-s-default span.cm-variable-2 {
color: #800000;
}
.codemirror_ECLEditor .cm-s-default span.cm-variable-3 {
color: #800000;
}
.codemirror_ECLEditor .cm-s-default span.cm-builtin {
color: #800080;
}
.codemirror_ECLEditor .cm-s-default span.cm-string {
color: #808080;
}
.codemirror_ECLEditor .cm-s-default span.cm-number,
.cm-s-default span.cm-atom {
color: #000000;
}
.codemirror_ECLEditor .cm-s-default span.cm-meta {
color: #004080;
}
.codemirror_ECLEditor .ErrorLine {
background: #cc0000 !important;
color: white !important;
}
.codemirror_ECLEditor .WarningLine {
background: #ffff99 !important;
}
.codemirror_ECLEditor .highlightline {
background: #e8f2ff !important;
}