diff options
| author | Felix Ernst <[email protected]> | 2024-04-18 10:28:28 +0000 |
|---|---|---|
| committer | Felix Ernst <[email protected]> | 2024-04-18 10:28:28 +0000 |
| commit | 57f45004cf57aac2c03f6ea9e73821f8d127b4c5 (patch) | |
| tree | b304d7b3e28615cd10071647661fd5d13b8a2c67 /src | |
| parent | 0df340f9055cd7aa22e49a43b1afdc067cf77318 (diff) | |
Add branding colors for Flathub
This is needed or they definitely won't feature us.
The light blue color is chosen because it is vibrant and fits the
association with "Dolphin". The very dark color is chosen to still have
a good contrast with the Dolphin icon even though it is already quite
dark at the top left corner.
For more information see:
https://docs.flathub.org/blog/introducing-app-brand-colors/
Diffstat (limited to 'src')
| -rw-r--r-- | src/org.kde.dolphin.appdata.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/org.kde.dolphin.appdata.xml b/src/org.kde.dolphin.appdata.xml index f4a23ec8b..4d984d34f 100644 --- a/src/org.kde.dolphin.appdata.xml +++ b/src/org.kde.dolphin.appdata.xml @@ -489,4 +489,8 @@ <release version="23.08.5" date="2024-02-15"/> </releases> <content_rating type="oars-1.1"/> + <branding> + <color type="primary" scheme_preference="light">#67c4ff</color> + <color type="primary" scheme_preference="dark">#19455b</color> + </branding> </component> |
