Skip to content

Commit

Permalink
feat: 设置默认主题为nirvana
Browse files Browse the repository at this point in the history
设置默认主题为nirvana

Log: 设置默认主题为nirvana
pms: TASK-286399
  • Loading branch information
fly602 committed Dec 12, 2024
1 parent 7242ebf commit e511ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accounts1/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const (

const (
deepinThemePath = "/usr/share/deepin-themes/"
defaultTheme = "bloom"
defaultTheme = "nirvana"
themeFile = "index.theme"
themeGroupDefault = "DefaultTheme"
themeGroupDark = "DarkTheme"
Expand Down

0 comments on commit e511ea1

Please sign in to comment.