From dd5309e1ffe154c20976880c6c9470dfbdce46bb Mon Sep 17 00:00:00 2001 From: Kaloyan Raev Date: Wed, 1 Mar 2017 16:33:12 +0200 Subject: Bug 512887 - Invert Terminal colors in PHP package Change-Id: Iab246ea8a6eceb7a59189c8e35112664308b4535 Signed-off-by: Kaloyan Raev --- packages/org.eclipse.epp.package.php/plugin_customization.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/org.eclipse.epp.package.php/plugin_customization.ini b/packages/org.eclipse.epp.package.php/plugin_customization.ini index 46831f7b..9c9c74f5 100644 --- a/packages/org.eclipse.epp.package.php/plugin_customization.ini +++ b/packages/org.eclipse.epp.package.php/plugin_customization.ini @@ -65,3 +65,6 @@ org.eclipse.oomph.setup.ui/enable.preference.recorder=false # Ensure that the Lucene indexer is the active one if multiple indexers are available org.eclipse.dltk.core/org.eclipse.dltk.core.indexer.id=org.eclipse.dltk.core.index.lucene.indexer + +# Invert colors in terminal, i.e. black background +org.eclipse.tm.terminal.control/TerminalPrefInvertColors=true -- cgit v1.2.3