From 068d18b69bae8456669293a8b7dfe9afd827e03d Mon Sep 17 00:00:00 2001 From: maTh Date: Sat, 4 Mar 2023 15:05:58 +0100 Subject: Add: (#5105) * implemented * themes' metadata.json * fix * fix * retrigger tests * Update lib/Minz/View.php Co-authored-by: Luc SANCHEZ <4697568+ColonelMoutarde@users.noreply.github.com> * Update lib/Minz/View.php Co-authored-by: Alexandre Alapetite * Update lib/Minz/View.php Co-authored-by: Alexandre Alapetite * Update lib/Minz/View.php Co-authored-by: Alexandre Alapetite * fix --------- Co-authored-by: Alexandre Alapetite Co-authored-by: Luc SANCHEZ <4697568+ColonelMoutarde@users.noreply.github.com> --- p/themes/Flat/metadata.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'p/themes/Flat') diff --git a/p/themes/Flat/metadata.json b/p/themes/Flat/metadata.json index bd7ce6157..acb9b0668 100644 --- a/p/themes/Flat/metadata.json +++ b/p/themes/Flat/metadata.json @@ -4,5 +4,6 @@ "description": "Thème plat pour FreshRSS", "version": 0.2, "files": ["_frss.css", "flat.css"], - "deprecated": true + "deprecated": true, + "theme-color": "#34495e" } -- cgit v1.2.3