Bug 575280: [NiConsole] Add default colors for dark theme

Change-Id: Idb7ecb3a24b8dd9bd2f835ff03da088727534a21
diff --git a/ltk/org.eclipse.statet.ltk.ui/css/e4_dark.css b/ltk/org.eclipse.statet.ltk.ui/css/e4_dark.css
index 716ac12..b2eb502 100644
--- a/ltk/org.eclipse.statet.ltk.ui/css/e4_dark.css
+++ b/ltk/org.eclipse.statet.ltk.ui/css/e4_dark.css
@@ -15,6 +15,14 @@
 
 IEclipsePreferences#org-eclipse-ui-workbench:org-eclipse-statet-ltk {
 	preferences:
-		'org.eclipse.statet.workbench.themes.DocViewBackgroundColor=52,57,61'
-		'org.eclipse.statet.workbench.themes.DocViewColor=238,238,238'
+		'org.eclipse.statet.workbench.themes.DocViewBackgroundColor=50,55,60'
+		'org.eclipse.statet.workbench.themes.DocViewColor=235,235,235'
+		
+		'org.eclipse.statet.workbench.themes.ConsoleInfoColor=90,135,225'
+		'org.eclipse.statet.workbench.themes.ConsoleInputColor=30,160,95'
+		'org.eclipse.statet.workbench.themes.ConsoleOutputColor=205,205,205'
+		'org.eclipse.statet.workbench.themes.ConsoleOutputColor=230,230,230'
+		'org.eclipse.statet.workbench.themes.ConsoleErrorColor=215,30,30'
+		'org.eclipse.statet.workbench.themes.Console2ndOutputColor=125,125,135'
+	
 }
diff --git a/ltk/org.eclipse.statet.ltk.ui/plugin.xml b/ltk/org.eclipse.statet.ltk.ui/plugin.xml
index 031dfba..3736c9d 100644
--- a/ltk/org.eclipse.statet.ltk.ui/plugin.xml
+++ b/ltk/org.eclipse.statet.ltk.ui/plugin.xml
@@ -836,7 +836,7 @@
             id="org.eclipse.statet.workbench.themes.DocViewBackgroundColor"
             categoryId="org.eclipse.statet.workbench.themes.ElementCategory"
             label="%themes_DocViewBackgroundColor_label"
-            value="253,253,252">
+            value="253,253,248">
          <description>
             Background color used when displaying documentation (e.g. R Help)
          </description>
@@ -999,32 +999,27 @@
             id="org.eclipse.statet.workbench.themes.ConsoleInfoColor"
             isEditable="false"
             label=""
-            value="31,79,175">
-      </colorDefinition>
+            value="30,75,180"/>
       <colorDefinition
             id="org.eclipse.statet.workbench.themes.ConsoleInputColor"
             isEditable="false"
             label=""
-            value="31,159,95">
-      </colorDefinition>
+            value="30,160,95"/>
       <colorDefinition
             id="org.eclipse.statet.workbench.themes.ConsoleOutputColor"
             isEditable="false"
             label=""
-            value="0,0,0">
-      </colorDefinition>
+            value="0,0,0"/>
       <colorDefinition
             id="org.eclipse.statet.workbench.themes.ConsoleErrorColor"
             isEditable="false"
             label=""
-            value="255,0,8">
-      </colorDefinition>
+            value="255,5,5"/>
       <colorDefinition
             id="org.eclipse.statet.workbench.themes.Console2ndOutputColor"
             isEditable="false"
             label=""
-            value="127,127,135">
-      </colorDefinition>
+            value="125,125,135"/>
       
       <colorDefinition
             id="org.eclipse.statet.workbench.themes.MatchingBracketColor"