From 0e95b33b6a6dab12c2080848cfddc7b20e4b2218 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 8 Oct 2018 15:47:41 +0900 Subject: Improve theme --- src/client/theme/dark.json5 | 3 +++ src/client/theme/light.json5 | 3 +++ 2 files changed, 6 insertions(+) (limited to 'src/client/theme') diff --git a/src/client/theme/dark.json5 b/src/client/theme/dark.json5 index 4fa38a3ae0..80af94aecd 100644 --- a/src/client/theme/dark.json5 +++ b/src/client/theme/dark.json5 @@ -121,6 +121,9 @@ mfmTitleBg: 'rgba(0, 0, 0, 0.2)', mfmQuote: ':alpha<0.7<$text', mfmQuoteLine: ':alpha<0.6<$text', + mfmLink: '$primary', + mfmMention: '$primary', + mfmHashtag: '$primary', suspendedInfoBg: '#611d1d', suspendedInfoFg: '#ffb4b4', diff --git a/src/client/theme/light.json5 b/src/client/theme/light.json5 index 9f17a63dda..b770aa182b 100644 --- a/src/client/theme/light.json5 +++ b/src/client/theme/light.json5 @@ -121,6 +121,9 @@ mfmTitleBg: 'rgba(0, 0, 0, 0.07)', mfmQuote: ':alpha<0.6<$text', mfmQuoteLine: ':alpha<0.5<$text', + mfmLink: '$primary', + mfmMention: '$primary', + mfmHashtag: '$primary', suspendedInfoBg: '#ffdbdb', suspendedInfoFg: '#570808', -- cgit v1.2.3-freya