From 1356bb314d4a8c25804f023263872c2f0c948b23 Mon Sep 17 00:00:00 2001 From: Madhumitha M V Date: Thu, 25 Jul 2024 23:12:30 +0530 Subject: [PATCH] Hover indicators added for tabs in Views and Editor - Dark Theme --- bundles/org.eclipse.ui.themes/css/e4-dark_mac.css | 4 ++-- bundles/org.eclipse.ui.themes/css/e4-dark_win.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 aaa4329bec9..8145df6b81f 100644 --- a/bundles/org.eclipse.ui.themes/css/e4-dark_mac.css +++ b/bundles/org.eclipse.ui.themes/css/e4-dark_mac.css @@ -56,8 +56,8 @@ Button { /* Inactive view tabs */ .MPartStack { swt-draw-custom-tab-content-background: true; - swt-unselected-hot-tab-color-background: #48484c; -} + swt-unselected-hot-tab-color-background: #161616; +} CTabFolder{ swt-selected-tab-highlight: #2b79d7; 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 f5f0bd79fee..b333cd4bf09 100644 --- a/bundles/org.eclipse.ui.themes/css/e4-dark_win.css +++ b/bundles/org.eclipse.ui.themes/css/e4-dark_win.css @@ -138,7 +138,7 @@ ImageBasedFrame, /* Inactive view tabs */ .MPartStack { swt-draw-custom-tab-content-background: true; - swt-unselected-hot-tab-color-background: #48484c; + swt-unselected-hot-tab-color-background: #161616; } CTabFolder{