From 175f6303bc1740cb959d2df42bd39434d327f4b2 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 15 Aug 2018 01:51:43 +0900 Subject: [PATCH] Update theme color --- src/const.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/const.json b/src/const.json index b4f3b63ac7..b93226b2d2 100644 --- a/src/const.json +++ b/src/const.json @@ -1,5 +1,5 @@ { "copyright": "Copyright (c) 2014-2018 syuilo", - "themeColor": "#f66e4f", + "themeColor": "#f6584f", "themeColorForeground": "#fff" }