diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-10-26 08:37:30 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-10-26 08:37:30 +0900 |
| commit | e0bf522e7fc29e17b61d0a067e700728b089527b (patch) | |
| tree | 5ad9f0f47151d9ca0da8e73e5fd3059aa2d33d6a /src/client/theme/dark.json5 | |
| parent | Fix bug (diff) | |
| download | misskey-e0bf522e7fc29e17b61d0a067e700728b089527b.tar.gz misskey-e0bf522e7fc29e17b61d0a067e700728b089527b.tar.bz2 misskey-e0bf522e7fc29e17b61d0a067e700728b089527b.zip | |
Client: Improve API settings
Diffstat (limited to 'src/client/theme/dark.json5')
| -rw-r--r-- | src/client/theme/dark.json5 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/theme/dark.json5 b/src/client/theme/dark.json5 index 23bface34b..b4bd45744e 100644 --- a/src/client/theme/dark.json5 +++ b/src/client/theme/dark.json5 @@ -131,6 +131,9 @@ remoteInfoBg: '#42321c', remoteInfoFg: '#ffbd3e', + infoWarnBg: '#42321c', + infoWarnFg: '#ffbd3e', + messagingRoomBg: '@bg', messagingRoomInfo: '#fff', messagingRoomDateDividerLine: 'rgba(255, 255, 255, 0.1)', |