summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2021-07-02 14:07:19 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2021-07-02 14:07:19 -0300
commitba6d0315f2b0ce8fe4655f2e14f2bad4c602a791 (patch)
tree974d3ff9f577c22257c25cef96784e42e72123d4 /data
parenteb551e9bd2859fe7ea2e60bf1905d86bc8c238ee (diff)
downloadgnome-todo-ba6d0315f2b0ce8fe4655f2e14f2bad4c602a791.tar.gz
Add a dark / light theme switcher
https://gitlab.gnome.org/GNOME/gnome-todo/-/issues/397
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.todo.gschema.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/data/org.gnome.todo.gschema.xml b/data/org.gnome.todo.gschema.xml
index 1daa7410..52119669 100644
--- a/data/org.gnome.todo.gschema.xml
+++ b/data/org.gnome.todo.gschema.xml
@@ -31,5 +31,14 @@
<summary>Sidebar revealed</summary>
<description>Whether the sidebar is revealed or not</description>
</key>
+ <key name="style-variant" type="s">
+ <choices>
+ <choice value="light"/>
+ <choice value="dark"/>
+ </choices>
+ <default>'light'</default>
+ <summary>Style Variant</summary>
+ <description>Use the light or dark variant of the GTK theme and/or GtkSourceView style scheme.</description>
+ </key>
</schema>
</schemalist>