mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-24 20:57:19 -08:00
ux: default graph colors
This commit is contained in:
parent
85e4f38654
commit
f5912c655f
1 changed files with 2 additions and 1 deletions
|
@ -327,7 +327,6 @@ namespace SourceGit.Models
|
|||
private static readonly List<Color> s_defaultPenColors = [
|
||||
Colors.Orange,
|
||||
Colors.ForestGreen,
|
||||
Colors.Gold,
|
||||
Colors.Magenta,
|
||||
Colors.Red,
|
||||
Colors.Gray,
|
||||
|
@ -335,6 +334,8 @@ namespace SourceGit.Models
|
|||
Colors.Olive,
|
||||
Colors.Khaki,
|
||||
Colors.Lime,
|
||||
Colors.RoyalBlue,
|
||||
Colors.Teal,
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue