From c627288bdeb23167edc04101cd985f02f4bc8ede Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 28 Sep 2018 14:26:20 +0900 Subject: wip --- src/client/theme/dark.json | 5 +++++ src/client/theme/light.json | 5 +++++ 2 files changed, 10 insertions(+) (limited to 'src/client/theme') diff --git a/src/client/theme/dark.json b/src/client/theme/dark.json index f8b3420e7c..462999a64f 100644 --- a/src/client/theme/dark.json +++ b/src/client/theme/dark.json @@ -106,6 +106,11 @@ "mfmQuote": ":alpha<0.7<$text", "mfmQuoteLine": ":alpha<0.6<$text", + "suspendedInfoBg": "#611d1d", + "suspendedInfoFg": "#ffb4b4", + "remoteInfoBg": "#42321c", + "remoteInfoFg": "#ffbd3e", + "messagingRoomBg": "@bg", "messagingRoomInfo": "#fff", "messagingRoomDateDividerLine": "rgba(255, 255, 255, 0.1)", diff --git a/src/client/theme/light.json b/src/client/theme/light.json index 7652c6027d..60824e0a84 100644 --- a/src/client/theme/light.json +++ b/src/client/theme/light.json @@ -106,6 +106,11 @@ "mfmQuote": ":alpha<0.6<$text", "mfmQuoteLine": ":alpha<0.5<$text", + "suspendedInfoBg": "#ffdbdb", + "suspendedInfoFg": "#570808", + "remoteInfoBg": "#fff0db", + "remoteInfoFg": "#573c08", + "messagingRoomBg": "#fff", "messagingRoomInfo": "#000", "messagingRoomDateDividerLine": "rgba(0, 0, 0, 0.1)", -- cgit v1.2.3-freya