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

Commit

Permalink
Rename Nougat to ZoNougat
Browse files Browse the repository at this point in the history
  • Loading branch information
ismywb committed Aug 20, 2022
1 parent 34c1d1a commit 0b6bacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TheOtherRoles/Modules/CustomColors.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ 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 = "Nougat",
colors.Add(new CustomColor { longname = "ZoNougat",
color = new Color32(160, 101, 56, byte.MaxValue),
shadow = new Color32(115, 15, 78, byte.MaxValue),
isLighterColor = false });
Expand Down

0 comments on commit 0b6bacf

Please sign in to comment.