diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-09-27 11:55:17 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-09-27 11:55:17 +0900 |
| commit | 0ef64a6d0b7f95c2427536feee657164b759d0d3 (patch) | |
| tree | e27f4e183c5870746ae9347d1e6268e0d973cbe4 /src/client/theme/light.json | |
| parent | wip (diff) | |
| download | sharkey-0ef64a6d0b7f95c2427536feee657164b759d0d3.tar.gz sharkey-0ef64a6d0b7f95c2427536feee657164b759d0d3.tar.bz2 sharkey-0ef64a6d0b7f95c2427536feee657164b759d0d3.zip | |
wip
Diffstat (limited to 'src/client/theme/light.json')
| -rw-r--r-- | src/client/theme/light.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/client/theme/light.json b/src/client/theme/light.json index df85fb973d..28cc71bdb7 100644 --- a/src/client/theme/light.json +++ b/src/client/theme/light.json @@ -14,8 +14,15 @@ "faceDivider": "rgba(0, 0, 0, 0.082)", "popupBg": "#fff", "popupFg": "#586069", + "subNoteBg": "rgba(0, 0, 0, 0.01)", "renoteGradient": "#edfde2", "renoteText": "#9dbb00", + "noteActions": "#ddd", + "noteActionsHover": "#444", + "noteActionsReplyHover": "#0af", + "noteActionsRenoteHover": "#8d0", + "noteActionsReactionHover": "#fa0", + "noteActionsHighlighted": "#888", "modalBackdrop": "rgba(0, 0, 0, 0.1)", "dateDividerBg": "#fdfdfd", "dateDividerFg": "#aaa", |