Skip to content

Commit a92c469

Browse files
authored
Merge pull request #33 from matfantinel/distro-agnostic
Make Reminduck distro-agnostic
2 parents 463e613 + ee2417d commit a92c469

File tree

7 files changed

+2402
-206
lines changed

7 files changed

+2402
-206
lines changed

data/com.github.matfantinel.reminduck.gresource.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<gresources>
33
<gresource prefix="/com/github/matfantinel/reminduck">
44
<file alias="stylesheet.css">stylesheet.css</file>
5-
<file alias="stylesheet-dark.css">stylesheet-dark.css</file>
65
<file alias="AppIcon.png">icons/com.github.matfantinel.reminduck.png</file>
76
</gresource>
87
</gresources>

data/com.github.matfantinel.reminduck.gschema.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,10 @@
2929
<summary>Whether this is the first time that Reminduck has opened</summary>
3030
<description>Used to determine whether or not to perform initial install steps</description>
3131
</key>
32+
<key name="use-dark-theme" type="b">
33+
<default>false</default>
34+
<summary>Whether the app should use a dark style or not</summary>
35+
<description>Used to determine whether or not to use dark mode stylesheet</description>
36+
</key>
3237
</schema>
3338
</schemalist>

0 commit comments

Comments
 (0)