bug 514384 - [Dark Theme] Provide css styling for the table headers in
the dark theme

Change-Id: I2c971645acd7c73808a624b1081193f65b7fceff
Signed-off-by: Fabian Pfaff <fabian.pfaff@vogella.com>
diff --git a/bundles/org.eclipse.ui.themes/css/dark/e4-dark_globalstyle.css b/bundles/org.eclipse.ui.themes/css/dark/e4-dark_globalstyle.css
index 2f7015b..ad060d6 100644
--- a/bundles/org.eclipse.ui.themes/css/dark/e4-dark_globalstyle.css
+++ b/bundles/org.eclipse.ui.themes/css/dark/e4-dark_globalstyle.css
@@ -397,6 +397,11 @@
  	color: black;
 }
 
+Table {
+	swt-table-header-foreground-color: #CCC;
+	swt-table-header-background-color: #383D3F;
+}
+
 Twistie {
     color: #E8E4DF;
 }