Bug 552818 - [Dark theme] Move ScriptDisplayView from platform
dark theme

This rule is a bit different than the old platform one, it uses inherit
to adapt to the platform color.

Needs testing before applying.

Change-Id: I602f7384c23f16860e76015f39977ad6c8aab265
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
diff --git a/core/plugins/org.eclipse.dltk.ui/css/e4-dark.css b/core/plugins/org.eclipse.dltk.ui/css/e4-dark.css
index f2dfe3f..1805faf 100644
--- a/core/plugins/org.eclipse.dltk.ui/css/e4-dark.css
+++ b/core/plugins/org.eclipse.dltk.ui/css/e4-dark.css
@@ -2,4 +2,9 @@
 	preferences:
 		'org.eclipse.dltk.ui.documentation.backgroundColor=52,57,61'
 		'org.eclipse.dltk.ui.documentation.foregroundColor=238,238,238'
+}
+
+#org-eclipse-dltk-debug-ui-ScriptDisplayView SashForm > * {
+    background-color: inherit;
+    color: #CCCCCC;
 }
\ No newline at end of file