Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/compensator/org.eclipse.fx.code.compensator.editor.java/css/dark-highlight.css')
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.editor.java/css/dark-highlight.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.editor.java/css/dark-highlight.css b/experimental/compensator/org.eclipse.fx.code.compensator.editor.java/css/dark-highlight.css
index 5275249a8..b5835da85 100644
--- a/experimental/compensator/org.eclipse.fx.code.compensator.editor.java/css/dark-highlight.css
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.editor.java/css/dark-highlight.css
@@ -12,6 +12,7 @@
.java.styled-text-area .java_annotation {
-styled-text-color: rgb(200, 200, 200);
+ -fx-font-weight: bold;
}
.java.styled-text-area .java_keyword {
@@ -56,4 +57,8 @@
.java.styled-text-area .java_doc_tag {
-fx-fill: #74a567;
-fx-font-weight: bold;
+}
+
+.java.styled-text-area .java_number {
+ -styled-text-color: #7c986c;
} \ No newline at end of file

Back to the top