├── .gitignore ├── FluentEditor.sln ├── FluentEditor ├── App.xaml ├── App.xaml.cs ├── Assets │ ├── ColorAlgorithmToolBadgeLogo.scale-100.png │ ├── ColorAlgorithmToolBadgeLogo.scale-125.png │ ├── ColorAlgorithmToolBadgeLogo.scale-150.png │ ├── ColorAlgorithmToolBadgeLogo.scale-200.png │ ├── ColorAlgorithmToolBadgeLogo.scale-400.png │ ├── ColorAlgorithmToolSplashScreen.scale-100.png │ ├── ColorAlgorithmToolSplashScreen.scale-125.png │ ├── ColorAlgorithmToolSplashScreen.scale-150.png │ ├── ColorAlgorithmToolSplashScreen.scale-200.png │ ├── ColorAlgorithmToolSplashScreen.scale-400.png │ ├── ColorAlgorithmToolSquare150x150Logo.scale-100.png │ ├── ColorAlgorithmToolSquare150x150Logo.scale-125.png │ ├── ColorAlgorithmToolSquare150x150Logo.scale-150.png │ ├── ColorAlgorithmToolSquare150x150Logo.scale-200.png │ ├── ColorAlgorithmToolSquare150x150Logo.scale-400.png │ ├── ColorAlgorithmToolSquare310x310Logo.scale-100.png │ ├── ColorAlgorithmToolSquare310x310Logo.scale-125.png │ ├── ColorAlgorithmToolSquare310x310Logo.scale-150.png │ ├── ColorAlgorithmToolSquare310x310Logo.scale-200.png │ ├── ColorAlgorithmToolSquare310x310Logo.scale-400.png │ ├── ColorAlgorithmToolSquare44x44Logo.scale-100.png │ ├── ColorAlgorithmToolSquare44x44Logo.scale-125.png │ ├── ColorAlgorithmToolSquare44x44Logo.scale-150.png │ ├── ColorAlgorithmToolSquare44x44Logo.scale-200.png │ ├── ColorAlgorithmToolSquare44x44Logo.scale-400.png │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-16.png │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-16_altform-unplated.png │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-20.png │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-20_altform-unplated.png │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-24.png │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-24_altform-unplated.png │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-256.png │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-256_altform-unplated.png │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-30.png │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-30_altform-unplated.png │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-32.png │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-32_altform-unplated.png │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-36.png │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-36_altform-unplated.png │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-40.png │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-40_altform-unplated.png │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-48.png │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-48_altform-unplated.png │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-60.png │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-60_altform-unplated.png │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-64.png │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-64_altform-unplated.png │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-72.png │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-72_altform-unplated.png │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-80.png │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-80_altform-unplated.png │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-96.png │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-96_altform-unplated.png │ ├── ColorAlgorithmToolSquare71x71Logo.scale-100.png │ ├── ColorAlgorithmToolSquare71x71Logo.scale-125.png │ ├── ColorAlgorithmToolSquare71x71Logo.scale-150.png │ ├── ColorAlgorithmToolSquare71x71Logo.scale-200.png │ ├── ColorAlgorithmToolSquare71x71Logo.scale-400.png │ ├── ColorAlgorithmToolStoreLogo.scale-100.png │ ├── ColorAlgorithmToolStoreLogo.scale-125.png │ ├── ColorAlgorithmToolStoreLogo.scale-150.png │ ├── ColorAlgorithmToolStoreLogo.scale-200.png │ ├── ColorAlgorithmToolStoreLogo.scale-400.png │ ├── ColorAlgorithmToolWide310x150Logo.scale-100.png │ ├── ColorAlgorithmToolWide310x150Logo.scale-125.png │ ├── ColorAlgorithmToolWide310x150Logo.scale-150.png │ ├── ColorAlgorithmToolWide310x150Logo.scale-200.png │ ├── ColorAlgorithmToolWide310x150Logo.scale-400.png │ ├── Square150x150Logo.scale-100.png │ ├── Square150x150Logo.scale-125.png │ ├── Square150x150Logo.scale-150.png │ ├── Square150x150Logo.scale-400.png │ ├── contrast-black │ │ ├── ColorAlgorithmToolBadgeLogo.scale-100_contrast-black.png │ │ ├── ColorAlgorithmToolBadgeLogo.scale-125_contrast-black.png │ │ ├── ColorAlgorithmToolBadgeLogo.scale-150_contrast-black.png │ │ ├── ColorAlgorithmToolBadgeLogo.scale-200_contrast-black.png │ │ ├── ColorAlgorithmToolBadgeLogo.scale-400_contrast-black.png │ │ ├── ColorAlgorithmToolSplashScreen.scale-100_contrast-black.png │ │ ├── ColorAlgorithmToolSplashScreen.scale-125_contrast-black.png │ │ ├── ColorAlgorithmToolSplashScreen.scale-150_contrast-black.png │ │ ├── ColorAlgorithmToolSplashScreen.scale-200_contrast-black.png │ │ ├── ColorAlgorithmToolSplashScreen.scale-400_contrast-black.png │ │ ├── ColorAlgorithmToolSquare150x150Logo.scale-100_contrast-black.png │ │ ├── ColorAlgorithmToolSquare150x150Logo.scale-125_contrast-black.png │ │ ├── ColorAlgorithmToolSquare150x150Logo.scale-150_contrast-black.png │ │ ├── ColorAlgorithmToolSquare150x150Logo.scale-200_contrast-black.png │ │ ├── ColorAlgorithmToolSquare150x150Logo.scale-400_contrast-black.png │ │ ├── ColorAlgorithmToolSquare310x310Logo.scale-100_contrast-black.png │ │ ├── ColorAlgorithmToolSquare310x310Logo.scale-125_contrast-black.png │ │ ├── ColorAlgorithmToolSquare310x310Logo.scale-150_contrast-black.png │ │ ├── ColorAlgorithmToolSquare310x310Logo.scale-200_contrast-black.png │ │ ├── ColorAlgorithmToolSquare310x310Logo.scale-400_contrast-black.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.scale-100_contrast-black.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.scale-125_contrast-black.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.scale-150_contrast-black.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.scale-200_contrast-black.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.scale-400_contrast-black.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-16_altform-unplated_contrast-black.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-16_contrast-black.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-20_altform-unplated_contrast-black.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-20_contrast-black.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-24_altform-unplated_contrast-black.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-24_contrast-black.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-256_altform-unplated_contrast-black.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-256_contrast-black.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-30_altform-unplated_contrast-black.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-30_contrast-black.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-32_altform-unplated_contrast-black.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-32_contrast-black.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-36_altform-unplated_contrast-black.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-36_contrast-black.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-40_altform-unplated_contrast-black.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-40_contrast-black.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-48_altform-unplated_contrast-black.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-48_contrast-black.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-60_altform-unplated_contrast-black.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-60_contrast-black.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-64_altform-unplated_contrast-black.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-64_contrast-black.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-72_altform-unplated_contrast-black.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-72_contrast-black.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-80_altform-unplated_contrast-black.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-80_contrast-black.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-96_altform-unplated_contrast-black.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-96_contrast-black.png │ │ ├── ColorAlgorithmToolSquare71x71Logo.scale-100_contrast-black.png │ │ ├── ColorAlgorithmToolSquare71x71Logo.scale-125_contrast-black.png │ │ ├── ColorAlgorithmToolSquare71x71Logo.scale-150_contrast-black.png │ │ ├── ColorAlgorithmToolSquare71x71Logo.scale-200_contrast-black.png │ │ ├── ColorAlgorithmToolSquare71x71Logo.scale-400_contrast-black.png │ │ ├── ColorAlgorithmToolStoreLogo.scale-100_contrast-black.png │ │ ├── ColorAlgorithmToolStoreLogo.scale-125_contrast-black.png │ │ ├── ColorAlgorithmToolStoreLogo.scale-150_contrast-black.png │ │ ├── ColorAlgorithmToolStoreLogo.scale-200_contrast-black.png │ │ ├── ColorAlgorithmToolStoreLogo.scale-400_contrast-black.png │ │ ├── ColorAlgorithmToolWide310x150Logo.scale-100_contrast-black.png │ │ ├── ColorAlgorithmToolWide310x150Logo.scale-125_contrast-black.png │ │ ├── ColorAlgorithmToolWide310x150Logo.scale-150_contrast-black.png │ │ ├── ColorAlgorithmToolWide310x150Logo.scale-200_contrast-black.png │ │ └── ColorAlgorithmToolWide310x150Logo.scale-400_contrast-black.png │ └── contrast-white │ │ ├── ColorAlgorithmToolBadgeLogo.scale-100_contrast-white.png │ │ ├── ColorAlgorithmToolBadgeLogo.scale-125_contrast-white.png │ │ ├── ColorAlgorithmToolBadgeLogo.scale-150_contrast-white.png │ │ ├── ColorAlgorithmToolBadgeLogo.scale-200_contrast-white.png │ │ ├── ColorAlgorithmToolBadgeLogo.scale-400_contrast-white.png │ │ ├── ColorAlgorithmToolSplashScreen.scale-100_contrast-white.png │ │ ├── ColorAlgorithmToolSplashScreen.scale-125_contrast-white.png │ │ ├── ColorAlgorithmToolSplashScreen.scale-150_contrast-white.png │ │ ├── ColorAlgorithmToolSplashScreen.scale-200_contrast-white.png │ │ ├── ColorAlgorithmToolSplashScreen.scale-400_contrast-white.png │ │ ├── ColorAlgorithmToolSquare150x150Logo.scale-100_contrast-white.png │ │ ├── ColorAlgorithmToolSquare150x150Logo.scale-125_contrast-white.png │ │ ├── ColorAlgorithmToolSquare150x150Logo.scale-150_contrast-white.png │ │ ├── ColorAlgorithmToolSquare150x150Logo.scale-200_contrast-white.png │ │ ├── ColorAlgorithmToolSquare150x150Logo.scale-400_contrast-white.png │ │ ├── ColorAlgorithmToolSquare310x310Logo.scale-100_contrast-white.png │ │ ├── ColorAlgorithmToolSquare310x310Logo.scale-125_contrast-white.png │ │ ├── ColorAlgorithmToolSquare310x310Logo.scale-150_contrast-white.png │ │ ├── ColorAlgorithmToolSquare310x310Logo.scale-200_contrast-white.png │ │ ├── ColorAlgorithmToolSquare310x310Logo.scale-400_contrast-white.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.scale-100_contrast-white.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.scale-125_contrast-white.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.scale-150_contrast-white.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.scale-200_contrast-white.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.scale-400_contrast-white.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-16_altform-unplated_contrast-white.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-16_contrast-white.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-20_altform-unplated_contrast-white.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-20_contrast-white.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-24_altform-unplated_contrast-white.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-24_contrast-white.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-256_altform-unplated_contrast-white.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-256_contrast-white.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-30_altform-unplated_contrast-white.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-30_contrast-white.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-32_altform-unplated_contrast-white.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-32_contrast-white.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-36_altform-unplated_contrast-white.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-36_contrast-white.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-40_altform-unplated_contrast-white.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-40_contrast-white.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-48_altform-unplated_contrast-white.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-48_contrast-white.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-60_altform-unplated_contrast-white.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-60_contrast-white.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-64_altform-unplated_contrast-white.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-64_contrast-white.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-72_altform-unplated_contrast-white.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-72_contrast-white.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-80_altform-unplated_contrast-white.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-80_contrast-white.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-96_altform-unplated_contrast-white.png │ │ ├── ColorAlgorithmToolSquare44x44Logo.targetsize-96_contrast-white.png │ │ ├── ColorAlgorithmToolSquare71x71Logo.scale-100_contrast-white.png │ │ ├── ColorAlgorithmToolSquare71x71Logo.scale-125_contrast-white.png │ │ ├── ColorAlgorithmToolSquare71x71Logo.scale-150_contrast-white.png │ │ ├── ColorAlgorithmToolSquare71x71Logo.scale-200_contrast-white.png │ │ ├── ColorAlgorithmToolSquare71x71Logo.scale-400_contrast-white.png │ │ ├── ColorAlgorithmToolStoreLogo.scale-100_contrast-white.png │ │ ├── ColorAlgorithmToolStoreLogo.scale-125_contrast-white.png │ │ ├── ColorAlgorithmToolStoreLogo.scale-150_contrast-white.png │ │ ├── ColorAlgorithmToolStoreLogo.scale-200_contrast-white.png │ │ ├── ColorAlgorithmToolStoreLogo.scale-400_contrast-white.png │ │ ├── ColorAlgorithmToolWide310x150Logo.scale-100_contrast-white.png │ │ ├── ColorAlgorithmToolWide310x150Logo.scale-125_contrast-white.png │ │ ├── ColorAlgorithmToolWide310x150Logo.scale-150_contrast-white.png │ │ ├── ColorAlgorithmToolWide310x150Logo.scale-200_contrast-white.png │ │ └── ColorAlgorithmToolWide310x150Logo.scale-400_contrast-white.png ├── ControlPalette │ ├── ColorMapping.cs │ ├── ControlPaletteResources.xaml │ ├── ControlPaletteResources.xaml.cs │ ├── ControlPaletteTestContent.xaml │ ├── ControlPaletteTestContent.xaml.cs │ ├── ControlPaletteView.xaml │ ├── ControlPaletteView.xaml.cs │ ├── ControlPaletteViewModel.cs │ ├── ExportView.xaml │ ├── ExportView.xaml.cs │ ├── ExportViewModel.cs │ └── Model │ │ ├── ControlPaletteExportProvider.cs │ │ ├── ControlPaletteModel.cs │ │ └── Preset.cs ├── FluentEditor.csproj ├── Model │ └── MainNavModel.cs ├── OuterNav │ ├── INavItem.cs │ ├── OuterNavPage.xaml │ ├── OuterNavPage.xaml.cs │ └── OuterNavViewModel.cs ├── Package.appxmanifest ├── Properties │ ├── AssemblyInfo.cs │ └── Default.rd.xml └── Resources │ ├── en-us │ ├── Resources.resw │ ├── controlPaletteData.json │ └── demodata.json │ ├── es-es │ ├── Resources.resw │ ├── controlPaletteData.json │ └── demodata.json │ ├── fr-fr │ ├── Resources.resw │ ├── controlPaletteData.json │ └── demodata.json │ ├── it-it │ ├── Resources.resw │ ├── controlPaletteData.json │ └── demodata.json │ ├── nl-nl │ ├── Resources.resw │ ├── controlPaletteData.json │ └── demodata.json │ ├── pl-pl │ ├── Resources.resw │ ├── controlPaletteData.json │ └── demodata.json │ ├── pt-pt │ ├── Resources.resw │ ├── controlPaletteData.json │ └── demodata.json │ └── zh-cn │ ├── Resources.resw │ ├── controlPaletteData.json │ └── demodata.json ├── FluentEditorShared ├── AnimAttachedProperties.cs ├── ColorPalette │ ├── ColorPalette.cs │ ├── ColorPaletteEditor.cs │ ├── ColorPaletteEntry.cs │ ├── ColorPaletteEntryEditor.cs │ ├── ContrastColorWrapper.cs │ ├── ContrastListItem.cs │ ├── EditableColorPaletteEntry.cs │ ├── ExpandedColorPaletteEntryEditor.xaml │ ├── ExpandedColorPaletteEntryEditor.xaml.cs │ ├── IColorPalette.cs │ └── IColorPaletteEntry.cs ├── Converters.cs ├── DelegateCommand.cs ├── DependencyContainer │ ├── DependencyContainer.cs │ └── IDependencyContainer.cs ├── Editors │ ├── BoolEditor.cs │ ├── ColorEditor.cs │ ├── DoubleEditor.cs │ ├── EnumEditor.cs │ ├── EnumSelectionAdapter.cs │ └── ErrorText.cs ├── FilePickerAdapter.cs ├── FluentEditorShared.csproj ├── FluentEditorShared.nuspec ├── FluentEditorSharedResources.xaml ├── FluentEditorSharedResources.xaml.cs ├── MessageBus │ ├── IMessageBus.cs │ └── MessageBus.cs ├── ObjectPool │ ├── IObjectPool.cs │ ├── IPoolableObject.cs │ ├── ObjectPool.cs │ └── PoolableWrapper.cs ├── ObservableList.cs ├── Properties │ ├── AssemblyInfo.cs │ └── DesignLabsShared.rd.xml ├── Resources │ ├── en-us │ │ └── Resources.resw │ ├── es-es │ │ └── Resources.resw │ ├── fr-fr │ │ └── Resources.resw │ ├── it-it │ │ └── Resources.resw │ ├── nl-nl │ │ └── Resources.resw │ ├── pl-pl │ │ └── Resources.resw │ ├── pt-pt │ │ └── Resources.resw │ └── zh-cn │ │ └── Resources.resw ├── Shadow │ ├── Shadow.xaml │ └── Shadow.xaml.cs ├── StateTriggers │ ├── ElementSizeRangeTrigger.cs │ └── ElementSizeTrigger.cs ├── StringProvider.cs ├── Themes │ ├── Generic.xaml │ └── Generic.xaml.cs ├── Utils │ ├── BitmapUtils.cs │ ├── ClippedPixelBlob.cs │ ├── ColorBlending.cs │ ├── ColorQuantization.cs │ ├── ColorScale.cs │ ├── ColorTypes.cs │ ├── ColorUtils.cs │ ├── CubicBezierEasingCache.cs │ ├── IPixelBlob.cs │ ├── JSONExtensionMethods.cs │ ├── MathUtils.cs │ ├── PaletteExtraction.cs │ ├── PixelBlob.cs │ └── VisualTreeHelpers.cs └── ViewCommon │ ├── ExtensibleVisualStateManager.cs │ ├── IView.cs │ ├── PageViewBase.cs │ ├── ViewBase.cs │ ├── ViewContainer.cs │ └── VisualStateAdapter.cs ├── LICENSE ├── README.md ├── README_Images ├── ColorContrast_Bad.png ├── ColorContrast_Good.png ├── ExportTheme.png ├── ExportTheme_Popup.png ├── RegionBasePrimary_DetailColorProperties.png ├── RegionBasePrimary_Properties.png ├── VisualStudio_CreateResourceDictionary.png ├── VisualStudio_CreateResourceDictionary_2.png ├── VisualStudio_CreateResourceDictionary_3.png └── XamlThemeEditor_screenshot.png └── SECURITY.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/.gitignore -------------------------------------------------------------------------------- /FluentEditor.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor.sln -------------------------------------------------------------------------------- /FluentEditor/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/App.xaml -------------------------------------------------------------------------------- /FluentEditor/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/App.xaml.cs -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolBadgeLogo.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolBadgeLogo.scale-100.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolBadgeLogo.scale-125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolBadgeLogo.scale-125.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolBadgeLogo.scale-150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolBadgeLogo.scale-150.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolBadgeLogo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolBadgeLogo.scale-200.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolBadgeLogo.scale-400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolBadgeLogo.scale-400.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolSplashScreen.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolSplashScreen.scale-100.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolSplashScreen.scale-125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolSplashScreen.scale-125.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolSplashScreen.scale-150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolSplashScreen.scale-150.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolSplashScreen.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolSplashScreen.scale-200.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolSplashScreen.scale-400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolSplashScreen.scale-400.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolSquare150x150Logo.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolSquare150x150Logo.scale-100.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolSquare150x150Logo.scale-125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolSquare150x150Logo.scale-125.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolSquare150x150Logo.scale-150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolSquare150x150Logo.scale-150.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolSquare150x150Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolSquare150x150Logo.scale-200.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolSquare150x150Logo.scale-400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolSquare150x150Logo.scale-400.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolSquare310x310Logo.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolSquare310x310Logo.scale-100.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolSquare310x310Logo.scale-125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolSquare310x310Logo.scale-125.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolSquare310x310Logo.scale-150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolSquare310x310Logo.scale-150.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolSquare310x310Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolSquare310x310Logo.scale-200.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolSquare310x310Logo.scale-400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolSquare310x310Logo.scale-400.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.scale-100.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.scale-125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.scale-125.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.scale-150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.scale-150.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.scale-200.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.scale-400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.scale-400.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-16.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-16_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-16_altform-unplated.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-20.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-20_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-20_altform-unplated.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-24.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-24_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-24_altform-unplated.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-256.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-256_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-256_altform-unplated.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-30.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-30_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-30_altform-unplated.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-32.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-32_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-32_altform-unplated.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-36.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-36_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-36_altform-unplated.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-40.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-40_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-40_altform-unplated.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-48.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-48_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-48_altform-unplated.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-60.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-60_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-60_altform-unplated.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-64.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-64_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-64_altform-unplated.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-72.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-72_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-72_altform-unplated.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-80.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-80_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-80_altform-unplated.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-96.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-96_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolSquare44x44Logo.targetsize-96_altform-unplated.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolSquare71x71Logo.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolSquare71x71Logo.scale-100.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolSquare71x71Logo.scale-125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolSquare71x71Logo.scale-125.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolSquare71x71Logo.scale-150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolSquare71x71Logo.scale-150.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolSquare71x71Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolSquare71x71Logo.scale-200.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolSquare71x71Logo.scale-400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolSquare71x71Logo.scale-400.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolStoreLogo.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolStoreLogo.scale-100.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolStoreLogo.scale-125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolStoreLogo.scale-125.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolStoreLogo.scale-150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolStoreLogo.scale-150.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolStoreLogo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolStoreLogo.scale-200.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolStoreLogo.scale-400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolStoreLogo.scale-400.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolWide310x150Logo.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolWide310x150Logo.scale-100.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolWide310x150Logo.scale-125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolWide310x150Logo.scale-125.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolWide310x150Logo.scale-150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolWide310x150Logo.scale-150.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolWide310x150Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolWide310x150Logo.scale-200.png -------------------------------------------------------------------------------- /FluentEditor/Assets/ColorAlgorithmToolWide310x150Logo.scale-400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/ColorAlgorithmToolWide310x150Logo.scale-400.png -------------------------------------------------------------------------------- /FluentEditor/Assets/Square150x150Logo.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/Square150x150Logo.scale-100.png -------------------------------------------------------------------------------- /FluentEditor/Assets/Square150x150Logo.scale-125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/Square150x150Logo.scale-125.png -------------------------------------------------------------------------------- /FluentEditor/Assets/Square150x150Logo.scale-150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/Square150x150Logo.scale-150.png -------------------------------------------------------------------------------- /FluentEditor/Assets/Square150x150Logo.scale-400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/Square150x150Logo.scale-400.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolBadgeLogo.scale-100_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolBadgeLogo.scale-100_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolBadgeLogo.scale-125_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolBadgeLogo.scale-125_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolBadgeLogo.scale-150_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolBadgeLogo.scale-150_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolBadgeLogo.scale-200_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolBadgeLogo.scale-200_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolBadgeLogo.scale-400_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolBadgeLogo.scale-400_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolSplashScreen.scale-100_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolSplashScreen.scale-100_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolSplashScreen.scale-125_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolSplashScreen.scale-125_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolSplashScreen.scale-150_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolSplashScreen.scale-150_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolSplashScreen.scale-200_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolSplashScreen.scale-200_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolSplashScreen.scale-400_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolSplashScreen.scale-400_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare150x150Logo.scale-100_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare150x150Logo.scale-100_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare150x150Logo.scale-125_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare150x150Logo.scale-125_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare150x150Logo.scale-150_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare150x150Logo.scale-150_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare150x150Logo.scale-200_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare150x150Logo.scale-200_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare150x150Logo.scale-400_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare150x150Logo.scale-400_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare310x310Logo.scale-100_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare310x310Logo.scale-100_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare310x310Logo.scale-125_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare310x310Logo.scale-125_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare310x310Logo.scale-150_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare310x310Logo.scale-150_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare310x310Logo.scale-200_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare310x310Logo.scale-200_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare310x310Logo.scale-400_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare310x310Logo.scale-400_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.scale-100_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.scale-100_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.scale-125_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.scale-125_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.scale-150_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.scale-150_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.scale-200_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.scale-200_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.scale-400_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.scale-400_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-16_altform-unplated_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-16_altform-unplated_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-16_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-16_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-20_altform-unplated_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-20_altform-unplated_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-20_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-20_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-24_altform-unplated_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-24_altform-unplated_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-24_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-24_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-256_altform-unplated_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-256_altform-unplated_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-256_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-256_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-30_altform-unplated_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-30_altform-unplated_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-30_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-30_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-32_altform-unplated_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-32_altform-unplated_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-32_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-32_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-36_altform-unplated_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-36_altform-unplated_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-36_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-36_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-40_altform-unplated_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-40_altform-unplated_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-40_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-40_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-48_altform-unplated_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-48_altform-unplated_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-48_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-48_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-60_altform-unplated_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-60_altform-unplated_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-60_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-60_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-64_altform-unplated_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-64_altform-unplated_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-64_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-64_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-72_altform-unplated_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-72_altform-unplated_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-72_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-72_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-80_altform-unplated_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-80_altform-unplated_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-80_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-80_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-96_altform-unplated_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-96_altform-unplated_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-96_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare44x44Logo.targetsize-96_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare71x71Logo.scale-100_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare71x71Logo.scale-100_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare71x71Logo.scale-125_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare71x71Logo.scale-125_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare71x71Logo.scale-150_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare71x71Logo.scale-150_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare71x71Logo.scale-200_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare71x71Logo.scale-200_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare71x71Logo.scale-400_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolSquare71x71Logo.scale-400_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolStoreLogo.scale-100_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolStoreLogo.scale-100_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolStoreLogo.scale-125_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolStoreLogo.scale-125_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolStoreLogo.scale-150_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolStoreLogo.scale-150_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolStoreLogo.scale-200_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolStoreLogo.scale-200_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolStoreLogo.scale-400_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolStoreLogo.scale-400_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolWide310x150Logo.scale-100_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolWide310x150Logo.scale-100_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolWide310x150Logo.scale-125_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolWide310x150Logo.scale-125_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolWide310x150Logo.scale-150_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolWide310x150Logo.scale-150_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolWide310x150Logo.scale-200_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolWide310x150Logo.scale-200_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-black/ColorAlgorithmToolWide310x150Logo.scale-400_contrast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-black/ColorAlgorithmToolWide310x150Logo.scale-400_contrast-black.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolBadgeLogo.scale-100_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolBadgeLogo.scale-100_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolBadgeLogo.scale-125_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolBadgeLogo.scale-125_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolBadgeLogo.scale-150_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolBadgeLogo.scale-150_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolBadgeLogo.scale-200_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolBadgeLogo.scale-200_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolBadgeLogo.scale-400_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolBadgeLogo.scale-400_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolSplashScreen.scale-100_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolSplashScreen.scale-100_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolSplashScreen.scale-125_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolSplashScreen.scale-125_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolSplashScreen.scale-150_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolSplashScreen.scale-150_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolSplashScreen.scale-200_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolSplashScreen.scale-200_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolSplashScreen.scale-400_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolSplashScreen.scale-400_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare150x150Logo.scale-100_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare150x150Logo.scale-100_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare150x150Logo.scale-125_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare150x150Logo.scale-125_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare150x150Logo.scale-150_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare150x150Logo.scale-150_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare150x150Logo.scale-200_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare150x150Logo.scale-200_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare150x150Logo.scale-400_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare150x150Logo.scale-400_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare310x310Logo.scale-100_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare310x310Logo.scale-100_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare310x310Logo.scale-125_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare310x310Logo.scale-125_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare310x310Logo.scale-150_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare310x310Logo.scale-150_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare310x310Logo.scale-200_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare310x310Logo.scale-200_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare310x310Logo.scale-400_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare310x310Logo.scale-400_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.scale-100_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.scale-100_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.scale-125_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.scale-125_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.scale-150_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.scale-150_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.scale-200_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.scale-200_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.scale-400_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.scale-400_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-16_altform-unplated_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-16_altform-unplated_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-16_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-16_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-20_altform-unplated_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-20_altform-unplated_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-20_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-20_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-24_altform-unplated_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-24_altform-unplated_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-24_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-24_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-256_altform-unplated_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-256_altform-unplated_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-256_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-256_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-30_altform-unplated_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-30_altform-unplated_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-30_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-30_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-32_altform-unplated_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-32_altform-unplated_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-32_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-32_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-36_altform-unplated_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-36_altform-unplated_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-36_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-36_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-40_altform-unplated_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-40_altform-unplated_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-40_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-40_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-48_altform-unplated_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-48_altform-unplated_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-48_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-48_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-60_altform-unplated_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-60_altform-unplated_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-60_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-60_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-64_altform-unplated_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-64_altform-unplated_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-64_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-64_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-72_altform-unplated_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-72_altform-unplated_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-72_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-72_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-80_altform-unplated_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-80_altform-unplated_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-80_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-80_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-96_altform-unplated_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-96_altform-unplated_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-96_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare44x44Logo.targetsize-96_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare71x71Logo.scale-100_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare71x71Logo.scale-100_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare71x71Logo.scale-125_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare71x71Logo.scale-125_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare71x71Logo.scale-150_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare71x71Logo.scale-150_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare71x71Logo.scale-200_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare71x71Logo.scale-200_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare71x71Logo.scale-400_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolSquare71x71Logo.scale-400_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolStoreLogo.scale-100_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolStoreLogo.scale-100_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolStoreLogo.scale-125_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolStoreLogo.scale-125_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolStoreLogo.scale-150_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolStoreLogo.scale-150_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolStoreLogo.scale-200_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolStoreLogo.scale-200_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolStoreLogo.scale-400_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolStoreLogo.scale-400_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolWide310x150Logo.scale-100_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolWide310x150Logo.scale-100_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolWide310x150Logo.scale-125_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolWide310x150Logo.scale-125_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolWide310x150Logo.scale-150_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolWide310x150Logo.scale-150_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolWide310x150Logo.scale-200_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolWide310x150Logo.scale-200_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/Assets/contrast-white/ColorAlgorithmToolWide310x150Logo.scale-400_contrast-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Assets/contrast-white/ColorAlgorithmToolWide310x150Logo.scale-400_contrast-white.png -------------------------------------------------------------------------------- /FluentEditor/ControlPalette/ColorMapping.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/ControlPalette/ColorMapping.cs -------------------------------------------------------------------------------- /FluentEditor/ControlPalette/ControlPaletteResources.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/ControlPalette/ControlPaletteResources.xaml -------------------------------------------------------------------------------- /FluentEditor/ControlPalette/ControlPaletteResources.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/ControlPalette/ControlPaletteResources.xaml.cs -------------------------------------------------------------------------------- /FluentEditor/ControlPalette/ControlPaletteTestContent.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/ControlPalette/ControlPaletteTestContent.xaml -------------------------------------------------------------------------------- /FluentEditor/ControlPalette/ControlPaletteTestContent.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/ControlPalette/ControlPaletteTestContent.xaml.cs -------------------------------------------------------------------------------- /FluentEditor/ControlPalette/ControlPaletteView.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/ControlPalette/ControlPaletteView.xaml -------------------------------------------------------------------------------- /FluentEditor/ControlPalette/ControlPaletteView.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/ControlPalette/ControlPaletteView.xaml.cs -------------------------------------------------------------------------------- /FluentEditor/ControlPalette/ControlPaletteViewModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/ControlPalette/ControlPaletteViewModel.cs -------------------------------------------------------------------------------- /FluentEditor/ControlPalette/ExportView.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/ControlPalette/ExportView.xaml -------------------------------------------------------------------------------- /FluentEditor/ControlPalette/ExportView.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/ControlPalette/ExportView.xaml.cs -------------------------------------------------------------------------------- /FluentEditor/ControlPalette/ExportViewModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/ControlPalette/ExportViewModel.cs -------------------------------------------------------------------------------- /FluentEditor/ControlPalette/Model/ControlPaletteExportProvider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/ControlPalette/Model/ControlPaletteExportProvider.cs -------------------------------------------------------------------------------- /FluentEditor/ControlPalette/Model/ControlPaletteModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/ControlPalette/Model/ControlPaletteModel.cs -------------------------------------------------------------------------------- /FluentEditor/ControlPalette/Model/Preset.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/ControlPalette/Model/Preset.cs -------------------------------------------------------------------------------- /FluentEditor/FluentEditor.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/FluentEditor.csproj -------------------------------------------------------------------------------- /FluentEditor/Model/MainNavModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Model/MainNavModel.cs -------------------------------------------------------------------------------- /FluentEditor/OuterNav/INavItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/OuterNav/INavItem.cs -------------------------------------------------------------------------------- /FluentEditor/OuterNav/OuterNavPage.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/OuterNav/OuterNavPage.xaml -------------------------------------------------------------------------------- /FluentEditor/OuterNav/OuterNavPage.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/OuterNav/OuterNavPage.xaml.cs -------------------------------------------------------------------------------- /FluentEditor/OuterNav/OuterNavViewModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/OuterNav/OuterNavViewModel.cs -------------------------------------------------------------------------------- /FluentEditor/Package.appxmanifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Package.appxmanifest -------------------------------------------------------------------------------- /FluentEditor/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /FluentEditor/Properties/Default.rd.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Properties/Default.rd.xml -------------------------------------------------------------------------------- /FluentEditor/Resources/en-us/Resources.resw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Resources/en-us/Resources.resw -------------------------------------------------------------------------------- /FluentEditor/Resources/en-us/controlPaletteData.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Resources/en-us/controlPaletteData.json -------------------------------------------------------------------------------- /FluentEditor/Resources/en-us/demodata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Resources/en-us/demodata.json -------------------------------------------------------------------------------- /FluentEditor/Resources/es-es/Resources.resw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Resources/es-es/Resources.resw -------------------------------------------------------------------------------- /FluentEditor/Resources/es-es/controlPaletteData.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Resources/es-es/controlPaletteData.json -------------------------------------------------------------------------------- /FluentEditor/Resources/es-es/demodata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Resources/es-es/demodata.json -------------------------------------------------------------------------------- /FluentEditor/Resources/fr-fr/Resources.resw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Resources/fr-fr/Resources.resw -------------------------------------------------------------------------------- /FluentEditor/Resources/fr-fr/controlPaletteData.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Resources/fr-fr/controlPaletteData.json -------------------------------------------------------------------------------- /FluentEditor/Resources/fr-fr/demodata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Resources/fr-fr/demodata.json -------------------------------------------------------------------------------- /FluentEditor/Resources/it-it/Resources.resw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Resources/it-it/Resources.resw -------------------------------------------------------------------------------- /FluentEditor/Resources/it-it/controlPaletteData.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Resources/it-it/controlPaletteData.json -------------------------------------------------------------------------------- /FluentEditor/Resources/it-it/demodata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Resources/it-it/demodata.json -------------------------------------------------------------------------------- /FluentEditor/Resources/nl-nl/Resources.resw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Resources/nl-nl/Resources.resw -------------------------------------------------------------------------------- /FluentEditor/Resources/nl-nl/controlPaletteData.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Resources/nl-nl/controlPaletteData.json -------------------------------------------------------------------------------- /FluentEditor/Resources/nl-nl/demodata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Resources/nl-nl/demodata.json -------------------------------------------------------------------------------- /FluentEditor/Resources/pl-pl/Resources.resw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Resources/pl-pl/Resources.resw -------------------------------------------------------------------------------- /FluentEditor/Resources/pl-pl/controlPaletteData.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Resources/pl-pl/controlPaletteData.json -------------------------------------------------------------------------------- /FluentEditor/Resources/pl-pl/demodata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Resources/pl-pl/demodata.json -------------------------------------------------------------------------------- /FluentEditor/Resources/pt-pt/Resources.resw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Resources/pt-pt/Resources.resw -------------------------------------------------------------------------------- /FluentEditor/Resources/pt-pt/controlPaletteData.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Resources/pt-pt/controlPaletteData.json -------------------------------------------------------------------------------- /FluentEditor/Resources/pt-pt/demodata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Resources/pt-pt/demodata.json -------------------------------------------------------------------------------- /FluentEditor/Resources/zh-cn/Resources.resw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Resources/zh-cn/Resources.resw -------------------------------------------------------------------------------- /FluentEditor/Resources/zh-cn/controlPaletteData.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Resources/zh-cn/controlPaletteData.json -------------------------------------------------------------------------------- /FluentEditor/Resources/zh-cn/demodata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditor/Resources/zh-cn/demodata.json -------------------------------------------------------------------------------- /FluentEditorShared/AnimAttachedProperties.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/AnimAttachedProperties.cs -------------------------------------------------------------------------------- /FluentEditorShared/ColorPalette/ColorPalette.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/ColorPalette/ColorPalette.cs -------------------------------------------------------------------------------- /FluentEditorShared/ColorPalette/ColorPaletteEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/ColorPalette/ColorPaletteEditor.cs -------------------------------------------------------------------------------- /FluentEditorShared/ColorPalette/ColorPaletteEntry.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/ColorPalette/ColorPaletteEntry.cs -------------------------------------------------------------------------------- /FluentEditorShared/ColorPalette/ColorPaletteEntryEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/ColorPalette/ColorPaletteEntryEditor.cs -------------------------------------------------------------------------------- /FluentEditorShared/ColorPalette/ContrastColorWrapper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/ColorPalette/ContrastColorWrapper.cs -------------------------------------------------------------------------------- /FluentEditorShared/ColorPalette/ContrastListItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/ColorPalette/ContrastListItem.cs -------------------------------------------------------------------------------- /FluentEditorShared/ColorPalette/EditableColorPaletteEntry.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/ColorPalette/EditableColorPaletteEntry.cs -------------------------------------------------------------------------------- /FluentEditorShared/ColorPalette/ExpandedColorPaletteEntryEditor.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/ColorPalette/ExpandedColorPaletteEntryEditor.xaml -------------------------------------------------------------------------------- /FluentEditorShared/ColorPalette/ExpandedColorPaletteEntryEditor.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/ColorPalette/ExpandedColorPaletteEntryEditor.xaml.cs -------------------------------------------------------------------------------- /FluentEditorShared/ColorPalette/IColorPalette.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/ColorPalette/IColorPalette.cs -------------------------------------------------------------------------------- /FluentEditorShared/ColorPalette/IColorPaletteEntry.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/ColorPalette/IColorPaletteEntry.cs -------------------------------------------------------------------------------- /FluentEditorShared/Converters.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/Converters.cs -------------------------------------------------------------------------------- /FluentEditorShared/DelegateCommand.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/DelegateCommand.cs -------------------------------------------------------------------------------- /FluentEditorShared/DependencyContainer/DependencyContainer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/DependencyContainer/DependencyContainer.cs -------------------------------------------------------------------------------- /FluentEditorShared/DependencyContainer/IDependencyContainer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/DependencyContainer/IDependencyContainer.cs -------------------------------------------------------------------------------- /FluentEditorShared/Editors/BoolEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/Editors/BoolEditor.cs -------------------------------------------------------------------------------- /FluentEditorShared/Editors/ColorEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/Editors/ColorEditor.cs -------------------------------------------------------------------------------- /FluentEditorShared/Editors/DoubleEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/Editors/DoubleEditor.cs -------------------------------------------------------------------------------- /FluentEditorShared/Editors/EnumEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/Editors/EnumEditor.cs -------------------------------------------------------------------------------- /FluentEditorShared/Editors/EnumSelectionAdapter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/Editors/EnumSelectionAdapter.cs -------------------------------------------------------------------------------- /FluentEditorShared/Editors/ErrorText.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/Editors/ErrorText.cs -------------------------------------------------------------------------------- /FluentEditorShared/FilePickerAdapter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/FilePickerAdapter.cs -------------------------------------------------------------------------------- /FluentEditorShared/FluentEditorShared.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/FluentEditorShared.csproj -------------------------------------------------------------------------------- /FluentEditorShared/FluentEditorShared.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/FluentEditorShared.nuspec -------------------------------------------------------------------------------- /FluentEditorShared/FluentEditorSharedResources.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/FluentEditorSharedResources.xaml -------------------------------------------------------------------------------- /FluentEditorShared/FluentEditorSharedResources.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/FluentEditorSharedResources.xaml.cs -------------------------------------------------------------------------------- /FluentEditorShared/MessageBus/IMessageBus.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/MessageBus/IMessageBus.cs -------------------------------------------------------------------------------- /FluentEditorShared/MessageBus/MessageBus.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/MessageBus/MessageBus.cs -------------------------------------------------------------------------------- /FluentEditorShared/ObjectPool/IObjectPool.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/ObjectPool/IObjectPool.cs -------------------------------------------------------------------------------- /FluentEditorShared/ObjectPool/IPoolableObject.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/ObjectPool/IPoolableObject.cs -------------------------------------------------------------------------------- /FluentEditorShared/ObjectPool/ObjectPool.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/ObjectPool/ObjectPool.cs -------------------------------------------------------------------------------- /FluentEditorShared/ObjectPool/PoolableWrapper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/ObjectPool/PoolableWrapper.cs -------------------------------------------------------------------------------- /FluentEditorShared/ObservableList.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/ObservableList.cs -------------------------------------------------------------------------------- /FluentEditorShared/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /FluentEditorShared/Properties/DesignLabsShared.rd.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/Properties/DesignLabsShared.rd.xml -------------------------------------------------------------------------------- /FluentEditorShared/Resources/en-us/Resources.resw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/Resources/en-us/Resources.resw -------------------------------------------------------------------------------- /FluentEditorShared/Resources/es-es/Resources.resw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/Resources/es-es/Resources.resw -------------------------------------------------------------------------------- /FluentEditorShared/Resources/fr-fr/Resources.resw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/Resources/fr-fr/Resources.resw -------------------------------------------------------------------------------- /FluentEditorShared/Resources/it-it/Resources.resw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/Resources/it-it/Resources.resw -------------------------------------------------------------------------------- /FluentEditorShared/Resources/nl-nl/Resources.resw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/Resources/nl-nl/Resources.resw -------------------------------------------------------------------------------- /FluentEditorShared/Resources/pl-pl/Resources.resw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/Resources/pl-pl/Resources.resw -------------------------------------------------------------------------------- /FluentEditorShared/Resources/pt-pt/Resources.resw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/Resources/pt-pt/Resources.resw -------------------------------------------------------------------------------- /FluentEditorShared/Resources/zh-cn/Resources.resw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/Resources/zh-cn/Resources.resw -------------------------------------------------------------------------------- /FluentEditorShared/Shadow/Shadow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/Shadow/Shadow.xaml -------------------------------------------------------------------------------- /FluentEditorShared/Shadow/Shadow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/Shadow/Shadow.xaml.cs -------------------------------------------------------------------------------- /FluentEditorShared/StateTriggers/ElementSizeRangeTrigger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/StateTriggers/ElementSizeRangeTrigger.cs -------------------------------------------------------------------------------- /FluentEditorShared/StateTriggers/ElementSizeTrigger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/StateTriggers/ElementSizeTrigger.cs -------------------------------------------------------------------------------- /FluentEditorShared/StringProvider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/StringProvider.cs -------------------------------------------------------------------------------- /FluentEditorShared/Themes/Generic.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/Themes/Generic.xaml -------------------------------------------------------------------------------- /FluentEditorShared/Themes/Generic.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/Themes/Generic.xaml.cs -------------------------------------------------------------------------------- /FluentEditorShared/Utils/BitmapUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/Utils/BitmapUtils.cs -------------------------------------------------------------------------------- /FluentEditorShared/Utils/ClippedPixelBlob.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/Utils/ClippedPixelBlob.cs -------------------------------------------------------------------------------- /FluentEditorShared/Utils/ColorBlending.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/Utils/ColorBlending.cs -------------------------------------------------------------------------------- /FluentEditorShared/Utils/ColorQuantization.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/Utils/ColorQuantization.cs -------------------------------------------------------------------------------- /FluentEditorShared/Utils/ColorScale.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/Utils/ColorScale.cs -------------------------------------------------------------------------------- /FluentEditorShared/Utils/ColorTypes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/Utils/ColorTypes.cs -------------------------------------------------------------------------------- /FluentEditorShared/Utils/ColorUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/Utils/ColorUtils.cs -------------------------------------------------------------------------------- /FluentEditorShared/Utils/CubicBezierEasingCache.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/Utils/CubicBezierEasingCache.cs -------------------------------------------------------------------------------- /FluentEditorShared/Utils/IPixelBlob.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/Utils/IPixelBlob.cs -------------------------------------------------------------------------------- /FluentEditorShared/Utils/JSONExtensionMethods.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/Utils/JSONExtensionMethods.cs -------------------------------------------------------------------------------- /FluentEditorShared/Utils/MathUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/Utils/MathUtils.cs -------------------------------------------------------------------------------- /FluentEditorShared/Utils/PaletteExtraction.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/Utils/PaletteExtraction.cs -------------------------------------------------------------------------------- /FluentEditorShared/Utils/PixelBlob.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/Utils/PixelBlob.cs -------------------------------------------------------------------------------- /FluentEditorShared/Utils/VisualTreeHelpers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/Utils/VisualTreeHelpers.cs -------------------------------------------------------------------------------- /FluentEditorShared/ViewCommon/ExtensibleVisualStateManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/ViewCommon/ExtensibleVisualStateManager.cs -------------------------------------------------------------------------------- /FluentEditorShared/ViewCommon/IView.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/ViewCommon/IView.cs -------------------------------------------------------------------------------- /FluentEditorShared/ViewCommon/PageViewBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/ViewCommon/PageViewBase.cs -------------------------------------------------------------------------------- /FluentEditorShared/ViewCommon/ViewBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/ViewCommon/ViewBase.cs -------------------------------------------------------------------------------- /FluentEditorShared/ViewCommon/ViewContainer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/ViewCommon/ViewContainer.cs -------------------------------------------------------------------------------- /FluentEditorShared/ViewCommon/VisualStateAdapter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/FluentEditorShared/ViewCommon/VisualStateAdapter.cs -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/README.md -------------------------------------------------------------------------------- /README_Images/ColorContrast_Bad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/README_Images/ColorContrast_Bad.png -------------------------------------------------------------------------------- /README_Images/ColorContrast_Good.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/README_Images/ColorContrast_Good.png -------------------------------------------------------------------------------- /README_Images/ExportTheme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/README_Images/ExportTheme.png -------------------------------------------------------------------------------- /README_Images/ExportTheme_Popup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/README_Images/ExportTheme_Popup.png -------------------------------------------------------------------------------- /README_Images/RegionBasePrimary_DetailColorProperties.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/README_Images/RegionBasePrimary_DetailColorProperties.png -------------------------------------------------------------------------------- /README_Images/RegionBasePrimary_Properties.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/README_Images/RegionBasePrimary_Properties.png -------------------------------------------------------------------------------- /README_Images/VisualStudio_CreateResourceDictionary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/README_Images/VisualStudio_CreateResourceDictionary.png -------------------------------------------------------------------------------- /README_Images/VisualStudio_CreateResourceDictionary_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/README_Images/VisualStudio_CreateResourceDictionary_2.png -------------------------------------------------------------------------------- /README_Images/VisualStudio_CreateResourceDictionary_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/README_Images/VisualStudio_CreateResourceDictionary_3.png -------------------------------------------------------------------------------- /README_Images/XamlThemeEditor_screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/README_Images/XamlThemeEditor_screenshot.png -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/fluent-xaml-theme-editor/HEAD/SECURITY.md --------------------------------------------------------------------------------