From 1b8c8592a91c69d7dc198463307f1901171e64ef Mon Sep 17 00:00:00 2001 From: Uwe Stieber Date: Wed, 2 Jul 2014 08:03:21 +0200 Subject: [PATCH] Fix Bug 435360 - [TERMINALS] [CSS] [Dark] Terminal view should integrate well into the Eclipse dark theme --- .../css/org.eclipse.tm.terminal.stylesheet.dark.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminal/plugins/org.eclipse.tm.terminal/css/org.eclipse.tm.terminal.stylesheet.dark.css b/terminal/plugins/org.eclipse.tm.terminal/css/org.eclipse.tm.terminal.stylesheet.dark.css index cd50b799e79..8e7cba8c5b2 100644 --- a/terminal/plugins/org.eclipse.tm.terminal/css/org.eclipse.tm.terminal.stylesheet.dark.css +++ b/terminal/plugins/org.eclipse.tm.terminal/css/org.eclipse.tm.terminal.stylesheet.dark.css @@ -9,7 +9,7 @@ * Lars Vogel - initial API and implementation ******************************************************************************/ -IEclipsePreferences { +IEclipsePreferences#org-eclipse-tm-terminal { preferences: "TerminalPrefInvertColors=true" }