From 69105cfadc123e5037f9388cc8b97c5ff9285aea Mon Sep 17 00:00:00 2001 From: Starship-Headlight <142043604+Starship-Headlight@users.noreply.github.com> Date: Fri, 8 Dec 2023 04:11:23 +0530 Subject: [PATCH 1/4] Update for Limitless theme.json --- themes/limitless/v1/theme.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/limitless/v1/theme.json b/themes/limitless/v1/theme.json index 0e5d75a..4b4f039 100644 --- a/themes/limitless/v1/theme.json +++ b/themes/limitless/v1/theme.json @@ -122,6 +122,9 @@ "dialog": { "primary": { "paragraph": "#b1b1b1" + }, + "selected": { + "background": "#5b5b5b" } }, "navigationMenu": { From 8bc68c5a88f3f80f06eae2716f9bc7e62c1867b6 Mon Sep 17 00:00:00 2001 From: Starship-Headlight <142043604+Starship-Headlight@users.noreply.github.com> Date: Fri, 8 Dec 2023 04:12:32 +0530 Subject: [PATCH 2/4] Update for dark & light theme.json --- themes/dark-and-light/v1/theme.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/dark-and-light/v1/theme.json b/themes/dark-and-light/v1/theme.json index 72f9866..24a1229 100644 --- a/themes/dark-and-light/v1/theme.json +++ b/themes/dark-and-light/v1/theme.json @@ -123,6 +123,9 @@ "primary": { "accent": "#008837", "paragraph": "#D3D3D3" + }, + "selected": { + "background": "#5b5b5b" } }, "navigationMenu": { From 7d499483b117d4808d083d50cafb8b0342ae485f Mon Sep 17 00:00:00 2001 From: Starship-Headlight <142043604+Starship-Headlight@users.noreply.github.com> Date: Fri, 8 Dec 2023 04:13:40 +0530 Subject: [PATCH 3/4] Update for light and dark theme.json --- themes/light-and-dark/v1/theme.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/light-and-dark/v1/theme.json b/themes/light-and-dark/v1/theme.json index ba89909..d7e1c19 100644 --- a/themes/light-and-dark/v1/theme.json +++ b/themes/light-and-dark/v1/theme.json @@ -119,6 +119,9 @@ "primary": { "paragraph": "#5E5E5E", "icon": "#5E5E5E" + }, + "selected": { + "background": "#d1d1d1" } }, "navigationMenu": { From ea22eaddd6cde27588d38242f06abd9d457cf518 Mon Sep 17 00:00:00 2001 From: Starship-Headlight <142043604+Starship-Headlight@users.noreply.github.com> Date: Fri, 8 Dec 2023 04:14:38 +0530 Subject: [PATCH 4/4] Update for milkyway theme.json --- themes/milky-way/v1/theme.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/milky-way/v1/theme.json b/themes/milky-way/v1/theme.json index dca9925..b3dc459 100644 --- a/themes/milky-way/v1/theme.json +++ b/themes/milky-way/v1/theme.json @@ -122,6 +122,9 @@ "dialog": { "primary": { "paragraph": "#b1b1b1" + }, + "selected": { + "background": "#5b5b5b" } }, "navigationMenu": {