Skip to main content
summaryrefslogtreecommitdiffstats
blob: f4b1b2334b38e7f9d9e2b02abcf24edd75052707 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.styled-text-area .lua.lua_default {
	-styled-text-color: -source-editor-code;
}

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

.styled-text-area .lua.lua_doc_default {
	-styled-text-color: -source-editor-doc;
}

.styled-text-area .lua.lua_string {
	-styled-text-color: -source-editor-string;
}

Back to the top