From d4a0380d00033136a6105bd43c9dce6d36c9baa4 Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Mon, 30 Jan 2017 00:53:22 -0800 Subject: [PATCH] Lighten the yellow --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 7be7663..b3929f0 100644 --- a/src/index.ts +++ b/src/index.ts @@ -46,7 +46,7 @@ const colorset2colors = { red: '#DA6771', redLight: '#e5949b', green: '#4EB071', - yellow: '#FFEA75', + yellow: '#fff099', blue: '#399EF4', blueLight: '#9fcff9', pink: '#B168DF',