From 9973cc703d29ed36614940fcbdcb17badc3f64d9 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Tue, 20 Aug 2024 16:35:33 +0200 Subject: [PATCH] Update config_domain.toml: propagate change in theme list from yunohost-portal --- share/config_domain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/config_domain.toml b/share/config_domain.toml index 8a9d493f0..956eb58d1 100644 --- a/share/config_domain.toml +++ b/share/config_domain.toml @@ -43,7 +43,7 @@ name = "Features" [feature.portal.portal_theme] type = "select" - choices = ["system", "light", "dark", "cupcake", "bumblebee", "emerald", "corporate", "synthwave", "retro", "cyberpunk", "valentine", "halloween", "garden", "forest", "aqua", "lofi", "pastel", "fantasy", "wireframe", "black", "luxury", "dracula", "cmyk", "autumn", "business", "acid", "lemonade", "night", "coffee", "winter"] + choices = ["system", "light", "dark", "omg", "legacy", "black", "synthwave", "halloween", "coffee", "cupcake", "cyberpunk", "valentine", "nord"] default = "system" [feature.portal.search_engine]