From 57669c9c0302392c1e12008fd01578cfd1d3f157 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 29 Sep 2018 00:44:23 +0900 Subject: wip --- src/client/theme/light.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/client/theme/light.json') diff --git a/src/client/theme/light.json b/src/client/theme/light.json index b853aa9a26..0d50dc5caa 100644 --- a/src/client/theme/light.json +++ b/src/client/theme/light.json @@ -39,16 +39,16 @@ "renoteText": "#9dbb00", "quoteBorder": "#c0dac6", "noteText": "#717171", - "noteHeaderName": "#627079", + "noteHeaderName": ":darken<2<$text", "noteHeaderBadgeFg": "#aaa", "noteHeaderBadgeBg": "rgba(0, 0, 0, 0.05)", "noteHeaderAdminFg": "#f15f71", "noteHeaderAdminBg": "#ffdfdf", - "noteHeaderAcct": "#ccc", - "noteHeaderInfo": "#c0c0c0", + "noteHeaderAcct": ":alpha<0.7<@noteHeaderName", + "noteHeaderInfo": ":alpha<0.7<@noteHeaderName", - "noteActions": "#ddd", - "noteActionsHover": "#444", + "noteActions": ":alpha<0.3<$text", + "noteActionsHover": ":alpha<0.9<$text", "noteActionsReplyHover": "#0af", "noteActionsRenoteHover": "#8d0", "noteActionsReactionHover": "#fa0", -- cgit v1.2.3-freya