From 4e2b276bc25aa4424b1a5d85f750bcfee431dd09 Mon Sep 17 00:00:00 2001 From: Pieter Montoulieu Date: Fri, 23 Oct 2020 12:44:11 -0600 Subject: [PATCH 1/2] Adding missing colors from new color palette to defaultConfig.stub.js --- stubs/defaultConfig.stub.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/stubs/defaultConfig.stub.js b/stubs/defaultConfig.stub.js index b4928ed052bf..c2480f6ed430 100644 --- a/stubs/defaultConfig.stub.js +++ b/stubs/defaultConfig.stub.js @@ -21,11 +21,17 @@ module.exports = { gray: colors.gray, red: colors.red, + rose: colors.rose, yellow: colors.amber, green: colors.emerald, + lime: colors.lime, blue: colors.blue, + cyan: colors.cyan, + teal: colors.teal, purple: colors.violet, + indigo: colors.indigo, pink: colors.pink, + fuchsia: colors.fuchsia, }, spacing: { px: '1px', From fc5037205bb1de2450576b62700811f08c4c6828 Mon Sep 17 00:00:00 2001 From: Pieter Montoulieu Date: Fri, 23 Oct 2020 12:54:34 -0600 Subject: [PATCH 2/2] Removing indigo and teal after reading pull #2623 --- stubs/defaultConfig.stub.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/stubs/defaultConfig.stub.js b/stubs/defaultConfig.stub.js index c2480f6ed430..efa6dec05484 100644 --- a/stubs/defaultConfig.stub.js +++ b/stubs/defaultConfig.stub.js @@ -27,9 +27,7 @@ module.exports = { lime: colors.lime, blue: colors.blue, cyan: colors.cyan, - teal: colors.teal, purple: colors.violet, - indigo: colors.indigo, pink: colors.pink, fuchsia: colors.fuchsia, },