mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-09 09:34:49 +09:00
Add alternate system color experimental feature (#105525)
Allows overriding KnownColor system values with an alternate set, which in the initial iteration is "dark mode" colors. Enables "dark mode" features in Windows Forms. This is from the approved part of https://github.com/dotnet/winforms/issues/7641 with further naming iteration done offline with API review.
This commit is contained in:
parent
4c58b5a513
commit
63cb7ec3af
10 changed files with 230 additions and 88 deletions
|
@ -293,3 +293,4 @@ Diagnostic id values for experimental APIs must not be recycled, as that could s
|
|||
| Diagnostic ID | Introduced | Removed | Description |
|
||||
| :---------------- | ---------: | ------: | :---------- |
|
||||
| __`SYSLIB5001`__ | .NET 9 | TBD | `Tensor<T>` and related APIs in System.Numerics.Tensors are experimental in .NET 9 |
|
||||
| __`SYSLIB5002`__ | .NET 9 | TBD | `SystemColors` alternate colors are experimental in .NET 9 |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue