1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 14:12:10 +02:00

Bugzilla 467985: [CSS] [Dark] Regression: Terminal doesn't invert colors

when switching to Dark Theme
This commit is contained in:
Uwe Stieber 2015-05-22 12:29:30 +02:00
parent f99767b377
commit cc659e79a0

View file

@ -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 * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
@ -9,7 +9,7 @@
* Lars Vogel <Lars.Vogel@gmail.com> - initial API and implementation * Lars Vogel <Lars.Vogel@gmail.com> - initial API and implementation
******************************************************************************/ ******************************************************************************/
IEclipsePreferences#org-eclipse-tm-terminal { IEclipsePreferences#org-eclipse-tm-terminal-control {
preferences: preferences:
"TerminalPrefInvertColors=true" "TerminalPrefInvertColors=true"
} }