1<?xml version="1.0" encoding="UTF-8"?> 2<schemalist gettext-domain="gnome-todo"> 3 <schema id="org.gnome.todo" path="/org/gnome/todo/"> 4 <key name="window-maximized" type="b"> 5 <default>true</default> 6 <summary>Window maximized</summary> 7 <description>Window maximized state</description> 8 </key> 9 <key name="window-size" type="(ii)"> 10 <default>(800, 600)</default> 11 <summary>Window size</summary> 12 <description>Window size (width and height).</description> 13 </key> 14 <key name="first-run" type="b"> 15 <default>true</default> 16 <summary>First run of GNOME To Do</summary> 17 <description>Whether it’s the first run of GNOME To Do (to run the initial setup) or not</description> 18 </key> 19 <key name="default-provider" type="s"> 20 <default>"local"</default> 21 <summary>Default provider to add new lists to</summary> 22 <description>The identifier of the default provider to add new lists to</description> 23 </key> 24 <key name="active-extensions" type="as"> 25 <default>["task-lists-workspace", "inbox-panel", "all-tasks-panel", "background", "eds", "today-panel", "next-week-panel", "night-light"]</default> 26 <summary>List of active extensions</summary> 27 <description>The list of active extensions</description> 28 </key> 29 <key name="sidebar-revealed" type="b"> 30 <default>true</default> 31 <summary>Sidebar revealed</summary> 32 <description>Whether the sidebar is revealed or not</description> 33 </key> 34 <key name="style-variant" type="s"> 35 <choices> 36 <choice value="light"/> 37 <choice value="dark"/> 38 </choices> 39 <default>'light'</default> 40 <summary>Style Variant</summary> 41 <description>Use the light or dark variant of the GTK theme and/or GtkSourceView style scheme.</description> 42 </key> 43 </schema> 44</schemalist> 45