From 32942709bfdb799f1ac26a087ffd4d73b558fcb5 Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 27 Sep 2018 23:09:23 +0900 Subject: wip --- src/client/theme/dark.json | 2 ++ src/client/theme/halloween.json | 1 + src/client/theme/light.json | 2 ++ 3 files changed, 5 insertions(+) (limited to 'src/client/theme') diff --git a/src/client/theme/dark.json b/src/client/theme/dark.json index 39828e364e..1eb41ea52e 100644 --- a/src/client/theme/dark.json +++ b/src/client/theme/dark.json @@ -91,6 +91,8 @@ "googleSearchHoverBorder": "rgba(255, 255, 255, 0.3)", "googleSearchHoverButton": "rgba(255, 255, 255, 0.1)", + "mfmTitleBg": "rgba(0, 0, 0, 0.2)", + "messagingRoomBg": "@bg", "messagingRoomInfo": "#fff", "messagingRoomDateDividerLine": "rgba(255, 255, 255, 0.1)", diff --git a/src/client/theme/halloween.json b/src/client/theme/halloween.json index 1fc60c00ad..1bd00357e2 100644 --- a/src/client/theme/halloween.json +++ b/src/client/theme/halloween.json @@ -14,5 +14,6 @@ "renoteGradient": "#5d2d1a", "renoteText": "#ff6c00", + "quoteBorder": "#c3631c", "desktopHeaderBg": "#36314e" } diff --git a/src/client/theme/light.json b/src/client/theme/light.json index 2c45a57705..556bd24506 100644 --- a/src/client/theme/light.json +++ b/src/client/theme/light.json @@ -91,6 +91,8 @@ "googleSearchHoverBorder": "rgba(0, 0, 0, 0.3)", "googleSearchHoverButton": "rgba(0, 0, 0, 0.05)", + "mfmTitleBg": "rgba(0, 0, 0, 0.07)", + "messagingRoomBg": "#fff", "messagingRoomInfo": "#000", "messagingRoomDateDividerLine": "rgba(0, 0, 0, 0.1)", -- cgit v1.2.3-freya