diff options
author | Marvin W <git@larma.de> | 2024-05-09 12:48:11 +0200 |
---|---|---|
committer | Marvin W <git@larma.de> | 2024-05-09 12:48:11 +0200 |
commit | 20d84a494537befec883e7dbd1a7e8b5614276bb (patch) | |
tree | 3654f365091c60a68a8917d469786ea6acfe6d33 /main/data/im.dino.Dino.appdata.xml.in | |
parent | d473efcbfe3603fac62594bd9d8fee8b23ffcbe5 (diff) | |
download | dino-20d84a494537befec883e7dbd1a7e8b5614276bb.tar.gz dino-20d84a494537befec883e7dbd1a7e8b5614276bb.zip |
AppData: Add brand color
Diffstat (limited to 'main/data/im.dino.Dino.appdata.xml.in')
-rw-r--r-- | main/data/im.dino.Dino.appdata.xml.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/main/data/im.dino.Dino.appdata.xml.in b/main/data/im.dino.Dino.appdata.xml.in index 9e87f39e..0775267b 100644 --- a/main/data/im.dino.Dino.appdata.xml.in +++ b/main/data/im.dino.Dino.appdata.xml.in @@ -29,6 +29,10 @@ <url type="donation">https://dino.im/#donate</url> <url type="translate">https://hosted.weblate.org/projects/dino/</url> <update_contact>appstream@dino.im</update_contact> + <branding> + <color type="primary" scheme_preference="light">#B2DFDB</color> + <color type="primary" scheme_preference="dark">#004D40</color> + </branding> <releases> <release date="2023-02-07" version="0.4"> <description> |