diff options
author | fuzzard <fuzzard@users.noreply.github.com> | 2024-03-01 10:29:32 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-01 10:29:32 +1000 |
commit | d7126f85b4118f743e756b36bbab0a4eb8c3e9da (patch) | |
tree | 9d2f7a761dead20978ac1debd3024b44d57b55a7 | |
parent | d2e4eb25f30833283c879a8704788c3c536b3502 (diff) | |
parent | ae4d9ce39993dc0f973738b8a67f6f5fe90902d6 (diff) |
Merge pull request #24774 from razzeee/backport-branding-color
Add branding color to metainfo for linux
-rw-r--r-- | tools/Linux/kodi.metainfo.xml.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/Linux/kodi.metainfo.xml.in b/tools/Linux/kodi.metainfo.xml.in index 998c631d9c..8d29eefac0 100644 --- a/tools/Linux/kodi.metainfo.xml.in +++ b/tools/Linux/kodi.metainfo.xml.in @@ -134,4 +134,8 @@ <control>gamepad</control> <control>tablet</control> </recommends> + <branding> + <color type="primary" scheme_preference="light">#E8F8FF</color> + <color type="primary" scheme_preference="dark">#082838</color> + </branding> </component> |