Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/code/org.eclipse.fx.code.editor.fx.themes/css/dark-highlight.css')
-rw-r--r--bundles/code/org.eclipse.fx.code.editor.fx.themes/css/dark-highlight.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/bundles/code/org.eclipse.fx.code.editor.fx.themes/css/dark-highlight.css b/bundles/code/org.eclipse.fx.code.editor.fx.themes/css/dark-highlight.css
index 4e0fc4837..ee546bdbf 100644
--- a/bundles/code/org.eclipse.fx.code.editor.fx.themes/css/dark-highlight.css
+++ b/bundles/code/org.eclipse.fx.code.editor.fx.themes/css/dark-highlight.css
@@ -2,6 +2,11 @@
-type-info-color: lightgray;
}
+.styled-text-area .dart.quick_link {
+ -styled-text-color: lightblue !important;
+ -efx-decoration: "underline";
+}
+
.styled-text-area .list-view {
-source-editor-code: #b8c4d1;
-source-editor-operator: #b8c4d1;

Back to the top