Skip to content

Commit d31d97a

Browse files
committed
Hover indicators added for tabs in Views and Editor - Dark Theme
1 parent 8b254bc commit d31d97a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ Button {
5656
/* Inactive view tabs */
5757
.MPartStack {
5858
swt-draw-custom-tab-content-background: true;
59-
swt-unselected-hot-tab-color-background: #48484c;
60-
}
59+
swt-unselected-hot-tab-color-background: #161616;
60+
}
6161

6262
CTabFolder{
6363
swt-selected-tab-highlight: #2b79d7;

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ ImageBasedFrame,
138138
/* Inactive view tabs */
139139
.MPartStack {
140140
swt-draw-custom-tab-content-background: true;
141-
swt-unselected-hot-tab-color-background: #48484c;
141+
swt-unselected-hot-tab-color-background: #161616;
142142
}
143143

144144
CTabFolder{

0 commit comments

Comments
 (0)