Skip to content

Commit f1a2d6f

Browse files
authored
Fix metainfo screenshots and banner color
1 parent eb9ddf1 commit f1a2d6f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

data/com.ranfdev.DistroShelf.metainfo.xml.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,19 +54,19 @@
5454

5555
<!-- Applications should set a brand color in both light and dark variants like so -->
5656
<branding>
57-
<color type="primary" scheme_preference="light">#ff00ff</color>
58-
<color type="primary" scheme_preference="dark">#993d3d</color>
57+
<color type="primary" scheme_preference="light">#deddda</color>
58+
<color type="primary" scheme_preference="dark">#241f31</color>
5959
</branding>
6060

6161
<screenshots>
6262
<screenshot type="default">
6363
<image type="source">https://raw.githubusercontent.com/ranfdev/DistroShelf/master/data/screenshots/1.png</image>
6464
</screenshot>
6565
<screenshot>
66-
<image type="source">https://raw.githubusercontent.com/ranfdev/Geopard/DistroShelf/data/screenshots/2.png</image>
66+
<image type="source">https://raw.githubusercontent.com/ranfdev/DistroShelf/master/data/screenshots/2.png</image>
6767
</screenshot>
6868
<screenshot>
69-
<image type="source">https://raw.githubusercontent.com/ranfdev/Geopard/DistroShelf/data/screenshots/3.png</image>
69+
<image type="source">https://raw.githubusercontent.com/ranfdev/DistroShelf/master/data/screenshots/3.png</image>
7070
</screenshot>
7171
</screenshots>
7272

0 commit comments

Comments
 (0)