Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@luzpaz
Created August 15, 2022 13:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luzpaz/460c79e1b542afa1eb128365135d43a2 to your computer and use it in GitHub Desktop.
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)
<?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="zolko@zolko.org">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