|
| 1 | +/******************************************************************************* |
| 2 | + * Copyright (c) 2024 Zsombor Gegesy and others. |
| 3 | + * |
| 4 | + * This program and the accompanying materials |
| 5 | + * are made available under the terms of the Eclipse Public License 2.0 |
| 6 | + * which accompanies this distribution, and is available at |
| 7 | + * https://www.eclipse.org/legal/epl-2.0/ |
| 8 | + * |
| 9 | + * SPDX-License-Identifier: EPL-2.0 |
| 10 | + * |
| 11 | + * Contributors: |
| 12 | + * Zsombor Gegesy - initial API and implementation |
| 13 | + *******************************************************************************/ |
| 14 | + |
| 15 | +/* ############################## Debug preferences ############################## */ |
| 16 | + |
| 17 | +IEclipsePreferences#org-eclipse-ui-workbench:org-eclipse-jdt-debug-ui { |
| 18 | + preferences: |
| 19 | + 'org.eclipse.jdt.debug.ui.CustomFilteredStackFrameFgColor=252,226,186' |
| 20 | + 'org.eclipse.jdt.debug.ui.CustomFilteredStackFrameBgColor=53,53,53' |
| 21 | + 'org.eclipse.jdt.debug.ui.ProductionStackFrameFgColor=238,238,255' |
| 22 | + 'org.eclipse.jdt.debug.ui.ProductionStackFrameBgColor=53,53,53' |
| 23 | + 'org.eclipse.jdt.debug.ui.TestStackFrameFgColor=238,255,238' |
| 24 | + 'org.eclipse.jdt.debug.ui.TestStackFrameBgColor=53,53,53' |
| 25 | + 'org.eclipse.jdt.debug.ui.SyntheticStackFrameFgColor=101,101,65' |
| 26 | + 'org.eclipse.jdt.debug.ui.SyntheticStackFrameBgColor=53,53,53' |
| 27 | + 'org.eclipse.jdt.debug.ui.LibraryStackFrameFgColor=182,164,206' |
| 28 | + 'org.eclipse.jdt.debug.ui.LibraryStackFrameBgColor=53,53,53' |
| 29 | + 'org.eclipse.jdt.debug.ui.PlatformStackFrameFgColor=108,132,108' |
| 30 | + 'org.eclipse.jdt.debug.ui.PlatformStackFrameBgColor=53,53,53' |
| 31 | +} |
0 commit comments