File size: 1,353 Bytes
985c397
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<package format="1">
  <name>Built-In Preference Packs</name>
  <description>Preference Packs included with the FreeCAD distribution</description>
  <version>1.0.0</version>
  <maintainer email="email@FreeCAD.org">MisterMaker</maintainer>
  <license file="../../LICENSE">LGPL2</license>
  <url type="repository">https://github.com/FreeCAD/FreeCAD</url>
  <content>
    <preferencepack>
      <name>FreeCAD Classic</name>
      <type>Theme</type>
      <description>Removes stylesheets, and applies the classic purple/gray background. Resets all colors to default</description>
      <version>1.0.0</version>
      <tag>built-in</tag>
      <tag>background</tag>
      <tag>no stylesheet</tag>
      <tag>classic theme</tag>
    </preferencepack>
	<preferencepack>
	  <name>FreeCAD Light</name>
      <type>Theme</type>
      <description>Applies a basic light theme.</description>
      <version>1.0.0</version>
      <tag>built-in</tag>
      <tag>background</tag>
      <tag>light</tag>
    </preferencepack>
	<preferencepack>
	  <name>FreeCAD Dark</name>
      <type>Theme</type>
      <description>Applies a basic dark theme.</description>
      <version>1.0.0</version>
      <tag>built-in</tag>
      <tag>background</tag>
      <tag>dark</tag>
    </preferencepack>
  </content>
</package>