diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-09-27 21:43:11 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-09-27 21:43:11 +0900 |
| commit | b032f78769d7d70b2265cb5318276fa582c20bf7 (patch) | |
| tree | c83d58b4e729557e7cd1cdd4afcf01c84a264996 /src/client/theme/light.json | |
| parent | wip (diff) | |
| download | sharkey-b032f78769d7d70b2265cb5318276fa582c20bf7.tar.gz sharkey-b032f78769d7d70b2265cb5318276fa582c20bf7.tar.bz2 sharkey-b032f78769d7d70b2265cb5318276fa582c20bf7.zip | |
wip
Diffstat (limited to 'src/client/theme/light.json')
| -rw-r--r-- | src/client/theme/light.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/client/theme/light.json b/src/client/theme/light.json index 83e4ee05c3..ca0dad0718 100644 --- a/src/client/theme/light.json +++ b/src/client/theme/light.json @@ -77,6 +77,14 @@ "googleSearchHoverBorder": "rgba(0, 0, 0, 0.3)", "googleSearchHoverButton": "rgba(0, 0, 0, 0.05)", + "messagingRoomBg": "#fff", + "messagingRoomInfo": "#000", + "messagingRoomDateDividerLine": "rgba(0, 0, 0, 0.1)", + "messagingRoomDateDividerText": "rgba(0, 0, 0, 0.3)", + "messagingRoomMessageInfo": "rgba(0, 0, 0, 0.4)", + "messagingRoomMessageBg": "#eee", + "messagingRoomMessageFg": "#333", + "desktopHeaderBg": "#f7f7f7", "desktopHeaderFg": "#9eaba8", "desktopHeaderHoverFg": "#7b8c88", |