add colour consts

This commit is contained in:
Matt Parker
2025-10-29 23:49:27 +10:00
parent 04f15094ac
commit b5aa964106

View File

@@ -24,6 +24,9 @@ public partial class SolutionExplorerPanel : MarginContainer
public Texture2D CsprojIcon { get; set; } = null!;
[Export]
public Texture2D SlnIcon { get; set; } = null!;
private readonly Color _gitNewFileColour = new Color("50964c");
private readonly Color _gitEditedFileColour = new Color("5988b3");
public SharpIdeSolutionModel SolutionModel { get; set; } = null!;
private Tree _tree = null!;