Skip to content

Commit 45f01ea

Browse files
mvm-sapjukzi
authored andcommitted
[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 cae21d0 commit 45f01ea

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)