From 7d11986a0a2ac0386a4289a4b05c6ea5fc598ba6 Mon Sep 17 00:00:00 2001 From: Ariane Emory <97994360+ariane-emory@users.noreply.github.com> Date: Sun, 23 Nov 2025 02:51:07 -0500 Subject: feature: optional selectedListItemText element in themes and luminance-based fallback to solve 4369 (#4572) Co-authored-by: knanao Co-authored-by: knanao --- packages/web/public/theme.json | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/web/public') diff --git a/packages/web/public/theme.json b/packages/web/public/theme.json index b3e97f7ca..7c8077634 100644 --- a/packages/web/public/theme.json +++ b/packages/web/public/theme.json @@ -46,6 +46,7 @@ "info": { "$ref": "#/definitions/colorValue" }, "text": { "$ref": "#/definitions/colorValue" }, "textMuted": { "$ref": "#/definitions/colorValue" }, + "selectedListItemText": { "$ref": "#/definitions/colorValue" }, "background": { "$ref": "#/definitions/colorValue" }, "backgroundPanel": { "$ref": "#/definitions/colorValue" }, "backgroundElement": { "$ref": "#/definitions/colorValue" }, -- cgit v1.2.3