diff --git a/REUSE.toml b/REUSE.toml index f70638e3fd2..fac413f0396 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -328,7 +328,7 @@ SPDX-FileCopyrightText = "2016-2024 Collabora Ltd." SPDX-License-Identifier = "LicenseRef-CollaboraTrademarks" [[annotations]] -path = ["core/img/x.svg", "core/img/twitter.svg", "core/img/actions/twitter.svg", "apps/federatedfilesharing/img/social-twitter.svg"] +path = ["core/img/x.svg", "core/img/x-dark.svg", "core/img/x-light.svg", "core/img/twitter.svg", "core/img/actions/twitter.svg", "apps/federatedfilesharing/img/social-twitter.svg"] precedence = "aggregate" SPDX-FileCopyrightText = "X Corp." SPDX-License-Identifier = "LicenseRef-XTrademarks" diff --git a/core/img/x-dark.svg b/core/img/x-dark.svg new file mode 100644 index 00000000000..b144d782183 --- /dev/null +++ b/core/img/x-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/core/img/x-light.svg b/core/img/x-light.svg new file mode 100644 index 00000000000..5c3d165d892 --- /dev/null +++ b/core/img/x-light.svg @@ -0,0 +1 @@ + \ No newline at end of file