Add 'type' metadata to build-in themes preference packs.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user