From b6ab62be29a641e58a603ee3c538d138a2a61a1e Mon Sep 17 00:00:00 2001 From: fuleyi Date: Thu, 12 Dec 2024 20:28:59 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=AE=BE=E7=BD=AE=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E4=B8=BB=E9=A2=98=E4=B8=BAnirvana?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 设置默认主题为nirvana Log: 设置默认主题为nirvana pms: TASK-286399 --- accounts1/user.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accounts1/user.go b/accounts1/user.go index 5adb344c7..98f5efb29 100644 --- a/accounts1/user.go +++ b/accounts1/user.go @@ -74,7 +74,7 @@ const ( const ( deepinThemePath = "/usr/share/deepin-themes/" - defaultTheme = "bloom" + defaultTheme = "nirvana" themeFile = "index.theme" themeGroupDefault = "DefaultTheme" themeGroupDark = "DarkTheme"