add colour consts
This commit is contained in:
@@ -24,6 +24,9 @@ public partial class SolutionExplorerPanel : MarginContainer
|
|||||||
public Texture2D CsprojIcon { get; set; } = null!;
|
public Texture2D CsprojIcon { get; set; } = null!;
|
||||||
[Export]
|
[Export]
|
||||||
public Texture2D SlnIcon { get; set; } = null!;
|
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!;
|
public SharpIdeSolutionModel SolutionModel { get; set; } = null!;
|
||||||
private Tree _tree = null!;
|
private Tree _tree = null!;
|
||||||
|
|||||||
Reference in New Issue
Block a user