diff --git a/src/generate.js b/src/generate.js index a70c827..931335f 100644 --- a/src/generate.js +++ b/src/generate.js @@ -29,13 +29,6 @@ const options = { three: ["#44a340", "#8cc665"], max: ["#1e6823", "#44a340"] }, - greenish: { - none: ["#", "#"], - one: ["#d6e685", "#"], - two: ["#8cc665", "#"], - three: ["#44a340", "#"], - max: ["#1e6823", "#"] - }, white: { none: ["#000", "#000"], one: ["#444", "#222"], @@ -44,7 +37,7 @@ const options = { max: ["#eee", "#aaa"] }, blue: { - none: ["#", "#"], + none: ["#111", "#111"], one: ["#0723b2", "#041469"], two: ["#0244b2", "#0723b2"], three: ["#006ec9", "#0244b2"],