Skip to content

Commit 39112e7

Browse files
Revert "Move "Light (Preview)" Theme to the "Light" Theme"
This reverts commit 5930e6b.
1 parent 5930e6b commit 39112e7

File tree

11 files changed

+865
-475
lines changed

11 files changed

+865
-475
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
/*******************************************************************************
2+
* Copyright (c) 2024 SAP SE and others.
3+
*
4+
* This program and the accompanying materials
5+
* are made available under the terms of the Eclipse Public License 2.0
6+
* which accompanies this distribution, and is available at
7+
* https://www.eclipse.org/legal/epl-2.0/
8+
*
9+
* SPDX-License-Identifier: EPL-2.0
10+
*
11+
* Contributors:
12+
* SAP SE - initial implementation
13+
*******************************************************************************/
14+
15+
@import url("platform:/plugin/org.eclipse.ui.themes/css/common/e4_globalstyle.css");
16+
@import url("platform:/plugin/org.eclipse.ui.themes/css/light/e4-light_globalstyle.css");
17+
@import url("platform:/plugin/org.eclipse.ui.themes/css/light/e4-light_ide_colorextensions.css");
18+
@import url("platform:/plugin/org.eclipse.ui.themes/css/light/e4-light_partstyle.css");
19+
@import url("platform:/plugin/org.eclipse.ui.themes/css/light/e4-light_tabstyle_preview.css");
20+
@import url("platform:/plugin/org.eclipse.ui.themes/css/light/e4-light-drag-styling.css");

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

Lines changed: 21 additions & 163 deletions
Original file line numberDiff line numberDiff line change
@@ -13,91 +13,62 @@
1313
* Lars Vogel <[email protected]> - Bug 420836
1414
* Mickael Istria <[email protected]> - 325937
1515
* Patrik Suzzi <[email protected]> - Bug 501250
16-
* SAP SE - light theme improvements
1716
*******************************************************************************/
1817

1918
@import url("platform:/plugin/org.eclipse.ui.themes/css/e4_basestyle.css");
2019

2120
ColorDefinition#org-eclipse-ui-workbench-ACTIVE_UNSELECTED_TABS_COLOR_START {
22-
color: #F8F8F8;
21+
color: #E1DEDB;
2322
}
2423

2524
ColorDefinition#org-eclipse-ui-workbench-ACTIVE_UNSELECTED_TABS_COLOR_END {
26-
color: #F8F8F8;
25+
color: #E1DEDB;
2726
}
2827

2928
ColorDefinition#org-eclipse-ui-workbench-ACTIVE_TAB_OUTER_KEYLINE_COLOR {
30-
color: #E5E5E5;
29+
color: #CDC7C2;
3130
}
3231
ColorDefinition#org-eclipse-ui-workbench-ACTIVE_TAB_INNER_KEYLINE_COLOR {
33-
color: #f8f8f8;
32+
color: #CDC7C2;
3433
}
3534
ColorDefinition#org-eclipse-ui-workbench-ACTIVE_TAB_OUTLINE_COLOR {
36-
color: #E5E5E5;
35+
color: #CDC7C2;
3736
}
3837

3938
ColorDefinition#org-eclipse-ui-workbench-INACTIVE_UNSELECTED_TABS_COLOR_START {
40-
color: #F8F8F8;
39+
color: #EAE8E6;
4140
}
4241

4342
ColorDefinition#org-eclipse-ui-workbench-INACTIVE_UNSELECTED_TABS_COLOR_END {
44-
color: #F8F8F8;
43+
color: #EAE8E6;
4544
}
4645

4746
ColorDefinition#org-eclipse-ui-workbench-INACTIVE_TAB_OUTER_KEYLINE_COLOR {
48-
color: #E5E5E5;
47+
color: #D5D0CC;
4948
}
5049

5150
ColorDefinition#org-eclipse-ui-workbench-INACTIVE_TAB_INNER_KEYLINE_COLOR {
52-
color: #f8f8f8;
51+
color: #D5D0CC;
5352
}
5453

5554
ColorDefinition#org-eclipse-ui-workbench-INACTIVE_TAB_OUTLINE_COLOR {
56-
color: #E5E5E5;
55+
color: #D5D0CC;
5756
}
5857

5958
ColorDefinition#org-eclipse-ui-workbench-INACTIVE_TAB_BG_START {
60-
color: #F8F8F8;
59+
color: #F6F5F4;
6160
}
6261

6362
ColorDefinition#org-eclipse-ui-workbench-INACTIVE_TAB_BG_END {
64-
color: #F8F8F8;
65-
}
66-
67-
ColorDefinition#org-eclipse-ui-workbench-ACTIVE_TAB_BG_START{
68-
color: #f8f8f8;
69-
}
70-
71-
ColorDefinition#org-eclipse-ui-workbench-ACTIVE_TAB_BG_END {
72-
color: #f8f8f8;
63+
color: #F6F5F4;
7364
}
7465

7566
ColorDefinition#org-eclipse-ui-workbench-INACTIVE_NOFOCUS_TAB_BG_START {
76-
color: #f8f8f8;
67+
color: #EAE8E6;
7768
}
7869

7970
ColorDefinition#org-eclipse-ui-workbench-INACTIVE_NOFOCUS_TAB_BG_END {
80-
color: #F8F8F8;
81-
}
82-
83-
ColorDefinition#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_BG_START {
84-
color: #F8F8F8;
85-
}
86-
87-
ColorDefinition#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_BG_END {
88-
color: #F8F8F8;
89-
}
90-
91-
ColorDefinition#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_TEXT_COLOR {
92-
color: #000000;
93-
}
94-
95-
ColorDefinition#org-eclipse-ui-workbench-ACTIVE_TAB_TEXT_COLOR {
96-
color: #000000;
97-
}
98-
99-
ColorDefinition#org-eclipse-ui-workbench-INACTIVE_TAB_TEXT_COLOR {
100-
color: #000000;
71+
color: #EAE8E6;
10172
}
10273

10374
.MTrimmedWindow {
@@ -117,127 +88,14 @@ ColorDefinition#org-eclipse-ui-workbench-INACTIVE_TAB_TEXT_COLOR {
11788
}
11889

11990
CTabFolder.MArea {
120-
background-color: #f8f8f8;
121-
swt-selected-tab-fill: #f8f8f8;
122-
swt-unselected-tabs-color: #f8f8f8;
123-
swt-outer-keyline-color: #f8f8f8;
124-
swt-inner-keyline-color: #f8f8f8;
125-
swt-tab-outline: #ffffff;
91+
background-color: #F6F5F4;
92+
swt-selected-tab-fill: #F6F5F4;
93+
swt-unselected-tabs-color: #F6F5F4;
94+
swt-outer-keyline-color: #F6F5F4;
95+
swt-inner-keyline-color: #F6F5F4;
96+
swt-tab-outline: #F6F5F4;
12697
}
12798

12899
CTabFolder Canvas {
129-
background-color: #f8f8f8;
130-
}
131-
132-
.MTrimBar#org-eclipse-ui-main-toolbar {
133-
background-color: #f8f8f8;
134-
}
135-
136-
.MTrimBar#org-eclipse-ui-trim-status {
137-
background-color: #f8f8f8;
138-
}
139-
140-
.View Composite,
141-
.View Composite Tree,
142-
.View Composite Label,
143-
.View ToolBar,
144-
.View Group,
145-
.View Group Label,
146-
.View Section,
147-
.View BusyIndicator,
148-
.View Text[style~='SWT.READ_ONLY'],
149-
.View SashForm,
150-
.View OleFrame,
151-
.View Browser,
152-
.View WebSite,
153-
.View StyledText[style~='SWT.READ_ONLY'],
154-
.View Link,
155-
.View FormText,
156-
.View Hyperlink,
157-
.View Canvas,
158-
.View FigureCanvas
159-
{
160-
background-color: #f8f8f8;
161-
}
162-
163-
.View TitleRegion{
164-
background-color:#f8f8f8;
165-
}
166-
167-
.MPartStack.active .View TitleRegion{
168-
background-color:#f8f8f8;
169-
}
170-
171-
.View Button[style~='SWT.CHECK']{
172-
background-color: inherit;
173-
}
174-
175-
.View Toolbar ToolItem{
176-
background-color: #eaeaea;
177-
}
178-
179-
.View TabbedPropertyList{
180-
swt-tabBackground-color: #ffffff;
181-
}
182-
183-
.View Composite PrependingAsteriskFilteredTree,
184-
.View PrependingAsteriskFilteredTree Text,
185-
.View Group Text,
186-
.View Group Combo,
187-
.View Composite Text,
188-
.View Button[style~='SWT.PUSH']{
189-
background-color: #ffffff;
190-
}
191-
192-
.MPartStack{
193-
swt-selected-tab-highlight: #A0A0A0;
194-
swt-selected-highlight-top: false;
195-
}
196-
197-
.MPartStack.active {
198-
swt-selected-tab-highlight: #2160bb;
199-
swt-selected-highlight-top: false;
200-
}
201-
202-
/* text color and background color of unselected tabs in editor*/
203-
#org-eclipse-ui-editorss CTabItem{
204-
color: #000000;
205-
background-color: #f8f8f8;
206-
}
207-
208-
/*text color and background color of selected tab in editor */
209-
#org-eclipse-ui-editorss CTabItem:selected{
210-
color: #000000;
211-
background-color: #FFFFFF;
212-
}
213-
214-
#org-eclipse-ui-editorss CTabFolder{
215-
swt-selected-tab-fill : #ffffff;
216-
swt-selected-tab-highlight: #8a8a8a;
217-
swt-selected-highlight-top: true;
218-
swt-tab-outline:#e5e5e5;
219-
swt-tab-outer-keyline: #e5e5e5;
220-
swt-draw-custom-tab-content-background: true;
221-
swt-unselected-hot-tab-color-background:#ffffff;
222-
}
223-
224-
#org-eclipse-ui-editorss CTabFolder.active {
225-
swt-selected-tab-highlight: #2160bb;
226-
swt-selected-highlight-top: true;
227-
}
228-
229-
#org-eclipse-e4-ui-compatibility-editor Composite{
230-
background-color: #ffffff;
231-
}
232-
233-
Composite.MPartSashContainer{
234-
background-color: #f8f8f8;
235-
}
236-
237-
Composite.MArea{
238-
background-color: #ffffff;
239-
}
240-
241-
.MPart CTabFolder{
242-
swt-outer-keyline-color: #ffffff;
100+
background-color: #F8F7F6;
243101
}

0 commit comments

Comments
 (0)