Add Turbo Vision inspired theme.

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

View File

@@ -34,7 +34,8 @@ public class ColorThemeService : IColorThemeService
{
DEFAULT_THEME,
"Windows311",
"MacOS9"
"MacOS9",
"DOS"
};
public void SetThemeService(IThemeService themeService)
@@ -91,6 +92,7 @@ public class ColorThemeService : IColorThemeService
{
"Windows311" => "ms-appx:///Styles/Win311ColorPalette.xaml",
"MacOS9" => "ms-appx:///Styles/MacOS9ColorPalette.xaml",
"DOS" => "ms-appx:///Styles/DOSColorPalette.xaml",
_ => null
};