Skip to content

Commit 530f416

Browse files
committed
[Dark Theme] Fix for bg color of bread crumb in editor
As we changed the background color of editor to more darker shade, background of breadcrumbs were still using the older color code. This has been changed to same color code as editor's.
1 parent 77f5098 commit 530f416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

org.eclipse.jdt.ui/css/e4-dark_jdt_syntaxhighlighting.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,6 @@ FormatterPreferenceSectionComposite {
136136
* the background with the lighter color used for the background
137137
* of toolbars and make the foreground color brighter too.
138138
*/
139-
background-color:#515658;
139+
background-color:#1E1F22;
140140
color: white;
141141
}

0 commit comments

Comments
 (0)