21 lines
765 B
XML
21 lines
765 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<schemalist gettext-domain="nightthemeswitcher@romainvigier.fr">
|
|
<schema id="org.gnome.shell.extensions.nightthemeswitcher" path="/org/gnome/shell/extensions/nightthemeswitcher/">
|
|
<key name="theme-original" type="s">
|
|
<default>""</default>
|
|
<summary>Original theme</summary>
|
|
<description>The theme to restore if the extension is disabled</description>
|
|
</key>
|
|
<key name="theme-day" type="s">
|
|
<default>""</default>
|
|
<summary>Day theme</summary>
|
|
<description>The theme to use during daytime</description>
|
|
</key>
|
|
<key name="theme-night" type="s">
|
|
<default>""</default>
|
|
<summary>Night theme</summary>
|
|
<description>The theme to use during nighttime</description>
|
|
</key>
|
|
</schema>
|
|
</schemalist>
|