Skip to main content
summaryrefslogtreecommitdiffstats
blob: 82f8f411228b0dbb3f857d3d0aa51a59348e27dd (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
.styled-text-area .ceylon.ceylon_default {
	-styled-text-color: -source-editor-code;
}

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

.styled-text-area .ceylon.ceylon_doc_default {
	-styled-text-color: -source-editor-doc;
}

.styled-text-area .ceylon.ceylon_string {
	-styled-text-color: -source-editor-string;
}

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

.styled-text-area .ceylon.ceylon_api_doc_default {
	-styled-text-color: -source-editor-api-doc;
}

Back to the top