diff options
Diffstat (limited to 'src/client/theme')
| -rw-r--r-- | src/client/theme/dark.json | 2 | ||||
| -rw-r--r-- | src/client/theme/halloween.json | 1 | ||||
| -rw-r--r-- | src/client/theme/light.json | 2 |
3 files changed, 5 insertions, 0 deletions
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)", |