feat: add glass theme

This commit is contained in:
jxxghp
2026-07-22 15:00:11 +08:00
parent 5cf0dc116a
commit 17cdfe6885
14 changed files with 706 additions and 64 deletions

View File

@@ -315,6 +315,11 @@ const themes: ThemeSwitcherTheme[] = [
title: t('theme.transparent'),
icon: 'mdi-gradient-horizontal',
},
{
name: 'glass',
title: t('theme.glass'),
icon: 'mdi-blur-radial',
},
]
function getThemeLayoutTitle(layout: ThemeCustomizerSettings['layout']) {