Skip to main content
summaryrefslogtreecommitdiffstats
blob: 53c14692f733f0b319d6e7b6e44b791188fdb83c (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
.styled-text-area .swift.swift_default {
	-styled-text-color: -source-editor-code;
}

.styled-text-area .swift.swift_operator {
	-styled-text-color: -source-editor-operator;
}

.styled-text-area .swift.swift_keyword {
	-styled-text-color: -source-editor-keyword;
	-fx-font-weight: bold;
}

.styled-text-area .swift.swift_builtin_type {
	-styled-text-color: -source-editor-buitin-type;
}

.styled-text-area .swift.swift_doc_default {
	-styled-text-color: -source-editor-doc;
}

.styled-text-area .swift.swift_string {
	-styled-text-color: -source-editor-string;
}

.styled-text-area .swift.swift_number {
	-styled-text-color: -source-editor-number;
}

.styled-text-area .swift.swift_annotation {
	-styled-text-color: -source-editor-annotation;
	-fx-font-weight: bold;
}

Back to the top