Files
QuickLook/QuickLook.Common
Copilot 2229c1691a Align Acrylic10 tint behavior with official dark/light acrylic palette (#1915)
* Initial plan

* Align Acrylic10 tint color and opacity with official dark/light values

Agent-Logs-Url: https://github.com/QL-Win/QuickLook/sessions/7856deeb-578c-4683-879b-e2d924eb4224

Co-authored-by: emako <24737061+emako@users.noreply.github.com>

* Refine Acrylic10 constants for tint palette and opacity

Agent-Logs-Url: https://github.com/QL-Win/QuickLook/sessions/7856deeb-578c-4683-879b-e2d924eb4224

Co-authored-by: emako <24737061+emako@users.noreply.github.com>

* Narrow color parsing exception handling in ViewerWindow

Agent-Logs-Url: https://github.com/QL-Win/QuickLook/sessions/7856deeb-578c-4683-879b-e2d924eb4224

Co-authored-by: emako <24737061+emako@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: emako <24737061+emako@users.noreply.github.com>
2026-04-15 00:24:21 +08:00
..

GitHub license NuGet

QuickLook.Common

This repository holds the common library of QuickLook. The library is shared among all QuickLook projects.

Repository: https://github.com/QL-Win/QuickLook

Plugin development update

QuickLook.Common no longer requires submodule-based development for QuickLook plugins.

If your plugin project previously used this repository as a git submodule, remove it with:

git submodule deinit -f QuickLook.Common
git rm -f QuickLook.Common

Then switch to NuGet dependency:

<PackageReference Include="QuickLook.Common" Version="x.y.z" />