Update custom-icons.json

After this commit https://github.com/ente-io/ente/pull/430 those 6 icons I tried to add do not shows the icon or default letter, but icon is filled with hexcolor, so I guess hexcolor is not needed.
This commit is contained in:
iamgitcat 2024-03-09 14:45:44 +03:00 committed by GitHub
parent 5acef45118
commit c7a4507f96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,8 +37,7 @@
{ {
"title": "BorgBase", "title": "BorgBase",
"altNames": ["borg"], "altNames": ["borg"],
"slug": "BorgBase", "slug": "BorgBase"
"hex": "222C31"
}, },
{ {
"title": "Brave Creators", "title": "Brave Creators",
@ -109,8 +108,7 @@
{ {
"title": "Gosuslugi", "title": "Gosuslugi",
"altNames": ["Госуслуги"], "altNames": ["Госуслуги"],
"slug": "Gosuslugi", "slug": "Gosuslugi"
"hex": "EE2F53"
}, },
{ {
"title": "Healthchecks.io", "title": "Healthchecks.io",
@ -127,13 +125,11 @@
}, },
{ {
"title": "IVPN", "title": "IVPN",
"slug": "IVPN", "slug": "IVPN"
"hex": "FA3243"
}, },
{ {
"title": "IceDrive", "title": "IceDrive",
"slug": "Icedrive", "slug": "Icedrive"
"hex": "1F4FD0"
}, },
{ {
"title": "Jagex", "title": "Jagex",
@ -154,8 +150,7 @@
"title": "Kite" "title": "Kite"
}, },
{ {
"title": "Koofr", "title": "Koofr"
"hex": "71BA05"
}, },
{ {
"title": "Kraken", "title": "Kraken",
@ -184,8 +179,7 @@
{ {
"title": "Murena", "title": "Murena",
"altNames": ["eCloud"], "altNames": ["eCloud"],
"slug": "ecloud", "slug": "ecloud"
"hex": "EC6A55"
}, },
{ {
"title": "Microsoft" "title": "Microsoft"
@ -230,8 +224,7 @@
}, },
{ {
"title": "pCloud", "title": "pCloud",
"slug": "pCloud", "slug": "pCloud"
"hex": "1EBCC5"
}, },
{ {
"title": "Peerberry", "title": "Peerberry",
@ -371,8 +364,7 @@
{ {
"title": "Yandex", "title": "Yandex",
"altNames": ["Ya", "Яндекс"], "altNames": ["Ya", "Яндекс"],
"slug": "Yandex", "slug": "Yandex"
"hex": "FC3F1D"
} }
] ]
} }