diff options
| author | NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> | 2024-09-08 10:08:45 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-08 00:08:45 +0000 |
| commit | d0c2440531db84c7c974df3573990c60bac7ec5e (patch) | |
| tree | 4ce6c145aaea30516923c288ca511b1adb8dfb82 | |
| parent | fe8b87602a2a63239f9c908581c78d862bfaf8f3 (diff) | |
| download | NotEnoughUpdates-REPO-d0c2440531db84c7c974df3573990c60bac7ec5e.tar.gz NotEnoughUpdates-REPO-d0c2440531db84c7c974df3573990c60bac7ec5e.tar.bz2 NotEnoughUpdates-REPO-d0c2440531db84c7c974df3573990c60bac7ec5e.zip | |
add sky dye (#1340)
| -rw-r--r-- | constants/dyes.json | 92 |
1 files changed, 92 insertions, 0 deletions
diff --git a/constants/dyes.json b/constants/dyes.json index f120b21f..6e79df50 100644 --- a/constants/dyes.json +++ b/constants/dyes.json @@ -296,6 +296,98 @@ "#5909c1", "#5909c1" ], + "DYE_PASTEL_SKY": [ + "#fb87ff", + "#f78ffe", + "#f299fc", + "#eaa4f8", + "#e1b0f5", + "#d7bdf2", + "#cac9ee", + "#bed3eb", + "#b0dde8", + "#a1e6e5", + "#94ede3", + "#89f2e2", + "#89f3e2", + "#89f2e3", + "#87f3e7", + "#84f2ec", + "#80f2f0", + "#7ff1f6", + "#86f0fd", + "#87ecff", + "#87e8ff", + "#87e2ff", + "#87ddff", + "#85d6ff", + "#84ceff", + "#84c7ff", + "#83bfff", + "#82b7ff", + "#82afff", + "#83a8ff", + "#83a0ff", + "#8599ff", + "#8693ff", + "#888eff", + "#8b89ff", + "#9086fe", + "#9783ff", + "#9f81fe", + "#a980ff", + "#b681ff", + "#c182ff", + "#cd83ff", + "#d884ff", + "#e486ff", + "#ed87ff", + "#ed87ff", + "#e486ff", + "#d884ff", + "#cd83ff", + "#c182ff", + "#b681ff", + "#a980ff", + "#9f81fe", + "#9783ff", + "#9086fe", + "#8b89ff", + "#888eff", + "#8693ff", + "#8599ff", + "#83a0ff", + "#83a8ff", + "#82afff", + "#82b7ff", + "#83bfff", + "#84c7ff", + "#84ceff", + "#85d6ff", + "#87ddff", + "#87e2ff", + "#87e8ff", + "#87ecff", + "#86f0fd", + "#7ff1f6", + "#80f2f0", + "#84f2ec", + "#87f3e7", + "#89f2e3", + "#89f3e2", + "#89f2e2", + "#94ede3", + "#a1e6e5", + "#b0dde8", + "#bed3eb", + "#cac9ee", + "#d7bdf2", + "#e1b0f5", + "#eaa4f8", + "#f299fc", + "#f78ffe", + "#fb87ff" + ], "FAIRY_HELMET": [ "#FF33FF", "#FF00FF", |
