Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
Replace Zoegut with Stitch
Browse files Browse the repository at this point in the history
  • Loading branch information
ismywb committed Oct 10, 2022
1 parent 3bfc30e commit 6221fad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions TheOtherRoles/Modules/CustomColors.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ public static void Load() {
color = new Color32(173, 126, 201, byte.MaxValue),
shadow = new Color32(131, 58, 203, byte.MaxValue),
isLighterColor = true });
colors.Add(new CustomColor { longname = "Zougat",
color = new Color32(160, 101, 56, byte.MaxValue),
shadow = new Color32(115, 15, 78, byte.MaxValue),
isLighterColor = false });
colors.Add(new CustomColor { longname = "Stitch",
color = new Color32(51, 136, 255, byte.MaxValue),
shadow = new Color32(253, 93, 168, byte.MaxValue),
isLighterColor = true });
colors.Add(new CustomColor { longname = "LuLuBlue", // 25
color = new Color32(148, 190, 224, byte.MaxValue),
shadow = new Color32(100, 135, 163, byte.MaxValue),
Expand Down

0 comments on commit 6221fad

Please sign in to comment.