feat(theme): Update theme colors

- Introduce the new colors for all color themes
- The colors are based on the Material 3 color but customized
This commit is contained in:
yoy 2025-04-04 09:59:49 +02:00 committed by toj
parent f164e39c94
commit 2675f20c74
73 changed files with 491 additions and 590 deletions

View file

@ -119,7 +119,7 @@ export class UserListView implements UpdatableSettingsViewer {
},
this.listModel.isEmptyAndDone()
? m(ColumnEmptyMessageBox, {
color: theme.on_surface_fade,
color: theme.on_surface_variant,
icon: BootIcons.User,
message: "noEntries_msg",
})