From 0ef64a6d0b7f95c2427536feee657164b759d0d3 Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 27 Sep 2018 11:55:17 +0900 Subject: wip --- src/client/theme/dark.json | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/client/theme/dark.json') diff --git a/src/client/theme/dark.json b/src/client/theme/dark.json index 533910de76..77a41228d0 100644 --- a/src/client/theme/dark.json +++ b/src/client/theme/dark.json @@ -14,8 +14,15 @@ "faceDivider": "rgba(0, 0, 0, 0.3)", "popupBg": "#2c303c", "popupFg": "#d6dce2", + "subNoteBg": "rgba(0, 0, 0, 0.18)", "renoteGradient": "#314027", "renoteText": "#9dbb00", + "noteActions": "#606984", + "noteActionsHover": "#a1a8bf", + "noteActionsReplyHover": "#0af", + "noteActionsRenoteHover": "#8d0", + "noteActionsReactionHover": "#fa0", + "noteActionsHighlighted": "#707b97", "modalBackdrop": "rgba(0, 0, 0, 0.5)", "dateDividerBg": "#242731", "dateDividerFg": "#666b79", -- cgit v1.2.3-freya