mirror of
https://github.com/gwdevhub/Daybreak.git
synced 2026-07-15 15:19:57 +00:00
69096795f7
Co-authored-by: Alexandru Macocian <amacocian@microsoft.com>
9 lines
244 B
C#
9 lines
244 B
C#
using Daybreak.Shared.Models.ColorPalette;
|
|
using static Daybreak.Shared.Models.Themes.Theme;
|
|
|
|
namespace Daybreak.Shared.Models;
|
|
|
|
public sealed record ScreenshotEntry(string FilePath, AccentColor AccentColor, LightDarkMode LightDarkMode)
|
|
{
|
|
}
|