Skip to content

Commit 8bd169c

Browse files
mvm-sapBeckerWdf
authored andcommitted
[Dark Theme]Fix for inconsistent Git Staging view bg colors
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.
1 parent bbebe70 commit 8bd169c

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

bundles/org.eclipse.ui.themes/css/e4-dark_linux.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ CTabFolder[style~='SWT.DOWN'][style~='SWT.BOTTOM'] {
108108
swt-selected-highlight-top: false;
109109
}
110110

111-
.MPart Form Composite,
112-
.MPart Form Composite Tree,
113-
.MPartStack.active .MPart Form Composite Tree
111+
.Editor Form Composite,
112+
.Editor Form Composite Tree,
113+
.MPartStack.active .Editor Form Composite Tree
114114
{
115115
background-color: #1E1F22;
116116
}

bundles/org.eclipse.ui.themes/css/e4-dark_mac.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ CTabFolder[style~='SWT.DOWN'][style~='SWT.BOTTOM'] {
9494
swt-selected-highlight-top: false;
9595
}
9696

97-
.MPart Form Composite,
98-
.MPart Form Composite Tree,
99-
.MPartStack.active .MPart Form Composite Tree
97+
.Editor Form Composite,
98+
.Editor Form Composite Tree,
99+
.MPartStack.active .Editor Form Composite Tree
100100
{
101101
background-color: #1E1F22;
102102
}

bundles/org.eclipse.ui.themes/css/e4-dark_win.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,9 @@ CTabFolder[style~='SWT.DOWN'][style~='SWT.BOTTOM'] {
176176
swt-selected-highlight-top: false;
177177
}
178178

179-
.MPart Form Composite,
180-
.MPart Form Composite Tree,
181-
.MPartStack.active .MPart Form Composite Tree
179+
.Editor Form Composite,
180+
.Editor Form Composite Tree,
181+
.MPartStack.active .Editor Form Composite Tree
182182
{
183183
background-color: #1E1F22;
184184
}

0 commit comments

Comments
 (0)