Created
August 15, 2022 13:42
-
-
Save luzpaz/460c79e1b542afa1eb128365135d43a2 to your computer and use it in GitHub Desktop.
A package.xml file for Zolko's theme (https://forum.freecadweb.org/viewtopic.php?f=34&t=71110)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" standalone="no" ?> | |
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata"> | |
<name>Zolkos Theme Package</name> | |
<description>A preference pack including a stylesheet with tabs</description> | |
<version>0.1.0</version> | |
<maintainer email="[email protected]">Zolko</maintainer> | |
<license file="LICENSE">GPLv3</license> | |
<url type="repository" branch="main">https://github.com/zolko/ZolkoThemePackage</url> | |
<icon>resources/icons/Zolko.svg</icon> | |
<content> | |
<preferencepack> | |
<name>Zolko</name> | |
<description>Theme with tabs</description> | |
<tag>tabs</tag> | |
<tag>stylesheet</tag> | |
<file>DarkSide.qss</file> | |
<depend>TabBar</depend> | |
<depend>PersistentToolbars<depend> | |
</preferencepack> | |
</content> | |
</package> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment