From 5aa81b1cf9dde8add439b4644f215a58005be2f3 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 22 Feb 2017 21:51:45 +0900 Subject: [PATCH] Update theme color :art: --- src/const.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/const.json b/src/const.json index f31fc02381..e39db6e90d 100644 --- a/src/const.json +++ b/src/const.json @@ -1,4 +1,5 @@ { - "themeColor": "#f76d6c", - "themeColorForeground": "#fff" + "themeColor": "#87bb35", + "themeColorForeground": "#fff", + "idea": ["#f13049"] }