From 8bd169c3b24dc34a09ff68d2b78fa7f980c493e1 Mon Sep 17 00:00:00 2001 From: Madhumitha M V Date: Tue, 10 Dec 2024 13:02:01 +0530 Subject: [PATCH] [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. --- bundles/org.eclipse.ui.themes/css/e4-dark_linux.css | 6 +++--- bundles/org.eclipse.ui.themes/css/e4-dark_mac.css | 6 +++--- bundles/org.eclipse.ui.themes/css/e4-dark_win.css | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/bundles/org.eclipse.ui.themes/css/e4-dark_linux.css b/bundles/org.eclipse.ui.themes/css/e4-dark_linux.css index a3a738d2b8d..b3deba083ed 100644 --- a/bundles/org.eclipse.ui.themes/css/e4-dark_linux.css +++ b/bundles/org.eclipse.ui.themes/css/e4-dark_linux.css @@ -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; } diff --git a/bundles/org.eclipse.ui.themes/css/e4-dark_mac.css b/bundles/org.eclipse.ui.themes/css/e4-dark_mac.css index 2bb33eab710..8154d365509 100644 --- a/bundles/org.eclipse.ui.themes/css/e4-dark_mac.css +++ b/bundles/org.eclipse.ui.themes/css/e4-dark_mac.css @@ -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; } diff --git a/bundles/org.eclipse.ui.themes/css/e4-dark_win.css b/bundles/org.eclipse.ui.themes/css/e4-dark_win.css index a2ba03abeee..00164a24483 100644 --- a/bundles/org.eclipse.ui.themes/css/e4-dark_win.css +++ b/bundles/org.eclipse.ui.themes/css/e4-dark_win.css @@ -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; }