Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.egit.ui/plugin.properties')
-rw-r--r--org.eclipse.egit.ui/plugin.properties12
1 files changed, 12 insertions, 0 deletions
diff --git a/org.eclipse.egit.ui/plugin.properties b/org.eclipse.egit.ui/plugin.properties
index abe97fc80a..17e409f554 100644
--- a/org.eclipse.egit.ui/plugin.properties
+++ b/org.eclipse.egit.ui/plugin.properties
@@ -71,6 +71,18 @@ Theme_UncommittedChangeBackgroundColor_label=Uncommitted Change (Background)
Theme_UncommittedChangeBackgroundColor_description=This color is used for the background color for resources that have outgoing changes.
Theme_UncommittedChangeFont_label=Uncommitted Change Font
Theme_UncommittedChangeFont_description=The font used to display outgoing changes.
+Theme_DiffHunkBackgroundColor_label=Diff Hunk (Background)
+Theme_DiffHunkBackgroundColor_description=This color is used for the background color for diff hunks displayed in the commit viewer.
+Theme_DiffHunkForegroundColor_label=Diff Hunk (Foreground)
+Theme_DiffHunkForegroundColor_description=This color is used for the foreground color for diff hunks displayed in the commit viewer.
+Theme_DiffAddBackgroundColor_label=Diff Added (Background)
+Theme_DiffAddBackgroundColor_description=This color is used for the background color for added diff lines displayed in the commit viewer.
+Theme_DiffAddForegroundColor_label=Diff Added (Foreground)
+Theme_DiffAddForegroundColor_description=This color is used for the foreground color for added diff lines displayed in the commit viewer.
+Theme_DiffRemoveBackgroundColor_label=Diff Removed (Background)
+Theme_DiffRemoveBackgroundColor_description=This color is used for the background color for removed diff lines displayed in the commit viewer.
+Theme_DiffRemoveForegroundColor_label=Diff Removed (Foreground)
+Theme_DiffRemoveForegroundColor_description=This color is used for the foreground color for removed diff lines displayed in the commit viewer.
GitPreferences_name=Git
GitPreferences_WindowCachePreferencePage_name=Window Cache

Back to the top