@@ -26,24 +26,32 @@ IEclipsePreferences#org-eclipse-debug-ui {
26
26
'org.eclipse.debug.ui.outColor=235,235,235'
27
27
}
28
28
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
38
38
{
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 ;
47
55
color : white;
48
56
}
49
57
0 commit comments