From 7b79038de99aeff468903c200902e02abdef26ce Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Thu, 14 Dec 2017 08:55:09 -0500 Subject: [PATCH] Desaturate teal darker slightly --- defaultConfig.stub.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaultConfig.stub.js b/defaultConfig.stub.js index 251184b7c..c219351bf 100644 --- a/defaultConfig.stub.js +++ b/defaultConfig.stub.js @@ -89,7 +89,7 @@ let colors = { 'green-lightest': '#e3fcec', 'teal-darkest': '#0d3331', - 'teal-darker': '#174e4b', + 'teal-darker': '#20504f', 'teal-dark': '#38a89d', 'teal': '#4dc0b5', 'teal-light': '#64d5ca',