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:
parent
f99767b377
commit
cc659e79a0
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue