diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-09-28 14:26:20 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-09-28 14:26:20 +0900 |
| commit | c627288bdeb23167edc04101cd985f02f4bc8ede (patch) | |
| tree | 2809a024aa939d9cecf0231685472526ff246bf1 /src/client/theme/light.json | |
| parent | wip (diff) | |
| download | sharkey-c627288bdeb23167edc04101cd985f02f4bc8ede.tar.gz sharkey-c627288bdeb23167edc04101cd985f02f4bc8ede.tar.bz2 sharkey-c627288bdeb23167edc04101cd985f02f4bc8ede.zip | |
wip
Diffstat (limited to 'src/client/theme/light.json')
| -rw-r--r-- | src/client/theme/light.json | 5 |
1 files changed, 5 insertions, 0 deletions
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)", |