From 33cd89dbf8fba19e63cb97be3b7c02d6c2f935ed Mon Sep 17 00:00:00 2001 From: yemkareems Date: Thu, 25 Sep 2025 16:07:59 +0530 Subject: [PATCH] fix: added x dark and light images for x logo and switched images based on isDarkTheme flag Signed-off-by: yemkareems --- REUSE.toml | 2 +- core/img/x-dark.svg | 1 + core/img/x-light.svg | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 core/img/x-dark.svg create mode 100644 core/img/x-light.svg 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