@@ -26,15 +26,15 @@ 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{
3939 /*
4040 * Bug 465666
@@ -43,7 +43,28 @@ IEclipsePreferences#org-eclipse-debug-ui {
4343 * the background with the lighter color used for the background
4444 * of toolbars and make the foreground color brighter too.
4545 */
46- background-color : # 515658 ;
46+ background-color : # 2F2F2F ;
47+ color : white;
48+ }
49+
50+ .Editor # DebugBreadcrumbComposite
51+ .Editor # DebugBreadcrumbComposite > Composite ,
52+ .Editor # DebugBreadcrumbItemComposite ,
53+ .Editor # DebugBreadcrumbItemDetailComposite ,
54+ .Editor # DebugBreadcrumbItemDetailTextComposite ,
55+ .Editor # DebugBreadcrumbItemDetailImageComposite ,
56+ .Editor # DebugBreadcrumbItemDetailTextLabel ,
57+ .Editor # DebugBreadcrumbItemDetailImageLabel ,
58+ .Editor # DebugBreadcrumbItemDropDownToolBar
59+ {
60+ /*
61+ * Bug 465666
62+ *
63+ * Note: as we can't change the arrow to black, we configure
64+ * the background with the lighter color used for the background
65+ * of toolbars and make the foreground color brighter too.
66+ */
67+ background-color : # 1E1F22 ;
4768 color : white;
4869}
4970
0 commit comments