Add 'type' metadata to build-in themes preference packs.

This commit is contained in:
Paddle
2023-07-30 07:14:29 +02:00
committed by Chris Hennes
parent 5cd2fa71da
commit 607f61a5d5

View File

@@ -10,6 +10,7 @@
<content>
<preferencepack>
<name>Classic theme</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>
@@ -19,6 +20,7 @@
</preferencepack>
<preferencepack>
<name>Dark theme</name>
<type>Theme</type>
<description>Applies a dark background and a darker stylesheet, you can choose other stylesheets as you wish.</description>
<version>0.5.0</version>
<tag>built-in</tag>
@@ -29,6 +31,7 @@
</preferencepack>
<preferencepack>
<name>Light theme</name>
<type>Theme</type>
<description>Applies a light background and a light stylesheet, you can choose other stylesheets as you wish.</description>
<version>0.5.0</version>
<tag>built-in</tag>