Added CDE inspired theme.

This commit is contained in:
2025-11-16 19:36:31 +00:00
parent 7f080c8734
commit 22bcd4ede4
7 changed files with 239 additions and 1 deletions

View File

@@ -36,7 +36,8 @@ public class ColorThemeService : IColorThemeService
"Windows311",
"MacOS9",
"DOS",
"Amiga"
"Amiga",
"CDE"
};
public void SetThemeService(IThemeService themeService)
@@ -95,6 +96,7 @@ public class ColorThemeService : IColorThemeService
"MacOS9" => "ms-appx:///Styles/MacOS9ColorPalette.xaml",
"DOS" => "ms-appx:///Styles/DOSColorPalette.xaml",
"Amiga" => "ms-appx:///Styles/AmigaColorPalette.xaml",
"CDE" => "ms-appx:///Styles/CDEColorPalette.xaml",
_ => null
};