-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathblack.css
More file actions
184 lines (150 loc) · 2.64 KB
/
Copy pathblack.css
File metadata and controls
184 lines (150 loc) · 2.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
@import url("e4_basestyle.css");
.MTrimmedWindow {
background-color: #444;
}
.MPartStack {
swt-tab-renderer: null;
swt-simple: true;
swt-mru-visible: true;
swt-unselected-tabs-color: #000 #000 #000 100% 100%;
swt-selected-tabs-background: #D8D8D8;
swt-outer-keyline-color: #000;
swt-inner-keyline-color: #000;
swt-shadow-visible: false;
swt-tab-outline: #444;
}
.MPlaceholder {
background-color: #000;
color: #FFF;
}
.MTrimBar {
background-color: #000;
}
.MTrimBar CLabel {
color: #999;
}
.MToolControl CLabel {
color: #DDD;
}
.MToolControl Label {
color: #DDD;
}
.MToolControl Canvas {
color: #DDD;
}
.MPart Composite {
background-color: #000;
color: #DDD;
}
.MPart Label {
background-color: #000;
color: #DDD;
}
.MPart Text {
background-color: #000;
color: #DDD;
}
.MPart Link {
background-color: #000;
color: #DDD;
}
.MPart StyledText {
background-color: #000;
color: #DDD;
}
.MPart Section {
background-color: #000;
color: #DDD;
}
.MPart Composite {
background-color: #000;
color: #DDD;
}
.MPart LayoutComposite {
background-color: #000;
color: #DDD;
}
.MPart Table {
background-color: #000;
color: #DDD;
}
.MPart Button {
background-color: #000;
color: #DDD;
}
.MPart ProgressInfoItem {
background-color: #000;
color: #DDD;
}
.MPart Form {
background-color: #000;
color: #DDD;
}
.MPart FormHeading {
background-color: #000;
color: #DDD;
}
.MPart FormText {
background-color: #000;
color: #DDD;
}
.MPart FormText:a {
background-color: #000;
color: #DDD;
}
.MTrimBar#org-eclipse-ui-main-toolbar {
background-color: #444 #111 100%;
}
.MPartStack.active {
swt-unselected-tabs-color: #000333 #444444 100% 100%;
swt-outer-keyline-color: #222;
swt-inner-keyline-color: #222;
swt-shadow-visible: false;
swt-tab-outline: #222;
}
#PerspectiveSwitcher {
background-color: #444 #111 100%;
eclipse-perspective-keyline-color: #000;
color: #FFF;
}
#org-eclipse-ui-editorss {
swt-unselected-tabs-color: #444 #000 #111 100% 100%;
swt-outer-keyline-color: #444;
swt-inner-keyline-color: #444;
swt-tab-outline: #000;
color: #FFF;
swt-tab-height: 8px;
padding: 0px 5px 7px;
}
#org-eclipse-jdt-ui-PackageExplorer {
background-color: #000;
color: #FFF;
}
CTabFolder {
swt-tab-renderer: null;
swt-simple: true;
swt-mru-visible: true;
swt-unselected-tabs-color: #444;
swt-outer-keyline-color: #444;
swt-inner-keyline-color: #444;
swt-tab-outline: #444;
swt-shadow-visible: false;
}
CTabFolder Tree {
background-color: #000;
color: #FFF;
}
CTabFolder Canvas {
background-color: #000;
color: #FFF;
}
CTabItem {
background-color: #000;
color: #DDD;
}
CTabItem:selected {
color: #FFF;
}
ToolBar {
color: #DDD;
}