Compare commits

..

2 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
90bca11717 Add Svelte syntax highlighting support for Dark and Light themes
Co-authored-by: emako <24737061+emako@users.noreply.github.com>
2025-11-19 11:05:01 +00:00
copilot-swe-agent[bot]
94815bec40 Initial plan 2025-11-19 10:58:50 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -109,7 +109,7 @@ internal class ImageMagickProvider : AnimationProvider
{
if (mi.ColorSpace == ColorSpace.RGB || mi.ColorSpace == ColorSpace.sRGB || mi.ColorSpace == ColorSpace.scRGB)
{
mi.SetProfile(ColorProfiles.SRGB);
mi.SetProfile(ColorProfile.SRGB);
if (ContextObject.ColorProfileName != null)
mi.SetProfile(new ColorProfile(ContextObject.ColorProfileName)); // map to monitor color
}