Skip to content

Commit 8eed38e

Browse files
mvm-sapBeckerWdf
authored andcommitted
[Dark Theme]Fix for background color of bread crumbs in Debug view
1 parent 47197fc commit 8eed38e

File tree

1 file changed

+25
-17
lines changed

1 file changed

+25
-17
lines changed

debug/org.eclipse.debug.ui/css/e4-dark_debug_prefstyle.css

Lines changed: 25 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -26,24 +26,32 @@ IEclipsePreferences#org-eclipse-debug-ui {
2626
'org.eclipse.debug.ui.outColor=235,235,235'
2727
}
2828

29-
#DebugBreadcrumbComposite
30-
#DebugBreadcrumbComposite > Composite,
31-
#DebugBreadcrumbItemComposite,
32-
#DebugBreadcrumbItemDetailComposite,
33-
#DebugBreadcrumbItemDetailTextComposite,
34-
#DebugBreadcrumbItemDetailImageComposite,
35-
#DebugBreadcrumbItemDetailTextLabel,
36-
#DebugBreadcrumbItemDetailImageLabel,
37-
#DebugBreadcrumbItemDropDownToolBar
29+
.View #DebugBreadcrumbComposite
30+
.View #DebugBreadcrumbComposite > Composite,
31+
.View #DebugBreadcrumbItemComposite,
32+
.View #DebugBreadcrumbItemDetailComposite,
33+
.View #DebugBreadcrumbItemDetailTextComposite,
34+
.View #DebugBreadcrumbItemDetailImageComposite,
35+
.View #DebugBreadcrumbItemDetailTextLabel,
36+
.View #DebugBreadcrumbItemDetailImageLabel,
37+
.View #DebugBreadcrumbItemDropDownToolBar
3838
{
39-
/*
40-
* Bug 465666
41-
*
42-
* Note: as we can't change the arrow to black, we configure
43-
* the background with the lighter color used for the background
44-
* of toolbars and make the foreground color brighter too.
45-
*/
46-
background-color:#515658;
39+
background-color:#2F2F2F;
40+
color: white;
41+
}
42+
43+
.Editor #DebugBreadcrumbComposite
44+
.Editor #DebugBreadcrumbComposite > Composite,
45+
.Editor #DebugBreadcrumbItemComposite,
46+
.Editor #DebugBreadcrumbItemDetailComposite,
47+
.Editor #DebugBreadcrumbItemDetailTextComposite,
48+
.Editor #DebugBreadcrumbItemDetailImageComposite,
49+
.Editor #DebugBreadcrumbItemDetailTextLabel,
50+
.Editor #DebugBreadcrumbItemDetailImageLabel,
51+
.Editor #DebugBreadcrumbItemDropDownToolBar
52+
{
53+
54+
background-color:#1E1F22;
4755
color: white;
4856
}
4957

0 commit comments

Comments
 (0)