root / tmp / org.txm.rcp / css / e4-dark.css @ 2912
Historique | Voir | Annoter | Télécharger (5,73 ko)
1 |
/*******************************************************************************
|
---|---|
2 |
* Copyright (c) 2010, 2014 Andrea Guarinoni and others.
|
3 |
* All rights reserved. This program and the accompanying materials
|
4 |
* are made available under the terms of the Eclipse Public License v1.0
|
5 |
* which accompanies this distribution, and is available at
|
6 |
* http://www.eclipse.org/legal/epl-v10.html
|
7 |
*
|
8 |
* Contributors:
|
9 |
* Andrea Guarinoni <andrea.guarinoni.dev@outlook.com> - initial API and implementation
|
10 |
* Lars Vogel - initial API and implementation
|
11 |
*******************************************************************************/
|
12 |
@import
|
13 |
url("platform:/plugin/org.eclipse.ui.themes/css/dark/e4-dark_basestyle.css")
|
14 |
; |
15 |
|
16 |
@import
|
17 |
url("platform:/plugin/org.eclipse.ui.themes/css/dark/e4-dark_globalstyle.css")
|
18 |
; /* Remove this to have ONLY the main IDE shell dark */
|
19 |
@import
|
20 |
url("platform:/plugin/org.eclipse.ui.themes/css/dark/e4-dark_partstyle.css")
|
21 |
; |
22 |
|
23 |
.MTrimmedWindow.topLevel { |
24 |
margin-top: 3px; |
25 |
margin-bottom: 3px; |
26 |
margin-left: 3px; |
27 |
margin-right: 3px; |
28 |
} |
29 |
|
30 |
.MPartStack, .MPart { |
31 |
font-family: '#org-eclipse-ui-workbench-TAB_TEXT_FONT'; |
32 |
} |
33 |
|
34 |
.MPartStack {
|
35 |
swt-tab-renderer:
|
36 |
url('bundleclass://org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.workbench.renderers.swt.CTabRendering');
|
37 |
swt-selected-tab-fill: '#org-eclipse-ui-workbench-INACTIVE_TAB_BG_START' |
38 |
'#org-eclipse-ui-workbench-INACTIVE_TAB_BG_END' 100%; |
39 |
/* title background for selected tab */
|
40 |
swt-unselected-tabs-color:
|
41 |
'#org-eclipse-ui-workbench-INACTIVE_UNSELECTED_TABS_COLOR_START'
|
42 |
'#org-eclipse-ui-workbench-INACTIVE_UNSELECTED_TABS_COLOR_END' 100% |
43 |
100%; /* title background for unselected tab */ |
44 |
swt-outer-keyline-color:
|
45 |
'#org-eclipse-ui-workbench-INACTIVE_TAB_OUTER_KEYLINE_COLOR';
|
46 |
/* border color for whole tabs container */
|
47 |
swt-inner-keyline-color:
|
48 |
'#org-eclipse-ui-workbench-INACTIVE_TAB_INNER_KEYLINE_COLOR';
|
49 |
swt-tab-outline: '#org-eclipse-ui-workbench-INACTIVE_TAB_OUTLINE_COLOR'; |
50 |
/* border color for selected tab */
|
51 |
padding: 0px 2px 2px; |
52 |
swt-shadow-visible: false; |
53 |
swt-mru-visible: true; |
54 |
swt-corner-radius: 16px; |
55 |
} |
56 |
|
57 |
.MPartStack.active { |
58 |
swt-selected-tab-fill: '#org-eclipse-ui-workbench-ACTIVE_TAB_BG_START' |
59 |
'#org-eclipse-ui-workbench-ACTIVE_TAB_BG_END' 100%; |
60 |
/* title background for selected tab */
|
61 |
swt-unselected-tabs-color:
|
62 |
'#org-eclipse-ui-workbench-ACTIVE_UNSELECTED_TABS_COLOR_START'
|
63 |
'#org-eclipse-ui-workbench-ACTIVE_UNSELECTED_TABS_COLOR_END' 100% 100%; |
64 |
/* title background for unselected tab */
|
65 |
swt-outer-keyline-color:
|
66 |
'#org-eclipse-ui-workbench-ACTIVE_TAB_OUTER_KEYLINE_COLOR';
|
67 |
/* border color for whole tabs container */
|
68 |
swt-inner-keyline-color:
|
69 |
'#org-eclipse-ui-workbench-ACTIVE_TAB_INNER_KEYLINE_COLOR';
|
70 |
swt-tab-outline: '#org-eclipse-ui-workbench-ACTIVE_TAB_OUTLINE_COLOR'; |
71 |
/* border color for selected tab */
|
72 |
} |
73 |
|
74 |
.MPartStack.active.noFocus { |
75 |
swt-selected-tabs-fill:
|
76 |
'#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_BG_START'
|
77 |
'#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_BG_END' 100% 100%; |
78 |
} |
79 |
|
80 |
.MPartStack.empty { |
81 |
swt-unselected-tabs-color:
|
82 |
'#org-eclipse-ui-workbench-INACTIVE_UNSELECTED_TABS_COLOR_START'
|
83 |
#4F5456 #4F5456 99% 100%; /* title background for unselected tab */ |
84 |
swt-tab-outline: #535354; /* border color for selected tab */ |
85 |
swt-outer-keyline-color: #515658; |
86 |
/* border color for whole tabs container */
|
87 |
} |
88 |
|
89 |
.MPart.busy { |
90 |
font-style: italic; |
91 |
} |
92 |
|
93 |
.MPart.highlighted { |
94 |
font-weight: bold; |
95 |
} |
96 |
|
97 |
CTabItem, CTabItem CLabel { |
98 |
background-color: '#org-eclipse-ui-workbench-INACTIVE_TAB_BG_END'; |
99 |
/* HACK for background of CTabFolder inner Toolbars */
|
100 |
color: '#org-eclipse-ui-workbench-INACTIVE_TAB_UNSELECTED_TEXT_COLOR'; |
101 |
} |
102 |
|
103 |
CTabItem:selected, CTabItem:selected CLabel { |
104 |
color: '#org-eclipse-ui-workbench-INACTIVE_TAB_SELECTED_TEXT_COLOR'; |
105 |
} |
106 |
|
107 |
.MPartStack.active>CTabItem, .MPartStack.active>CTabItem CLabel { |
108 |
background-color: '#org-eclipse-ui-workbench-ACTIVE_TAB_BG_END'; |
109 |
/* HACK for background of CTabFolder inner Toolbars */
|
110 |
color: '#org-eclipse-ui-workbench-ACTIVE_TAB_UNSELECTED_TEXT_COLOR'; |
111 |
} |
112 |
|
113 |
.MPartStack.active>CTabItem:selected, .MPartStack.active>CTabItem:selected CLabel |
114 |
{ |
115 |
color: '#org-eclipse-ui-workbench-ACTIVE_TAB_SELECTED_TEXT_COLOR'; |
116 |
} |
117 |
|
118 |
.MPartStack.active.noFocus>CTabItem:selected { |
119 |
color:
|
120 |
'#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_SELECTED_TEXT_COLOR';
|
121 |
} |
122 |
|
123 |
CTabItem.busy { |
124 |
color: #888888; |
125 |
} |
126 |
|
127 |
#PerspectiveSwitcher {
|
128 |
eclipse-perspective-keyline-color: #AAB0BF #AAB0BF; |
129 |
} |
130 |
|
131 |
.MToolControl.TrimStack { |
132 |
/*frame-image: url(./gtkTSFrame.png);*/
|
133 |
handle-image: url(./dragHandle.png); |
134 |
frame-cuts: 5px 1px 5px 16px; |
135 |
} |
136 |
|
137 |
.MToolBar.Draggable { |
138 |
handle-image: url(./dragHandle.png); |
139 |
} |
140 |
|
141 |
.MToolControl.Draggable { |
142 |
handle-image: url(./dragHandle.png); |
143 |
} |
144 |
|
145 |
.DragFeedback {
|
146 |
background-color: COLOR-WIDGET-NORMAL-SHADOW; |
147 |
} |
148 |
|
149 |
.ModifiedDragFeedback {
|
150 |
background-color: #4176AF; |
151 |
} |
152 |
|
153 |
.MTrimmedWindow {
|
154 |
background-color: #515658; |
155 |
} |
156 |
|
157 |
.MTrimBar {
|
158 |
background-color: #515658; |
159 |
} |
160 |
|
161 |
CTabFolder.MArea .MPartStack, CTabFolder.MArea .MPartStack.active { |
162 |
swt-shadow-visible: false; |
163 |
} |
164 |
|
165 |
CTabFolder Tree, CTabFolder Canvas { |
166 |
background-color: #2F2F2F; |
167 |
color: #CCC; |
168 |
} |
169 |
|
170 |
.MPartStack.active CTabFolder Canvas { |
171 |
background-color: #262626; |
172 |
color: #CCC; |
173 |
} |
174 |
|
175 |
.MPartStack.active Table { |
176 |
background-color: #2F2F2F; |
177 |
color: #CCC; |
178 |
} |
179 |
|
180 |
.View {
|
181 |
background-color: #313538; |
182 |
color: #F5F5F5; |
183 |
} |
184 |
|
185 |
/* ###################### Top Toolbar ########################## */
|
186 |
#org-eclipse-ui-main-toolbar, #PerspectiveSwitcher { |
187 |
eclipse-perspective-keyline-color: #585858; |
188 |
background-color: #515658 #515658 100%; |
189 |
handle-image: none; |
190 |
color: #EBE8E4; |
191 |
} |
192 |
|
193 |
/* #################### Bottom Status Bar ######################## */
|
194 |
#org-eclipse-ui-StatusLine, #org-eclipse-ui-ProgressBar, |
195 |
#org-eclipse-ui-ProgressBar Canvas { |
196 |
color: #CCCCCC; |
197 |
} |
198 |
|
199 |
#org-eclipse-ui-StatusLine CLabel { |
200 |
color: #BDBAB7; |
201 |
} |
202 |
|
203 |
StatusLine, ImageBasedFrame { |
204 |
color: #BDBAB7; |
205 |
} |