From a987eb2aa71944f3c824dcf17cbd556ed8791f80 Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Thu, 14 Dec 2017 08:26:21 -0500 Subject: [PATCH] Decrease saturation of some darker colors To better match indigo darks which feel like the most useful ones currently. --- defaultConfig.stub.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/defaultConfig.stub.js b/defaultConfig.stub.js index 2259dfb5e..03e0f6d6e 100644 --- a/defaultConfig.stub.js +++ b/defaultConfig.stub.js @@ -56,8 +56,8 @@ let colors = { 'grey-lightest': '#f8fafc', 'white': '#ffffff', - 'red-darkest': '#420806', - 'red-darker': '#6a1b19', + 'red-darkest': '#3d0c0b', + 'red-darker': '#641916', 'red-dark': '#cc1f1a', 'red': '#e3342f', 'red-light': '#ef5753', @@ -80,8 +80,8 @@ let colors = { 'yellow-lighter': '#fff9c2', 'yellow-lightest': '#fcfbeb', - 'green-darkest': '#032d19', - 'green-darker': '#0b4228', + 'green-darkest': '#0f2f21', + 'green-darker': '#1a4731', 'green-dark': '#1f9d55', 'green': '#38c172', 'green-light': '#51d88a', @@ -96,8 +96,8 @@ let colors = { 'teal-lighter': '#a0f0ed', 'teal-lightest': '#e8fffe', - 'blue-darkest': '#05233b', - 'blue-darker': '#103d60', + 'blue-darkest': '#132a3e', + 'blue-darker': '#1c3d5a', 'blue-dark': '#2779bd', 'blue': '#3490dc', 'blue-light': '#6cb2eb', @@ -112,8 +112,8 @@ let colors = { 'indigo-lighter': '#b2b7ff', 'indigo-lightest': '#e6e8ff', - 'purple-darkest': '#1f133f', - 'purple-darker': '#352465', + 'purple-darkest': '#21183c', + 'purple-darker': '#382b5f', 'purple-dark': '#794acf', 'purple': '#9561e2', 'purple-light': '#a779e9',