diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2022-07-25 20:27:04 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2022-07-25 20:27:36 +0200 |
commit | 9f1041988dc333cc1ef7a158b341cb56c11dd516 (patch) | |
tree | 5c47c485f40f96384a75e1ff5d69d4802c314726 /fiv.gschema.xml | |
parent | fa034a1a6a5bdc78ae2ea4575635dd8f81330033 (diff) | |
download | fiv-9f1041988dc333cc1ef7a158b341cb56c11dd516.tar.gz fiv-9f1041988dc333cc1ef7a158b341cb56c11dd516.tar.xz fiv-9f1041988dc333cc1ef7a158b341cb56c11dd516.zip |
Add a dark theme toggle to GSettings
Diffstat (limited to 'fiv.gschema.xml')
-rw-r--r-- | fiv.gschema.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fiv.gschema.xml b/fiv.gschema.xml index d52eb46..dfddfd1 100644 --- a/fiv.gschema.xml +++ b/fiv.gschema.xml @@ -10,5 +10,9 @@ double buffering. </description> </key> + <key name='dark-theme' type='b'> + <default>false</default> + <summary>Use a dark theme variant</summary> + </key> </schema> </schemalist> |