Skip to content

Commit

Permalink
attempt at spome color fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
ChasarooniZ committed Aug 12, 2024
1 parent d100825 commit 988ee14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/misc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 988ee14

Please sign in to comment.