Skip to content

Commit e1eb85e

Browse files
committed
Add dark style
1 parent 5f68655 commit e1eb85e

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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+
}

org.eclipse.jdt.debug.ui/plugin.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4064,4 +4064,9 @@ M4 = Platform-specific fourth key
40644064
</variable>
40654065
</extension>
40664066

4067+
<extension point="org.eclipse.e4.ui.css.swt.theme">
4068+
<stylesheet uri="css/e4-dark_jdi_debug_prefstyle.css">
4069+
<themeid refid="org.eclipse.e4.ui.css.theme.e4_dark"></themeid>
4070+
</stylesheet>
4071+
</extension>
40674072
</plugin>

0 commit comments

Comments
 (0)