-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.xml
More file actions
132 lines (89 loc) · 4.8 KB
/
package.xml
File metadata and controls
132 lines (89 loc) · 4.8 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
<?xml
version = '1.0'
encoding = 'UTF-8'
standalone = 'no'
?>
<package
format = '1'
xmlns = 'https://wiki.freecad.org/Package_Metadata'
>
<!--[ Versions ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<freecadmin>1.0.0</freecadmin>
<version>1.0.1</version>
<date>2025-12-04</date>
<!--[ Info ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<description>Nordic themes and preference pack.</description>
<name>Nordic</name>
<!--[ Tags ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<tag>Theme</tag>
<tag>Light</tag>
<tag>Dark</tag>
<!--[ Maintainers ]――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<maintainer
email = 'dev@erroronline.one'
>error on line 1</maintainer>
<!--[ Authors ]――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<author
email = 'dev@erroronline.one'
>error on line 1</author>
<!--[ Licenses ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<license
file = 'LICENSE'
>LGPL-2.1-or-later</license>
<!--[ Icon ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<icon>resources/icons/nordicfc.svg</icon>
<!--[ Urls ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<url
type = 'documentation'
>https://github.com/erroronline1/NordicFC</url>
<url
branch = 'main'
type = 'repository'
>https://github.com/erroronline1/NordicFC</url>
<url
type = 'bugtracker'
>https://github.com/erroronline1/NordicFC/issues</url>
<url
type = 'discussion'
>https://forum.freecad.org/viewtopic.php?p=848525#p848525</url>
<url
type = 'website'
>https://github.com/erroronline1/NordicFC</url>
<url
type = 'readme'
>https://github.com/erroronline1/NordicFC/blob/main/Overview.md</url>
<!--[ Content ]――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<content>
<!--[ Theme : Dark ]―――――――――――――――――――――――――――――――――――――――――――――――――-->
<preferencepack>
<description>Dark theme based on the Nord palette.</description>
<name>NorthernNights</name>
<subdirectory>./NorthernNights/</subdirectory>
<file>NorthernNights.qss</file>
<type>Theme</type>
<tag>Nordic</tag>
<tag>Theme</tag>
<tag>Dark</tag>
</preferencepack>
<!--[ Theme : Light ]――――――――――――――――――――――――――――――――――――――――――――――――-->
<preferencepack>
<description>Light theme based on the Nord palette.</description>
<name>NorthernLights</name>
<subdirectory>./NorthernLights/</subdirectory>
<file>NorthernLights.qss</file>
<type>Theme</type>
<tag>Nordic</tag>
<tag>Theme</tag>
<tag>Light</tag>
</preferencepack>
<!--[ Preferences ]――――――――――――――――――――――――――――――――――――――――――――――――――-->
<preferencepack>
<description>Preferences to complement the Nordic themes.</description>
<name>NordicPreferences</name>
<subdirectory>./NordicPreferences/</subdirectory>
<file>NordicPreferences.cfg</file>
<tag>Preferences</tag>
<tag>Nordic</tag>
</preferencepack>
</content>
</package>