1.11.5 Release (#11)
* fancy settings * incorrect label.. * random ui changes * Added functionality to rename groups (#12) * Updated logos in Profile screen. * Updated IPC calls for Petrenamer and bumped API version. * IPC calls updated, APIVersion pushed for Moodles * Updated version 1.11.4 in csproj * Added Rename Tag UI for renaming of groups * Adding gitea workflow * Version bump --------- Co-authored-by: azyges <229218900+azyges@users.noreply.github.com> Co-authored-by: Pim <48980200+CakeAndBanana@users.noreply.github.com>
This commit is contained in:
@@ -8,9 +8,10 @@ namespace LightlessSync.UI
|
||||
private static readonly Dictionary<string, string> HexColors = new(StringComparer.OrdinalIgnoreCase)
|
||||
{
|
||||
{ "LightlessPurple", "#ad8af5" },
|
||||
{ "LightlessBlue", "#64c7e8" },
|
||||
{ "PairBlue", "#4e98b1" },
|
||||
{ "DimRed", "#bd0000" },
|
||||
{ "LightlessBlue", "#a6c2ff" },
|
||||
{ "LightlessYellow", "#ffe97a" },
|
||||
{ "PairBlue", "#88a2db" },
|
||||
{ "DimRed", "#d44444" },
|
||||
};
|
||||
|
||||
public static Vector4 Get(string name)
|
||||
|
||||
Reference in New Issue
Block a user