Bug 534004: Make AbstractTextEditor background match other views.

Change-Id: I3e91b0b0c79eeae33eac927d81324c2fc6ee4ccc
Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
diff --git a/bundles/org.eclipse.ui.themes/css/dark/e4-dark_preferencestyle.css b/bundles/org.eclipse.ui.themes/css/dark/e4-dark_preferencestyle.css
index 90faaff..ab19a78 100644
--- a/bundles/org.eclipse.ui.themes/css/dark/e4-dark_preferencestyle.css
+++ b/bundles/org.eclipse.ui.themes/css/dark/e4-dark_preferencestyle.css
@@ -19,7 +19,7 @@
 		'AbstractTextEditor.Color.Background.SystemDefault=false'
 		'AbstractTextEditor.Color.SelectionForeground.SystemDefault=false'
 		'AbstractTextEditor.Color.SelectionBackground.SystemDefault=false'
-		'AbstractTextEditor.Color.Background=41,41,41'
+		'AbstractTextEditor.Color.Background=47,47,47'
 		'AbstractTextEditor.Color.Foreground.SystemDefault=false'
 		'AbstractTextEditor.Color.SelectionBackground=33,66,131'
 		'AbstractTextEditor.Color.SelectionForeground=147,161,161'
@@ -28,7 +28,7 @@
 		'asOccurencesIndicationColor=72,72,72'
 		'breakpointIndicationColor=51,119,193'
 		'currentIPColor=90,90,90'
-		'currentLineColor=50,50,50'
+		'currentLineColor=55,55,55'
 		'deletionIndicationColor=224,226,228'
 		'filteredSearchResultIndicationColor=27,98,145'
 		'hyperlinkColor=102,175,249'