diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-09-27 23:09:23 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-09-27 23:09:23 +0900 |
| commit | 32942709bfdb799f1ac26a087ffd4d73b558fcb5 (patch) | |
| tree | b7757ebe1ef97494202b3194c66e8d8f67817b9d /src/client/theme | |
| parent | wip (diff) | |
| download | sharkey-32942709bfdb799f1ac26a087ffd4d73b558fcb5.tar.gz sharkey-32942709bfdb799f1ac26a087ffd4d73b558fcb5.tar.bz2 sharkey-32942709bfdb799f1ac26a087ffd4d73b558fcb5.zip | |
wip
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)", |