From 988ee14245e19b11c629339d8938b6347db6e8c3 Mon Sep 17 00:00:00 2001 From: cadowtin Date: Mon, 12 Aug 2024 03:10:06 -0500 Subject: [PATCH] attempt at spome color fix? --- scripts/misc.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/misc.js b/scripts/misc.js index 6536751..3b1cd33 100644 --- a/scripts/misc.js +++ b/scripts/misc.js @@ -11,8 +11,8 @@ export const COLORS = { PINK: "#FF69B4", PF2E: { LEVELDIFF: { - "-4": "#FFFFFF", //White - "-3": "#add8e6", //Light Blue + "-4": "#add8e6", //Light Blue + "-3": "#adff2f", //greenyellow "-2": "#008000", //Green "-1": "#ffff00", //Yellow 0: "#ffa500", // Orange