mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-23 10:22:13 +08:00
code_style: add comment for ColorPicker.COLOR_TABLE
This commit is contained in:
@@ -18,10 +18,10 @@ namespace SourceGit.Views
|
||||
set => SetValue(ValueProperty, value);
|
||||
}
|
||||
|
||||
// Values are copied from Avalonia: src/Avalonia.Controls.ColorPicker/ColorPalettes/FluentColorPalette.cs
|
||||
private static readonly Color[,] COLOR_TABLE = new Color[,]
|
||||
{
|
||||
{
|
||||
// Ordering reversed for this section only
|
||||
Color.FromArgb(255, 255, 67, 67), /* #FF4343 */
|
||||
Color.FromArgb(255, 209, 52, 56), /* #D13438 */
|
||||
Color.FromArgb(255, 239, 105, 80), /* #EF6950 */
|
||||
|
||||
Reference in New Issue
Block a user