-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
31 changes: 31 additions & 0 deletions
31
org.eclipse.jdt.debug.ui/css/e4-dark_jdi_debug_prefstyle.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
/******************************************************************************* | ||
* Copyright (c) 2024 Zsombor Gegesy and others. | ||
* | ||
* This program and the accompanying materials | ||
* are made available under the terms of the Eclipse Public License 2.0 | ||
* which accompanies this distribution, and is available at | ||
* https://www.eclipse.org/legal/epl-2.0/ | ||
* | ||
* SPDX-License-Identifier: EPL-2.0 | ||
* | ||
* Contributors: | ||
* Zsombor Gegesy - initial API and implementation | ||
*******************************************************************************/ | ||
|
||
/* ############################## Debug preferences ############################## */ | ||
|
||
IEclipsePreferences#org-eclipse-ui-workbench:org-eclipse-jdt-debug-ui { | ||
preferences: | ||
'org.eclipse.jdt.debug.ui.CustomFilteredStackFrameFgColor=252,226,186' | ||
'org.eclipse.jdt.debug.ui.CustomFilteredStackFrameBgColor=53,53,53' | ||
'org.eclipse.jdt.debug.ui.ProductionStackFrameFgColor=238,238,255' | ||
'org.eclipse.jdt.debug.ui.ProductionStackFrameBgColor=53,53,53' | ||
'org.eclipse.jdt.debug.ui.TestStackFrameFgColor=238,255,238' | ||
'org.eclipse.jdt.debug.ui.TestStackFrameBgColor=53,53,53' | ||
'org.eclipse.jdt.debug.ui.SyntheticStackFrameFgColor=101,101,65' | ||
'org.eclipse.jdt.debug.ui.SyntheticStackFrameBgColor=53,53,53' | ||
'org.eclipse.jdt.debug.ui.LibraryStackFrameFgColor=182,164,206' | ||
'org.eclipse.jdt.debug.ui.LibraryStackFrameBgColor=53,53,53' | ||
'org.eclipse.jdt.debug.ui.PlatformStackFrameFgColor=108,132,108' | ||
'org.eclipse.jdt.debug.ui.PlatformStackFrameBgColor=53,53,53' | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters