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
1617 *******************************************************************************/
1718
1819@import url ("platform:/plugin/org.eclipse.ui.themes/css/e4_basestyle.css" );
1920
2021ColorDefinition # org-eclipse-ui-workbench-ACTIVE_UNSELECTED_TABS_COLOR_START {
21- color : # E1DEDB ;
22+ color : # F8F8F8 ;
2223}
2324
2425ColorDefinition # org-eclipse-ui-workbench-ACTIVE_UNSELECTED_TABS_COLOR_END {
25- color : # E1DEDB ;
26+ color : # F8F8F8 ;
2627}
2728
2829ColorDefinition # org-eclipse-ui-workbench-ACTIVE_TAB_OUTER_KEYLINE_COLOR {
29- color : # CDC7C2 ;
30+ color : # E5E5E5 ;
3031}
3132ColorDefinition # org-eclipse-ui-workbench-ACTIVE_TAB_INNER_KEYLINE_COLOR {
32- color : # CDC7C2 ;
33+ color : # f8f8f8 ;
3334}
3435ColorDefinition # org-eclipse-ui-workbench-ACTIVE_TAB_OUTLINE_COLOR {
35- color : # CDC7C2 ;
36+ color : # E5E5E5 ;
3637}
3738
3839ColorDefinition # org-eclipse-ui-workbench-INACTIVE_UNSELECTED_TABS_COLOR_START {
39- color : # EAE8E6 ;
40+ color : # F8F8F8 ;
4041}
4142
4243ColorDefinition # org-eclipse-ui-workbench-INACTIVE_UNSELECTED_TABS_COLOR_END {
43- color : # EAE8E6 ;
44+ color : # F8F8F8 ;
4445}
4546
4647ColorDefinition # org-eclipse-ui-workbench-INACTIVE_TAB_OUTER_KEYLINE_COLOR {
47- color : # D5D0CC ;
48+ color : # E5E5E5 ;
4849}
4950
5051ColorDefinition # org-eclipse-ui-workbench-INACTIVE_TAB_INNER_KEYLINE_COLOR {
51- color : # D5D0CC ;
52+ color : # f8f8f8 ;
5253}
5354
5455ColorDefinition # org-eclipse-ui-workbench-INACTIVE_TAB_OUTLINE_COLOR {
55- color : # D5D0CC ;
56+ color : # E5E5E5 ;
5657}
5758
5859ColorDefinition # org-eclipse-ui-workbench-INACTIVE_TAB_BG_START {
59- color : # F6F5F4 ;
60+ color : # F8F8F8 ;
6061}
6162
6263ColorDefinition # org-eclipse-ui-workbench-INACTIVE_TAB_BG_END {
63- color : # F6F5F4 ;
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 ;
6473}
6574
6675ColorDefinition # org-eclipse-ui-workbench-INACTIVE_NOFOCUS_TAB_BG_START {
67- color : # EAE8E6 ;
76+ color : # f8f8f8 ;
6877}
6978
7079ColorDefinition # org-eclipse-ui-workbench-INACTIVE_NOFOCUS_TAB_BG_END {
71- color : # EAE8E6 ;
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 ;
72101}
73102
74103.MTrimmedWindow {
@@ -88,14 +117,127 @@ ColorDefinition#org-eclipse-ui-workbench-INACTIVE_NOFOCUS_TAB_BG_END {
88117}
89118
90119CTabFolder .MArea {
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 ;
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 ;
97126}
98127
99128CTabFolder Canvas {
100- background-color : # F8F7F6 ;
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 ;
101243}
0 commit comments