aboutsummaryrefslogtreecommitdiffstats
path: root/language-web/src/main/css/index.scss
blob: 62109a2f51d216655fe2c9d813f7ad80de07933b (plain) (blame)
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
@import 'codemirror/lib/codemirror';
@import 'codemirror/addon/hint/show-hint';

@import 'xtext/xtext-codemirror';

.problem-class {
	color: #005032;
}

.problem-abstract {
	color: #8b8816;
}

.problem-enum {
	color: #644632;
}

.problem-reference {
	color: #0000c0;
}

.problem-containment {
	font-weight: bold;
}

.CodeMirror .cm-quoted-name, .problem-enum-node {
	color: #1a1a1a !important;
	font-weight: bold;
}

.problem-new-node {
	font-style: italic;
}

.problem-variable {
	color: #6a3e3e;
}

.problem-singleton-variable {
	color: #a1706f;
}