-
Notifications
You must be signed in to change notification settings - Fork 158
Expand file tree
/
Copy pathe4-dark_debug_prefstyle.css
More file actions
61 lines (55 loc) · 2.09 KB
/
e4-dark_debug_prefstyle.css
File metadata and controls
61 lines (55 loc) · 2.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
/*******************************************************************************
* Copyright (c) 2014 Andrea Guarinoni 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:
* Andrea Guarinoni - initial API and implementation
*******************************************************************************/
/* ############################## Debug preferences ############################## */
IEclipsePreferences#org-eclipse-debug-ui {
preferences:
'org.eclipse.debug.ui.MemoryHistoryKnownColor=235,235,235'
'org.eclipse.debug.ui.MemoryHistoryUnknownColor=170,175,185'
'org.eclipse.debug.ui.PREF_CHANGED_VALUE_BACKGROUND=150,80,115'
'org.eclipse.debug.ui.changedDebugElement=255,128,128'
'org.eclipse.debug.ui.consoleBackground=53,53,53'
'org.eclipse.debug.ui.errorColor=225,30,70'
'org.eclipse.debug.ui.inColor=140,175,210'
'org.eclipse.debug.ui.outColor=235,235,235'
}
.View #DebugBreadcrumbComposite
.View #DebugBreadcrumbComposite > Composite,
.View #DebugBreadcrumbItemComposite,
.View #DebugBreadcrumbItemDetailComposite,
.View #DebugBreadcrumbItemDetailTextComposite,
.View #DebugBreadcrumbItemDetailImageComposite,
.View #DebugBreadcrumbItemDetailTextLabel,
.View #DebugBreadcrumbItemDetailImageLabel,
.View #DebugBreadcrumbItemDropDownToolBar
{
background-color:#2F2F2F;
color: white;
}
.Editor #DebugBreadcrumbComposite
.Editor #DebugBreadcrumbComposite > Composite,
.Editor #DebugBreadcrumbItemComposite,
.Editor #DebugBreadcrumbItemDetailComposite,
.Editor #DebugBreadcrumbItemDetailTextComposite,
.Editor #DebugBreadcrumbItemDetailImageComposite,
.Editor #DebugBreadcrumbItemDetailTextLabel,
.Editor #DebugBreadcrumbItemDetailImageLabel,
.Editor #DebugBreadcrumbItemDropDownToolBar
{
background-color:#1E1F22;
color: white;
}
#VariablesViewer {
font-family: '#org-eclipse-debug-ui-VariableTextFont';
background-color: #2F2F2F;
}