From 9c1dcbdf6cb602c9164d37eda3961903481fea15 Mon Sep 17 00:00:00 2001 From: Matt Parker <61717342+MattParkerDev@users.noreply.github.com> Date: Thu, 2 Oct 2025 20:15:11 +1000 Subject: [PATCH] recent sln colours --- .../Features/SlnPicker/PreviousSlnEntry.cs | 3 ++ .../Features/SlnPicker/PreviousSlnEntry.tscn | 2 +- .../SlnPicker/RandomRecentSlnColours.cs | 42 +++++++++++++++++++ .../SlnPicker/RandomRecentSlnColours.cs.uid | 1 + 4 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 src/SharpIDE.Godot/Features/SlnPicker/RandomRecentSlnColours.cs create mode 100644 src/SharpIDE.Godot/Features/SlnPicker/RandomRecentSlnColours.cs.uid diff --git a/src/SharpIDE.Godot/Features/SlnPicker/PreviousSlnEntry.cs b/src/SharpIDE.Godot/Features/SlnPicker/PreviousSlnEntry.cs index e7485b7..0438b39 100644 --- a/src/SharpIDE.Godot/Features/SlnPicker/PreviousSlnEntry.cs +++ b/src/SharpIDE.Godot/Features/SlnPicker/PreviousSlnEntry.cs @@ -7,6 +7,7 @@ public partial class PreviousSlnEntry : HBoxContainer { private Label _slnPathLabel = null!; private Label _slnNameLabel = null!; + private Panel _slnColourPanel = null!; public PreviouslyOpenedSln PreviouslyOpenedSln { get; set; } = null!; @@ -15,7 +16,9 @@ public partial class PreviousSlnEntry : HBoxContainer if (PreviouslyOpenedSln is null) return; _slnNameLabel = GetNode