From cc659e79a079f83e83a8566593323f16934f1887 Mon Sep 17 00:00:00 2001 From: Uwe Stieber Date: Fri, 22 May 2015 12:29:30 +0200 Subject: [PATCH] Bugzilla 467985: [CSS] [Dark] Regression: Terminal doesn't invert colors when switching to Dark Theme --- .../css/org.eclipse.tm.terminal.stylesheet.dark.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/org.eclipse.tm.terminal.control/css/org.eclipse.tm.terminal.stylesheet.dark.css b/plugins/org.eclipse.tm.terminal.control/css/org.eclipse.tm.terminal.stylesheet.dark.css index 8e7cba8c5b2..ab89d9e1313 100644 --- a/plugins/org.eclipse.tm.terminal.control/css/org.eclipse.tm.terminal.stylesheet.dark.css +++ b/plugins/org.eclipse.tm.terminal.control/css/org.eclipse.tm.terminal.stylesheet.dark.css @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2014 vogella GmbH and others. + * Copyright (c) 2014, 2015 vogella GmbH and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -9,7 +9,7 @@ * Lars Vogel - initial API and implementation ******************************************************************************/ -IEclipsePreferences#org-eclipse-tm-terminal { +IEclipsePreferences#org-eclipse-tm-terminal-control { preferences: "TerminalPrefInvertColors=true" }