diff --git a/contentScript.js b/contentScript.js index 1921d5d..89e367f 100644 --- a/contentScript.js +++ b/contentScript.js @@ -14,11 +14,11 @@ if (typeof Overlay === "undefined") { setup = null; colors = { - "-2": "#F44", - "-1": "#FAA", + "-2": "#F66", + "-1": "#FBB", "0": "#FFF", - "1": "#AFA", - "2": "#4F4", + "1": "#BFB", + "2": "#6F6", }; /**