From 132c606ea57cee1cf674610961ea18b0133c1b00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torbj=C3=B6rn=20Svensson?= Date: Thu, 31 Mar 2022 21:47:01 +0200 Subject: [PATCH] Bug 579876: Added dark theme colors for build console and editor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Editor supported dark theme except for inactive code blocks like #ifdef ... #endif Contributed by STMicroelectronics Change-Id: I192d76136946a6e4dceaba99a31eb42f7df4c584 Signed-off-by: Torbjörn Svensson --- core/org.eclipse.cdt.ui/META-INF/MANIFEST.MF | 2 +- core/org.eclipse.cdt.ui/css/e4-dark_cdt.css | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.ui/META-INF/MANIFEST.MF b/core/org.eclipse.cdt.ui/META-INF/MANIFEST.MF index 67ff23d6b23..d5c55bb0469 100644 --- a/core/org.eclipse.cdt.ui/META-INF/MANIFEST.MF +++ b/core/org.eclipse.cdt.ui/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.cdt.ui; singleton:=true -Bundle-Version: 7.3.200.qualifier +Bundle-Version: 7.3.201.qualifier Bundle-Activator: org.eclipse.cdt.ui.CUIPlugin Bundle-Vendor: %providerName Bundle-Localization: plugin diff --git a/core/org.eclipse.cdt.ui/css/e4-dark_cdt.css b/core/org.eclipse.cdt.ui/css/e4-dark_cdt.css index ef225ddadf5..16bf7be10c3 100644 --- a/core/org.eclipse.cdt.ui/css/e4-dark_cdt.css +++ b/core/org.eclipse.cdt.ui/css/e4-dark_cdt.css @@ -76,6 +76,15 @@ IEclipsePreferences#org-eclipse-cdt-ui:org-eclipse-cdt-ui { "semanticHighlighting.typedef.bold=true" "semanticHighlighting.typeParameter.color=191,164,164" "semanticHighlighting.typeParameter.enabled=true" + "buildConsoleInfoStreamColor=18,144,195" + "buildConsoleOutputStreamColor=200,200,200" + "buildConsoleErrorStreamColor=255,0,0" + "buildConsoleBackgroundColor=47,47,47" + "buildConsoleProblemBackgroundColor=130,6,12" + "buildConsoleProblemWarningBackgroundColor=150,88,11" + "buildConsoleProblemInfoBackgroundColor=48,64,254" + "buildConsoleProblemHighlightedColor=255,0,0" + "inactiveCodeColor=30,30,30" }