Skip to content

Commit 8ab5e7c

Browse files
committed
Fix font in dark mode in headerbar, change for release, and redo screenshots
1 parent 4420251 commit 8ab5e7c

15 files changed

+40
-10
lines changed

data/Application.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
@define-color accent_color @BANANA_500;
23
@define-color color_primary @BANANA_300;
34

@@ -13,4 +14,17 @@
1314
padding: 5px 10px;
1415
border-radius: 5px;
1516
border: 1px solid #d4d4d4;
17+
}
18+
19+
.reminduck-headerbar-dark * {
20+
color: black;
21+
text-shadow: none;
22+
}
23+
24+
.reminduck-headerbar-dark .text-button * {
25+
color: white;
26+
}
27+
28+
.reminduck-headerbar-dark .back-button {
29+
color: white;
1630
}

data/reminduck.metainfo.xml.in

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,14 @@
109109
<binary>io.github.ellie_commons.reminduck</binary>
110110
</provides>
111111
<content_rating type="oars-1.1"/>
112-
<translation type="gettext" source_locale="en_GB">io.github.ellie_commons.jorts</translation>
112+
<translation type="gettext" source_locale="en_GB">io.github.ellie_commons.reminduck</translation>
113113
<recommends>
114114
<control>keyboard</control>
115115
<control>pointing</control>
116116
<control>touch</control>
117117
</recommends>
118118

119-
<developer id="io.github.teamcons">
119+
<developer id="io.github.ellie-commons">
120120
<name>Matheus Fantinel + Stella</name>
121121
</developer>
122122
<project_group>ellie-commons</project_group>
@@ -138,17 +138,21 @@
138138
<caption>The welcome view</caption>
139139
<image>https://raw.githubusercontent.com/ellie-commons/reminduck/master/data/screenshots/Welcome.png</image>
140140
</screenshot>
141-
<screenshot>
141+
<screenshot environment="pantheon">
142142
<caption>Add new reminders</caption>
143143
<image>https://raw.githubusercontent.com/ellie-commons/reminduck/master/data/screenshots/Editor.png</image>
144144
</screenshot>
145-
<screenshot>
145+
<screenshot environment="pantheon:dark">
146146
<caption>Add new reminders but in dark</caption>
147147
<image>https://raw.githubusercontent.com/ellie-commons/reminduck/master/data/screenshots/Editor-dark.png</image>
148148
</screenshot>
149-
<screenshot>
149+
<screenshot environment="pantheon">
150150
<caption>See current reminders</caption>
151151
<image>https://raw.githubusercontent.com/ellie-commons/reminduck/master/data/screenshots/List.png</image>
152152
</screenshot>
153+
<screenshot environment="pantheon:dark">
154+
<caption>See current reminders but in dark</caption>
155+
<image>https://raw.githubusercontent.com/ellie-commons/reminduck/master/data/screenshots/List-dark.png</image>
156+
</screenshot>
153157
</screenshots>
154158
</component>

data/screenshots/Editor-dark.png

33.9 KB
Loading

data/screenshots/Editor.png

35.1 KB
Loading

data/screenshots/List-dark.png

23.2 KB
Loading

data/screenshots/List.png

24 KB
Loading

data/screenshots/Welcome-dark.png

60.7 KB
Loading

data/screenshots/Welcome.png

61.2 KB
Loading
27.3 KB
Loading

data/screenshots/old/Editor.png

27.2 KB
Loading

0 commit comments

Comments
 (0)