Add Amiga Workbench inspired theme.

This commit is contained in:
2025-11-16 19:18:19 +00:00
parent 6e4a4bc67b
commit 7f080c8734
7 changed files with 233 additions and 1 deletions

View File

@@ -100,6 +100,11 @@ public partial class SettingsViewModel : ObservableObject
{
ThemeName = "DOS",
DisplayName = _localizer["DOSTheme"]
},
new()
{
ThemeName = "Amiga",
DisplayName = _localizer["AmigaTheme"]
}
};