From 2fb2f80aa6dcb52b77612286fbec01719994a477 Mon Sep 17 00:00:00 2001 From: Madhumitha M V Date: Wed, 31 Jul 2024 16:45:29 +0530 Subject: [PATCH] Fix- Background color change for gutter line in editor --- bundles/org.eclipse.ui.themes/css/e4-dark_mac.css | 4 ++++ bundles/org.eclipse.ui.themes/css/e4-dark_win.css | 4 ++++ 2 files changed, 8 insertions(+) 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 8145df6b81f..535f9f5f48e 100644 --- a/bundles/org.eclipse.ui.themes/css/e4-dark_mac.css +++ b/bundles/org.eclipse.ui.themes/css/e4-dark_mac.css @@ -111,3 +111,7 @@ CTabFolder[style~='SWT.DOWN'][style~='SWT.BOTTOM'] { { background-color: #1E1F22; } + +#org-eclipse-e4-ui-compatibility-editor Composite{ + 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 b333cd4bf09..3ed5ca2d579 100644 --- a/bundles/org.eclipse.ui.themes/css/e4-dark_win.css +++ b/bundles/org.eclipse.ui.themes/css/e4-dark_win.css @@ -193,3 +193,7 @@ CTabFolder[style~='SWT.DOWN'][style~='SWT.BOTTOM'] { { background-color: #1E1F22; } + +#org-eclipse-e4-ui-compatibility-editor Composite{ + background-color: #1e1f22; +}