From 6f3996c061023619067bfb043f8b44e688826ae0 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 10 Sep 2018 01:51:57 +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 b93226b2d..af9a22bce 100644 --- a/src/const.json +++ b/src/const.json @@ -1,5 +1,5 @@ { "copyright": "Copyright (c) 2014-2018 syuilo", - "themeColor": "#f6584f", + "themeColor": "#fb4e4e", "themeColorForeground": "#fff" }