-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.xml
39 lines (38 loc) · 1.45 KB
/
package.xml
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
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>OpenTheme</name>
<version>2024.09.01</version>
<date>2024.09.01</date>
<description>An accessible and coordinated set of Light and Dark themes for FreeCAD</description>
<maintainer email="[email protected]">Obelisk79</maintainer>
<license file="LICENSE">LGPL-2.1-or-later</license>
<url type="repository" branch="main">https://github.com/obelisk79/OpenTheme</url>
<icon>resources/icons/openthemes.svg</icon>
<content>
<preferencepack>
<name>OpenDark</name>
<description>A modern Dark theme for FreeCAD based on the Open-Color palette</description>
<tag>2024</tag>
<type>Theme</type>
<tag>dark</tag>
<subdirectory>./OpenDark/</subdirectory>
<file>OpenDark.qss</file>
</preferencepack>
<preferencepack>
<name>OpenLight</name>
<description>A modern Light theme for FreeCAD based on the Open-Color palette</description>
<tag>2024</tag>
<type>Theme</type>
<tag>light</tag>
<subdirectory>./OpenLight/</subdirectory>
<file>OpenLight.qss</file>
</preferencepack>
<preferencepack>
<name>OpenPreferences</name>
<description>A set of recommended preferences to complement OpenThemes.</description>
<tag>OpenThemes recommended settings</tag>
<subdirectory>./OpenPreferences/</subdirectory>
<file>OpenPreferences.cfg</file>
</preferencepack>
</content>
</package>