Skip to content

Commit

Permalink
[Dark Theme]Fix for inconsistent Git Staging view bg colors
Browse files Browse the repository at this point in the history
After improving the existing dark theme, Git staging view had side
effects wrt the back ground colors of whole view and also the Unstaged
Changes and Staged Changes section. This has been fixed with this change
by applying those dark background changes only to editor.
  • Loading branch information
mvm-sap authored and BeckerWdf committed Dec 11, 2024
1 parent bbebe70 commit 8bd169c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions bundles/org.eclipse.ui.themes/css/e4-dark_linux.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ CTabFolder[style~='SWT.DOWN'][style~='SWT.BOTTOM'] {
swt-selected-highlight-top: false;
}

.MPart Form Composite,
.MPart Form Composite Tree,
.MPartStack.active .MPart Form Composite Tree
.Editor Form Composite,
.Editor Form Composite Tree,
.MPartStack.active .Editor Form Composite Tree
{
background-color: #1E1F22;
}
6 changes: 3 additions & 3 deletions bundles/org.eclipse.ui.themes/css/e4-dark_mac.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ CTabFolder[style~='SWT.DOWN'][style~='SWT.BOTTOM'] {
swt-selected-highlight-top: false;
}

.MPart Form Composite,
.MPart Form Composite Tree,
.MPartStack.active .MPart Form Composite Tree
.Editor Form Composite,
.Editor Form Composite Tree,
.MPartStack.active .Editor Form Composite Tree
{
background-color: #1E1F22;
}
Expand Down
6 changes: 3 additions & 3 deletions bundles/org.eclipse.ui.themes/css/e4-dark_win.css
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,9 @@ CTabFolder[style~='SWT.DOWN'][style~='SWT.BOTTOM'] {
swt-selected-highlight-top: false;
}

.MPart Form Composite,
.MPart Form Composite Tree,
.MPartStack.active .MPart Form Composite Tree
.Editor Form Composite,
.Editor Form Composite Tree,
.MPartStack.active .Editor Form Composite Tree
{
background-color: #1E1F22;
}

0 comments on commit 8bd169c

Please sign in to comment.