Skip to content

Commit 8df2017

Browse files
committed
Make Grey Highlight of Inactive Tabs Darker
To make it easier to see which one is the "secondary active tab" (the active tab in inactive part stacks) the grey line in that tab is made a bit darker.
1 parent 9b16696 commit 8df2017

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

bundles/org.eclipse.ui.themes/css/e4_preview_gtk.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -208,13 +208,13 @@ CTabFolder Canvas {
208208
}
209209

210210
#org-eclipse-ui-editorss CTabFolder{
211-
swt-selected-tab-fill : '#ffffff';
212-
swt-selected-tab-highlight: '#A0A0A0';
213-
swt-selected-highlight-top: true;
211+
swt-selected-tab-fill : #ffffff;
212+
swt-selected-tab-highlight: #8a8a8a;
213+
swt-selected-highlight-top: true;
214214
swt-tab-outline:#e5e5e5;
215215
swt-tab-outer-keyline: #e5e5e5;
216216
swt-draw-custom-tab-content-background: true;
217-
swt-unselected-hot-tab-color-background:'#FFFFFF';
217+
swt-unselected-hot-tab-color-background:#ffffff;
218218
}
219219

220220
#org-eclipse-ui-editorss CTabFolder.active {

bundles/org.eclipse.ui.themes/css/e4_preview_mac.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ CTabFolder Canvas {
156156
}
157157

158158
.MPartStack{
159-
swt-selected-tab-highlight: #A0A0A0;
160-
swt-selected-highlight-top: false;
159+
swt-selected-tab-highlight: #8a8a8a;
160+
swt-selected-highlight-top: false;
161161
}
162162

163163
.MPartStack.active {
@@ -178,13 +178,13 @@ CTabFolder Canvas {
178178
}
179179

180180
#org-eclipse-ui-editorss CTabFolder{
181-
swt-selected-tab-fill : '#ffffff';
182-
swt-selected-tab-highlight: '#A0A0A0';
183-
swt-selected-highlight-top: true;
181+
swt-selected-tab-fill : #ffffff;
182+
swt-selected-tab-highlight: #8a8a8a;
183+
swt-selected-highlight-top: true;
184184
swt-tab-outline:#eaeaea;
185185
swt-tab-outer-keyline: #eaeaea;
186186
swt-draw-custom-tab-content-background: true;
187-
swt-unselected-hot-tab-color-background:'#FFFFFF';
187+
swt-unselected-hot-tab-color-background:#ffffff;
188188
}
189189

190190
#org-eclipse-ui-editorss CTabFolder.active {

bundles/org.eclipse.ui.themes/css/e4_preview_win.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ CTabFolder Canvas {
160160
}
161161

162162
.MPartStack{
163-
swt-selected-tab-highlight: #A0A0A0;
164-
swt-selected-highlight-top: false;
163+
swt-selected-tab-highlight: #8a8a8a;
164+
swt-selected-highlight-top: false;
165165
}
166166

167167
.MPartStack.active {
@@ -182,13 +182,13 @@ CTabFolder Canvas {
182182
}
183183

184184
#org-eclipse-ui-editorss CTabFolder{
185-
swt-selected-tab-fill : '#ffffff';
186-
swt-selected-tab-highlight: '#A0A0A0';
187-
swt-selected-highlight-top: true;
185+
swt-selected-tab-fill : #ffffff;
186+
swt-selected-tab-highlight: #8a8a8a;
187+
swt-selected-highlight-top: true;
188188
swt-tab-outline:#e5e5e5;
189189
swt-tab-outer-keyline: #e5e5e5;
190190
swt-draw-custom-tab-content-background: true;
191-
swt-unselected-hot-tab-color-background:'#FFFFFF';
191+
swt-unselected-hot-tab-color-background:#ffffff;
192192
}
193193

194194
#org-eclipse-ui-editorss CTabFolder.active {

0 commit comments

Comments
 (0)