Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.compare/plugin.xml')
-rw-r--r--bundles/org.eclipse.compare/plugin.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/bundles/org.eclipse.compare/plugin.xml b/bundles/org.eclipse.compare/plugin.xml
index 71b7fde5b..cb027b7ff 100644
--- a/bundles/org.eclipse.compare/plugin.xml
+++ b/bundles/org.eclipse.compare/plugin.xml
@@ -76,6 +76,33 @@
%compareFontDefiniton.description
</description>
</fontDefinition>
+ <colorDefinition
+ categoryId="org.eclipse.compare.contentmergeviewer.TextMergeViewer"
+ id="DELETION_COLOR"
+ label="%compareDeletionColor.label"
+ value="COLOR_RED">
+ <description>
+ %compareDeletionColor.description
+ </description>
+ </colorDefinition>
+ <colorDefinition
+ categoryId="org.eclipse.compare.contentmergeviewer.TextMergeViewer"
+ id="EDITION_COLOR"
+ label="%compareEditionColor.label"
+ value="COLOR_BLACK">
+ <description>
+ %compareEditionColor.description
+ </description>
+ </colorDefinition>
+ <colorDefinition
+ categoryId="org.eclipse.compare.contentmergeviewer.TextMergeViewer"
+ id="ADDITION_COLOR"
+ label="%compareAdditionColor.label"
+ value="COLOR_DARK_GREEN">
+ <description>
+ %compareAdditionColor.description
+ </description>
+ </colorDefinition>
</extension>
<extension

Back to the top