From 7324f58b162b494760b9225f55b93c3bfd71985d Mon Sep 17 00:00:00 2001
From: Florent Torregrosa
 <14238-florenttorregrosa@users.noreply.drupalcode.org>
Date: Thu, 7 Dec 2023 09:01:04 +0000
Subject: [PATCH] Issue #3403814 by Grimreaper, pdureau: Add label context in
 themes.

---
 ui_suite_bootstrap.ui_skins.themes.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ui_suite_bootstrap.ui_skins.themes.yml b/ui_suite_bootstrap.ui_skins.themes.yml
index d2db2b97..0fe1df60 100644
--- a/ui_suite_bootstrap.ui_skins.themes.yml
+++ b/ui_suite_bootstrap.ui_skins.themes.yml
@@ -2,10 +2,12 @@
 # No value because same as plugin ID.
 dark:
   label: "Dark"
+  label_context: "color"
   key: "data-bs-theme"
 
 # No target because scopable.
 # No value because same as plugin ID.
 light:
   label: "Light"
+  label_context: "color"
   key: "data-bs-theme"
-- 
GitLab