Skip to content

Commit

Permalink
Add dark style
Browse files Browse the repository at this point in the history
  • Loading branch information
gzsombor committed Dec 11, 2024
1 parent 86af524 commit cf64413
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
31 changes: 31 additions & 0 deletions org.eclipse.jdt.debug.ui/css/e4-dark_jdi_debug_prefstyle.css
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'
}
5 changes: 5 additions & 0 deletions org.eclipse.jdt.debug.ui/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4024,4 +4024,9 @@ M4 = Platform-specific fourth key
</enabledWhen>
</handler>
</extension>
<extension point="org.eclipse.e4.ui.css.swt.theme">
<stylesheet uri="css/e4-dark_jdi_debug_prefstyle.css">
<themeid refid="org.eclipse.e4.ui.css.theme.e4_dark"></themeid>
</stylesheet>
</extension>
</plugin>

0 comments on commit cf64413

Please sign in to comment.