diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2022-03-22 11:24:25 +0100 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2022-03-22 11:24:25 +0100 |
commit | 3312d180c0743494702f52cb715f2d86772db9a4 (patch) | |
tree | bcda2ac6d3b68531d3799b4c4c485b799c1beb9c /data | |
parent | f767543f6f22404649429ecd3d16b6adcc7f7c14 (diff) | |
download | Furtherance-3312d180c0743494702f52cb715f2d86772db9a4.tar.zst |
- Dark Mode off by default
- Dark mode toggle switches immediately
Diffstat (limited to 'data')
-rwxr-xr-x | data/com.lakoliu.Furtherance.gschema.xml | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | data/screenshots/furtherance-screenshot-edit-task.png | bin | 33243 -> 33243 bytes | |||
-rwxr-xr-x[-rw-r--r--] | data/screenshots/furtherance-screenshot-main.png | bin | 73192 -> 73192 bytes | |||
-rwxr-xr-x[-rw-r--r--] | data/screenshots/furtherance-screenshot-settings.png | bin | 78671 -> 78671 bytes | |||
-rwxr-xr-x[-rw-r--r--] | data/screenshots/furtherance-screenshot-task-details.png | bin | 43610 -> 43610 bytes |
5 files changed, 1 insertions, 1 deletions
diff --git a/data/com.lakoliu.Furtherance.gschema.xml b/data/com.lakoliu.Furtherance.gschema.xml index 276c79b..a2d22ae 100755 --- a/data/com.lakoliu.Furtherance.gschema.xml +++ b/data/com.lakoliu.Furtherance.gschema.xml @@ -2,7 +2,7 @@ <schemalist gettext-domain="furtherance"> <schema id="com.lakoliu.Furtherance" path="/com/lakoliu/Furtherance/"> <key name="dark-mode" type="b"> - <default>true</default> + <default>false</default> </key> <key name="notify-of-idle" type="b"> <default>true</default> diff --git a/data/screenshots/furtherance-screenshot-edit-task.png b/data/screenshots/furtherance-screenshot-edit-task.png index d2f3223..d2f3223 100644..100755 --- a/data/screenshots/furtherance-screenshot-edit-task.png +++ b/data/screenshots/furtherance-screenshot-edit-task.png Binary files differdiff --git a/data/screenshots/furtherance-screenshot-main.png b/data/screenshots/furtherance-screenshot-main.png index cc9b5ae..cc9b5ae 100644..100755 --- a/data/screenshots/furtherance-screenshot-main.png +++ b/data/screenshots/furtherance-screenshot-main.png Binary files differdiff --git a/data/screenshots/furtherance-screenshot-settings.png b/data/screenshots/furtherance-screenshot-settings.png index 64d92a1..64d92a1 100644..100755 --- a/data/screenshots/furtherance-screenshot-settings.png +++ b/data/screenshots/furtherance-screenshot-settings.png Binary files differdiff --git a/data/screenshots/furtherance-screenshot-task-details.png b/data/screenshots/furtherance-screenshot-task-details.png index 5721244..5721244 100644..100755 --- a/data/screenshots/furtherance-screenshot-task-details.png +++ b/data/screenshots/furtherance-screenshot-task-details.png Binary files differ |