|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 | 2 | <?eclipse version="3.4"?>
|
3 | 3 | <plugin>
|
4 |
| - |
5 |
| - <extension |
6 |
| - name="Themes" |
7 |
| - point="org.eclipse.e4.ui.css.swt.theme"> |
8 |
| - <theme |
9 |
| - basestylesheeturi="themes/archi/css/basic/basic.css" |
10 |
| - id="com.archimatetool.editor.theme.basic" |
11 |
| - label="%theme.basic"> |
12 |
| - </theme> |
13 |
| - <theme |
14 |
| - basestylesheeturi="themes/eclipse/css/e4_classic.css" |
15 |
| - id="org.eclipse.e4.ui.css.theme.e4_classic" |
16 |
| - label="%theme.classic"> |
17 |
| - </theme> |
18 |
| - <theme |
19 |
| - basestylesheeturi="themes/eclipse/css/e4_default_gtk.css" |
20 |
| - id="org.eclipse.e4.ui.css.theme.e4_default" |
21 |
| - label="%theme.light" |
22 |
| - os="linux"> |
23 |
| - </theme> |
24 |
| - <theme |
25 |
| - basestylesheeturi="themes/eclipse/css/e4_default_mac.css" |
26 |
| - id="org.eclipse.e4.ui.css.theme.e4_default" |
27 |
| - label="%theme.light" |
28 |
| - os="macosx"> |
29 |
| - </theme> |
30 |
| - <theme |
31 |
| - basestylesheeturi="themes/eclipse/css/e4_default_win.css" |
32 |
| - id="org.eclipse.e4.ui.css.theme.e4_default" |
33 |
| - label="%theme.light" |
34 |
| - os="win32"> |
35 |
| - </theme> |
36 |
| - <theme |
37 |
| - basestylesheeturi="themes/eclipse/css/e4-dark_win.css" |
38 |
| - id="org.eclipse.e4.ui.css.theme.e4_dark" |
39 |
| - label="%theme.dark" |
40 |
| - os="win32"> |
41 |
| - </theme> |
42 |
| - <theme |
43 |
| - basestylesheeturi="themes/eclipse/css/e4-dark_linux.css" |
44 |
| - id="org.eclipse.e4.ui.css.theme.e4_dark" |
45 |
| - label="%theme.dark" |
46 |
| - os="linux"> |
47 |
| - </theme> |
48 |
| - <theme |
49 |
| - basestylesheeturi="themes/eclipse/css/e4-dark_mac1013.css" |
50 |
| - id="org.eclipse.e4.ui.css.theme.e4_dark" |
51 |
| - label="%theme.dark" |
52 |
| - os="macosx" |
53 |
| - os_version="10.11,10.12,10.13"> |
54 |
| - </theme> |
55 |
| - <theme |
56 |
| - basestylesheeturi="themes/eclipse/css/e4-dark_mac.css" |
57 |
| - id="org.eclipse.e4.ui.css.theme.e4_dark" |
58 |
| - label="%theme.dark" |
59 |
| - os="macosx"> |
60 |
| - </theme> |
61 |
| - <theme |
62 |
| - basestylesheeturi="themes/eclipse/css/e4_system.css" |
63 |
| - id="org.eclipse.e4.ui.css.theme.e4_system" |
64 |
| - label="%theme.system"> |
65 |
| - </theme> |
66 |
| - </extension> |
67 | 4 | <extension
|
68 |
| - name="StyleSheets" |
| 5 | + name="Themes" |
69 | 6 | point="org.eclipse.e4.ui.css.swt.theme">
|
70 |
| - <stylesheet |
71 |
| - uri="themes/eclipse/css/dark/e4-dark_preferencestyle.css"> |
72 |
| - <themeid |
73 |
| - refid="org.eclipse.e4.ui.css.theme.e4_dark"> |
74 |
| - </themeid> |
75 |
| - </stylesheet> |
76 |
| - <stylesheet |
77 |
| - uri="themes/archi/css/common/archi-globalstyle.css"> |
78 |
| - <themeid |
79 |
| - refid="org.eclipse.e4.ui.css.theme.e4_classic"> |
80 |
| - </themeid> |
81 |
| - </stylesheet> |
82 |
| - <stylesheet |
83 |
| - uri="themes/eclipse/css/dark/archi-dark-styling.css"> |
84 |
| - <themeid |
85 |
| - refid="org.eclipse.e4.ui.css.theme.e4_dark"> |
86 |
| - </themeid> |
87 |
| - </stylesheet> |
88 |
| - <stylesheet |
89 |
| - uri="themes/eclipse/css/light/archi-light-styling.css"> |
90 |
| - <themeid |
91 |
| - refid="org.eclipse.e4.ui.css.theme.e4_default"> |
92 |
| - </themeid> |
93 |
| - </stylesheet> |
94 |
| - <stylesheet |
95 |
| - uri="themes/eclipse/css/system/archi-light-styling.css"> |
96 |
| - <themeid |
97 |
| - refid="org.eclipse.e4.ui.css.theme.e4_system"> |
98 |
| - </themeid> |
99 |
| - </stylesheet> |
100 |
| - <stylesheet |
101 |
| - os="macosx" |
102 |
| - uri="themes/eclipse/css/system/archi-system-mac.css"> |
103 |
| - <themeid |
104 |
| - refid="org.eclipse.e4.ui.css.theme.e4_system"> |
105 |
| - </themeid> |
106 |
| - </stylesheet> |
| 7 | + <theme |
| 8 | + basestylesheeturi="themes/archi/css/basic/basic.css" |
| 9 | + id="com.archimatetool.editor.theme.basic" |
| 10 | + label="%theme.basic"> |
| 11 | + </theme> |
| 12 | + <theme |
| 13 | + basestylesheeturi="themes/eclipse/css/system/e4_system.css" |
| 14 | + id="org.eclipse.e4.ui.css.theme.e4_system" |
| 15 | + label="%theme.system"> |
| 16 | + </theme> |
107 | 17 |
|
108 | 18 | </extension>
|
| 19 | + |
| 20 | + <extension |
| 21 | + name="StyleSheets" |
| 22 | + point="org.eclipse.e4.ui.css.swt.theme"> |
| 23 | + <stylesheet |
| 24 | + uri="themes/eclipse/css/light/archi-light-styling.css"> |
| 25 | + <themeid |
| 26 | + refid="org.eclipse.e4.ui.css.theme.e4_default"> |
| 27 | + </themeid> |
| 28 | + </stylesheet> |
| 29 | + <stylesheet |
| 30 | + uri="themes/eclipse/css/dark/archi-dark-styling.css"> |
| 31 | + <themeid |
| 32 | + refid="org.eclipse.e4.ui.css.theme.e4_dark"> |
| 33 | + </themeid> |
| 34 | + </stylesheet> |
| 35 | + <stylesheet |
| 36 | + uri="themes/archi/css/common/archi-globalstyle.css"> |
| 37 | + <themeid |
| 38 | + refid="org.eclipse.e4.ui.css.theme.e4_classic"> |
| 39 | + </themeid> |
| 40 | + </stylesheet> |
| 41 | + <stylesheet |
| 42 | + uri="themes/eclipse/css/system/archi-light-styling.css"> |
| 43 | + <themeid |
| 44 | + refid="org.eclipse.e4.ui.css.theme.e4_system"> |
| 45 | + </themeid> |
| 46 | + </stylesheet> |
| 47 | + <stylesheet |
| 48 | + os="macosx" |
| 49 | + uri="themes/eclipse/css/system/archi-system-mac.css"> |
| 50 | + <themeid |
| 51 | + refid="org.eclipse.e4.ui.css.theme.e4_system"> |
| 52 | + </themeid> |
| 53 | + </stylesheet> |
| 54 | + </extension> |
109 | 55 | <extension
|
110 | 56 | point="org.eclipse.ui.themes">
|
111 | 57 | <themeElementCategory
|
112 | 58 | id="com.archimatetool.editor.themes"
|
113 |
| - label="%themeCategory.archi"> |
| 59 | + label="%themeCategory.archi" |
| 60 | + parentId="org.eclipse.ui.themes.CssTheme"> |
114 | 61 | </themeElementCategory>
|
115 | 62 | <colorDefinition
|
116 | 63 | categoryId="com.archimatetool.editor.themes"
|
|
0 commit comments